[dpdk-test-report] |WARNING| pw100133 [PATCH v8 5/5] ethdev: merge driver ops to get all xstats names and by ID
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Sep 30 18:06:32 CEST 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/100133
_coding style issues_
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#454: FILE: drivers/net/dpaa/dpaa_ethdev.c:816:
+dpaa_xstats_get_names(
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#500: FILE: drivers/net/dpaa2/dpaa2_ethdev.c:1796:
+dpaa2_xstats_get_names(
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#599: FILE: drivers/net/e1000/igb_ethdev.c:2018:
+ __rte_unused unsigned limit)
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#1049: 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 '('
#1120: 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