|WARNING| pw139096 [v12 2/3] net/af_xdp: fix multi interface support for K8s

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Apr 4 15:26:34 CEST 2024


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

_coding style issues_


WARNING:TYPO_SPELLING: 'ded' may be misspelled - perhaps 'dead'?
#180: FILE: doc/guides/howto/af_xdp_dp.rst:81:
+.. _38317c2: https://github.com/intel/afxdp-plugins-for-kubernetes/commit/38317c256b5c7dfb39e013a0f76010c2ded03669

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#289: FILE: drivers/net/af_xdp/compat.h:59:
+    int fd = xsk_socket__fd(xsk);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#491: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:1716:
+        AF_XDP_LOG(DEBUG,"Inserted xsk in map.
");$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#491: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:1716:
+        AF_XDP_LOG(DEBUG,"Inserted xsk in map.
");$

ERROR:SPACING: space required after that ',' (ctx:VxV)
#491: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:1716:
+        AF_XDP_LOG(DEBUG,"Inserted xsk in map.
");
                         ^

total: 2 errors, 3 warnings, 0 checks, 429 lines checked


More information about the test-report mailing list