automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| [PATCH 09/13] PMD/af_packet: guard against buffer overruns in TX path
       [not found] <9c5b028d62c8422031e451c91232d34e562cf4cf.1481590851.git.mirq-linux@rere.qmqm.pl>
@ 2016-12-13  1:09 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2016-12-13  1:09 UTC (permalink / raw)
  To: test-report; +Cc: Michał Mirosław

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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#51: FILE: drivers/net/af_packet/rte_eth_af_packet.c:86:
+	unsigned frame_data_size;

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 32)
#68: FILE: drivers/net/af_packet/rte_eth_af_packet.c:219:
 		if ((ppd->tp_status != TP_STATUS_AVAILABLE) &&
[...]
+				break;

WARNING:LONG_LINE: line over 90 characters
#99: FILE: drivers/net/af_packet/rte_eth_af_packet.c:644:
+		tx_queue->frame_data_size = req->tp_frame_size - TPACKET2_HDRLEN + sizeof(struct sockaddr_ll);

total: 0 errors, 3 warnings, 0 checks, 52 lines checked

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

only message in thread, other threads:[~2016-12-13  1:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <9c5b028d62c8422031e451c91232d34e562cf4cf.1481590851.git.mirq-linux@rere.qmqm.pl>
2016-12-13  1:09 ` [dpdk-test-report] |WARNING| [PATCH 09/13] PMD/af_packet: guard against buffer overruns in TX path 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).