[dpdk-test-report] |WARNING| pw100128 [PATCH v7 4/4] ethdev: merge driver ops to get all xstats names and by ID

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Sep 30 18:04:41 CEST 2021


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

_coding style issues_


CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#453: FILE: drivers/net/dpaa/dpaa_ethdev.c:816:
+dpaa_xstats_get_names(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#499: FILE: drivers/net/dpaa2/dpaa2_ethdev.c:1796:
+dpaa2_xstats_get_names(

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#598: FILE: drivers/net/e1000/igb_ethdev.c:2018:
+				      __rte_unused unsigned limit)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#1048: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:175:
+	struct rte_eth_xstat_name *xstats_names, unsigned limit);

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#1119: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:3380:
+static int ixgbe_dev_xstats_get_names(

total: 0 errors, 2 warnings, 1281 lines checked


More information about the test-report mailing list