[dpdk-test-report] |WARNING| pw61004 [PATCH 14/17] net/ionic: add RX and TX handling
checkpatch at dpdk.org
checkpatch at dpdk.org
Sat Oct 12 02:28:44 CEST 2019
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/61004
_coding style issues_
ERROR:CODE_INDENT: code indent should use tabs where possible
#492: FILE: drivers/net/ionic/ionic_lif.c:1354:
+ IONIC_ETH_HW_VLAN_TX_TAG$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#492: FILE: drivers/net/ionic/ionic_lif.c:1354:
+ IONIC_ETH_HW_VLAN_TX_TAG$
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'q' - possible side-effects?
#597: FILE: drivers/net/ionic/ionic_lif.h:73:
+#define IONIC_Q_TO_QCQ(q) container_of(q, struct ionic_qcq, q)
WARNING:LONG_LINE: line over 90 characters
#971: FILE: drivers/net/ionic/ionic_rxtx.c:331:
+ elem->addr = rte_cpu_to_le_64(rte_mbuf_data_iova(txm_seg)) + offset;
total: 1 errors, 2 warnings, 1 checks, 1598 lines checked
More information about the test-report
mailing list