* [dpdk-test-report] |WARNING| pw31604 [PATCH 1/2] net/i40e: add AVX2 Tx function
[not found] <20171123165314.168786-2-bruce.richardson@intel.com>
@ 2017-11-27 11:24 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-11-27 11:24 UTC (permalink / raw)
To: test-report; +Cc: Bruce Richardson
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/31604
_coding style issues_
WARNING:LONG_LINE: line over 90 characters
#178: 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
#180: 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
#182: 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
#184: 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
#220: 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, 1 checks, 240 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-11-27 11:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20171123165314.168786-2-bruce.richardson@intel.com>
2017-11-27 11:24 ` [dpdk-test-report] |WARNING| pw31604 [PATCH 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).