|WARNING| pw156840 [RFC PATCH 4/6] drivers/net: update to remove queue stats from eth stats

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Sep 23 16:10:51 CEST 2025


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

_coding style issues_


WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#1951: FILE: drivers/net/intel/ixgbe/ixgbe_ethdev.c:3401:
+ixgbe_dev_stats_get(struct rte_eth_dev *dev, struct rte_eth_stats *stats, struct eth_queue_stats *qstats)

CHECK:CAMELCASE: Avoid CamelCase: <pktsRxError>
#3590: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:1525:
+			qstats->q_errors[i] = rxStats.pktsRxError;

total: 0 errors, 1 warnings, 1 checks, 2886 lines checked


More information about the test-report mailing list