[dpdk-test-report] |WARNING| pw53576 [PATCH 02/15] net: add rte prefix to arp defines

checkpatch at dpdk.org checkpatch at dpdk.org
Tue May 21 18:15:14 CEST 2019


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

_coding style issues_


WARNING:LONG_LINE: line over 90 characters
#270: FILE: examples/bond/main.c:388:
+					if (arp_hdr->arp_opcode == rte_cpu_to_be_16(RTE_ARP_OP_REQUEST)) {

WARNING:LONG_LINE: line over 90 characters
#271: FILE: examples/bond/main.c:389:
+						arp_hdr->arp_opcode = rte_cpu_to_be_16(RTE_ARP_OP_REPLY);

total: 0 errors, 2 warnings, 245 lines checked


More information about the test-report mailing list