[dpdk-test-report] |WARNING| pw77021 [PATCH v2 4/8] net/hns3: add simple Tx process function

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Sep 9 11:25:05 CEST 2020


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'txq' - possible side-effects?
#538: FILE: drivers/net/hns3/hns3_rxtx.h:389:
+#define HNS3_GET_TX_QUEUE_PEND_BD_NUM(txq) \
+		((txq)->nb_tx_desc - 1 - (txq)->tx_bd_ready)

total: 0 errors, 0 warnings, 1 checks, 454 lines checked


More information about the test-report mailing list