|WARNING| pw110569 [PATCH 2/8] vmxnet3: implement reta query and reta update

checkpatch at dpdk.org checkpatch at dpdk.org
Mon May 2 21:49:01 CEST 2022


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <VMXNET3_RSSConf>
#153: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:1717:
+	struct VMXNET3_RSSConf *dev_rss_conf = hw->rss_conf;

CHECK:CAMELCASE: Avoid CamelCase: <indTableSize>
#155: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:1719:
+	if (reta_size != dev_rss_conf->indTableSize) {

CHECK:CAMELCASE: Avoid CamelCase: <indTable>
#167: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:1731:
+			dev_rss_conf->indTable[i] = (uint8_t)reta_conf[idx].reta[shift];

total: 0 errors, 0 warnings, 3 checks, 82 lines checked


More information about the test-report mailing list