* [dpdk-test-report] |WARNING| pw47298 [RFC, 10/14] net: add rte prefix to ip structure
[not found] <20181024081833.21432-11-olivier.matz@6wind.com>
@ 2018-10-24 8:21 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-10-24 8:21 UTC (permalink / raw)
To: test-report; +Cc: Olivier Matz
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/47298
_coding style issues_
WARNING:LONG_LINE: line over 90 characters
#1524: FILE: examples/bond/main.c:393:
+ ipv4_hdr = (struct rte_ipv4_hdr *)((char *)(eth_hdr + 1) + offset);
WARNING:LONG_LINE: line over 90 characters
#1833: FILE: examples/ipv4_multicast/main.c:319:
+ iphdr = (struct rte_ipv4_hdr *)rte_pktmbuf_adj(m, (uint16_t)sizeof(struct rte_ether_hdr));
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#3793: FILE: lib/librte_ip_frag/rte_ip_frag.h:298:
+rte_ipv4_frag_pkt_is_fragmented(const struct rte_ipv4_hdr * hdr) {
WARNING:SPACING: space prohibited between function name and open parenthesis '('
#3839: FILE: lib/librte_ip_frag/rte_ipv4_fragmentation.c:95:
+ (uint16_t)(pkt_in->pkt_len - sizeof (struct rte_ipv4_hdr))))
WARNING:SPACING: space prohibited between function name and open parenthesis '('
#3954: FILE: lib/librte_ip_frag/rte_ipv6_fragmentation.c:88:
+ (uint16_t)(pkt_in->pkt_len - sizeof (struct rte_ipv6_hdr))))
WARNING:LONG_LINE: line over 90 characters
#3981: FILE: lib/librte_ip_frag/rte_ipv6_fragmentation.c:112:
+ out_pkt->data_len = sizeof(struct rte_ipv6_hdr) + sizeof(struct ipv6_extension_fragment);
WARNING:LONG_LINE: line over 90 characters
#3982: FILE: lib/librte_ip_frag/rte_ipv6_fragmentation.c:113:
+ out_pkt->pkt_len = sizeof(struct rte_ipv6_hdr) + sizeof(struct ipv6_extension_fragment);
WARNING:LONG_LINE: line over 90 characters
#4578: FILE: test/test/packet_burst_generator.c:303:
+ copy_buf_to_pkt(ip_hdr, sizeof(struct rte_ipv4_hdr), pkt, eth_hdr_size);
WARNING:LONG_LINE: line over 90 characters
#4584: FILE: test/test/packet_burst_generator.c:307:
+ copy_buf_to_pkt(ip_hdr, sizeof(struct rte_ipv6_hdr), pkt, eth_hdr_size);
WARNING:LONG_LINE: line over 90 characters
#4838: FILE: test/test/test_sched.c:90:
+ ip_hdr = (struct rte_ipv4_hdr *)((uintptr_t)eth_hdr + sizeof(eth_hdr->ether_type));
total: 1 errors, 9 warnings, 3993 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-10-24 8:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20181024081833.21432-11-olivier.matz@6wind.com>
2018-10-24 8:21 ` [dpdk-test-report] |WARNING| pw47298 [RFC, 10/14] net: add rte prefix to ip structure 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).