* [dpdk-test-report] |WARNING| pw33231 [PATCH v2 1/2] net/i40e: add AVX2 Tx function
[not found] <20180109143254.234428-2-bruce.richardson@intel.com>
@ 2018-01-09 14:34 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-01-09 14:34 UTC (permalink / raw)
To: test-report; +Cc: Bruce Richardson
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/33231
_coding style issues_
CHECK:SPACING: spaces preferred around that '*' (ctx:WxO)
#105: FILE: drivers/net/i40e/i40e_rxtx.c:3054:
+ struct rte_mbuf __rte_unused **tx_pkts,
^
WARNING:LONG_LINE: line over 90 characters
#207: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:79:
+ ((uint64_t)pkt[3]->data_len << I40E_TXD_QW1_TX_BUF_SZ_SHIFT);
WARNING:LONG_LINE: line over 90 characters
#209: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:81:
+ ((uint64_t)pkt[2]->data_len << I40E_TXD_QW1_TX_BUF_SZ_SHIFT);
WARNING:LONG_LINE: line over 90 characters
#211: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:83:
+ ((uint64_t)pkt[1]->data_len << I40E_TXD_QW1_TX_BUF_SZ_SHIFT);
WARNING:LONG_LINE: line over 90 characters
#213: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:85:
+ ((uint64_t)pkt[0]->data_len << I40E_TXD_QW1_TX_BUF_SZ_SHIFT);
CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#249: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:121:
+ nb_commit = nb_pkts = (uint16_t)RTE_MIN(txq->nb_tx_free, nb_pkts);
total: 0 errors, 4 warnings, 2 checks, 260 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-01-09 14:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20180109143254.234428-2-bruce.richardson@intel.com>
2018-01-09 14:34 ` [dpdk-test-report] |WARNING| pw33231 [PATCH v2 1/2] net/i40e: add AVX2 Tx 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).