[dpdk-test-report] |WARNING| pw50634 [8/8] net/ice: support TX AVX2 vector
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Feb 28 08:44:26 CET 2019
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/50634
_coding style issues_
WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#139: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:660:
+ __m256i desc2_3 = _mm256_set_epi64x(
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#142: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:663:
+ __m256i desc0_1 = _mm256_set_epi64x(
CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#173: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:694:
+ nb_commit = nb_pkts = (uint16_t)RTE_MIN(txq->nb_tx_free, nb_pkts);
total: 0 errors, 1 warnings, 3 checks, 200 lines checked
More information about the test-report
mailing list