automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw79640 [PATCH v2 24/56] net/txgbe: fill simple transmit function
       [not found] <20201005120910.189343-25-jiawenwu@trustnetic.com>
@ 2020-10-06  9:42 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2020-10-06  9:42 UTC (permalink / raw)
  To: test-report; +Cc: Jiawen Wu

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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around txq->sw_ring[txq->tx_next_dd - (txq->tx_free_thresh - 1)]
#107: FILE: drivers/net/txgbe/txgbe_rxtx.c:72:
+	txep = &(txq->sw_ring[txq->tx_next_dd - (txq->tx_free_thresh - 1)]);

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around txq->tx_ring[txq->tx_tail]
#187: FILE: drivers/net/txgbe/txgbe_rxtx.c:152:
+	volatile struct txgbe_tx_desc *txdp = &(txq->tx_ring[txq->tx_tail]);

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around txq->sw_ring[txq->tx_tail]
#188: FILE: drivers/net/txgbe/txgbe_rxtx.c:153:
+	struct txgbe_tx_entry *txep = &(txq->sw_ring[txq->tx_tail]);

CHECK:SPACING: spaces preferred around that '-' (ctx:VxV)
#190: FILE: drivers/net/txgbe/txgbe_rxtx.c:155:
+	const int N_PER_LOOP_MASK = N_PER_LOOP-1;
 	                                      ^

CHECK:SPACING: No space is necessary after a cast
#198: FILE: drivers/net/txgbe/txgbe_rxtx.c:163:
+	mainpart = (nb_pkts & ((uint32_t) ~N_PER_LOOP_MASK));

CHECK:SPACING: No space is necessary after a cast
#199: FILE: drivers/net/txgbe/txgbe_rxtx.c:164:
+	leftover = (nb_pkts & ((uint32_t)  N_PER_LOOP_MASK));

WARNING:BRACES: braces {} are not necessary for single statement blocks
#202: FILE: drivers/net/txgbe/txgbe_rxtx.c:167:
+		for (j = 0; j < N_PER_LOOP; ++j) {
+			(txep + i + j)->mbuf = *(pkts + i + j);
+		}

CHECK:SPACING: No space is necessary after a cast
#269: FILE: drivers/net/txgbe/txgbe_rxtx.c:234:
+		   (unsigned) txq->port_id, (unsigned) txq->queue_id,

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#269: FILE: drivers/net/txgbe/txgbe_rxtx.c:234:
+		   (unsigned) txq->port_id, (unsigned) txq->queue_id,

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#269: FILE: drivers/net/txgbe/txgbe_rxtx.c:234:
+		   (unsigned) txq->port_id, (unsigned) txq->queue_id,

CHECK:SPACING: No space is necessary after a cast
#270: FILE: drivers/net/txgbe/txgbe_rxtx.c:235:
+		   (unsigned) txq->tx_tail, (unsigned) nb_pkts);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#270: FILE: drivers/net/txgbe/txgbe_rxtx.c:235:
+		   (unsigned) txq->tx_tail, (unsigned) nb_pkts);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#270: FILE: drivers/net/txgbe/txgbe_rxtx.c:235:
+		   (unsigned) txq->tx_tail, (unsigned) nb_pkts);

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around tx_pkts[nb_tx]
#295: FILE: drivers/net/txgbe/txgbe_rxtx.c:260:
+		ret = tx_xmit_pkts(tx_queue, &(tx_pkts[nb_tx]), n);

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'txq->offloads == 0'
#315: FILE: drivers/net/txgbe/txgbe_rxtx.c:366:
+	if ((txq->offloads == 0) &&
+			(txq->tx_free_thresh >= RTE_PMD_TXGBE_TX_MAX_BURST)) {

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'txq->tx_free_thresh >= RTE_PMD_TXGBE_TX_MAX_BURST'
#315: FILE: drivers/net/txgbe/txgbe_rxtx.c:366:
+	if ((txq->offloads == 0) &&
+			(txq->tx_free_thresh >= RTE_PMD_TXGBE_TX_MAX_BURST)) {

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#334: FILE: drivers/net/txgbe/txgbe_rxtx.h:55:
+ * Transmit Descriptor
+******************************************************************************/

total: 0 errors, 6 warnings, 11 checks, 353 lines checked

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

only message in thread, other threads:[~2020-10-06  9:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20201005120910.189343-25-jiawenwu@trustnetic.com>
2020-10-06  9:42 ` [dpdk-test-report] |WARNING| pw79640 [PATCH v2 24/56] net/txgbe: fill simple transmit function 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).