automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw52545 [RFC v2 01/14] net: add rte prefix to arp structures
       [not found] <20190410083218.17531-2-olivier.matz@6wind.com>
@ 2019-04-10  8:33 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-04-10  8:33 UTC (permalink / raw)
  To: test-report; +Cc: Olivier Matz

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

_coding style issues_


ERROR:SPACING: space prohibited before that close parenthesis ')'
#55: FILE: app/test-pmd/icmpecho.c:41:
+	switch (arp_opcode ) {

WARNING:LONG_LINE: line over 90 characters
#224: FILE: app/test/test_link_bonding.c:4549:
+			arp_pkt = (struct rte_arp_hdr *)((char *)eth_pkt + sizeof(struct ether_hdr));

WARNING:LONG_LINE: line over 90 characters
#278: FILE: app/test/test_link_bonding.c:4670:
+			arp_pkt = (struct rte_arp_hdr *)((char *)eth_pkt + sizeof(struct ether_hdr));

CHECK:SPACING: No space is necessary after a cast
#317: FILE: drivers/net/bonding/rte_eth_bond_alb.c:84:
+	arp = (struct rte_arp_hdr *) ((char *) (eth_h + 1) + offset);

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#408: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:569:
+#define MODE6_DEBUG(info, src_ip, dst_ip, eth_h, arp_opcode, port, burstnumber) \
 	rte_log(RTE_LOG_DEBUG, bond_logtype,				\
 		"%s port:%d SrcMAC:%02X:%02X:%02X:%02X:%02X:%02X SrcIP:%s " \
 		"DstMAC:%02X:%02X:%02X:%02X:%02X:%02X DstIP:%s %s %d
", \

WARNING:LONG_LINE: line over 90 characters
#448: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1130:
+				pkt_size = sizeof(struct ether_hdr) + sizeof(struct rte_arp_hdr)

WARNING:LONG_LINE: line over 90 characters
#642: FILE: examples/bond/main.c:385:
+				arp_hdr = (struct rte_arp_hdr *)((char *)(eth_hdr + 1) + offset);

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

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

total: 2 errors, 6 warnings, 599 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-10  8:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20190410083218.17531-2-olivier.matz@6wind.com>
2019-04-10  8:33 ` [dpdk-test-report] |WARNING| pw52545 [RFC v2 01/14] net: add rte prefix to arp structures checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).