[dpdk-test-report] |WARNING| pw21130 [PATCH 3/4] net/ixgbe: add grouping of xstats for ixgbe driver

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Mar 2 15:29:52 CET 2017


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#79: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:193:
+		unsigned n, uint64_t group_mask);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#94: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:208:
+		unsigned limit,

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#525: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:3149:
+	unsigned i;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#526: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:3150:
+	unsigned count = 0;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#556: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:3180:
+	unsigned i;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#559: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:3183:
+	const unsigned cnt_stats = ixgbe_xstats_calc_num();

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#563: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:3187:
+	unsigned current = 0;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#631: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:3304:
+	__rte_unused unsigned limit, uint64_t group_mask)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#633: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:3306:
+	const unsigned cnt_stats = ixgbe_xstats_calc_num_by_group(group_mask);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#634: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:3307:
+	unsigned stat, i, count;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#708: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:3464:
+		unsigned n, uint64_t group_mask)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#718: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:3474:
+	unsigned i, stat, count = 0;

total: 0 errors, 12 warnings, 0 checks, 737 lines checked


More information about the test-report mailing list