[dpdk-test-report] |WARNING| pw83244 [PATCH v2 05/14] net/ark: switch timestamp to dynamic mbuf field

checkpatch at dpdk.org checkpatch at dpdk.org
Sun Nov 1 19:08:54 CET 2020


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/83244

_coding style issues_


CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#135: FILE: drivers/net/ark/ark_ethdev.c:561:
+		ark_timestamp_dynfield_offset = rte_mbuf_dynfield_lookup(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#141: FILE: drivers/net/ark/ark_ethdev.c:567:
+		ark_timestamp_rx_dynflag_offset = rte_mbuf_dynflag_lookup(

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#170: FILE: drivers/net/ark/ark_ethdev_rx.c:18:
+extern uint64_t ark_timestamp_rx_dynflag;

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#171: FILE: drivers/net/ark/ark_ethdev_rx.c:19:
+extern int ark_timestamp_dynfield_offset;

total: 0 errors, 2 warnings, 2 checks, 69 lines checked


More information about the test-report mailing list