|WARNING| pw111767 [PATCH v6 2/9] net/vmxnet3: implement RETA query and RETA update
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed May 25 02:43:23 CEST 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/111767
_coding style issues_
CHECK:CAMELCASE: Avoid CamelCase: <VMXNET3_RSSConf>
#168: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:1717:
+ struct VMXNET3_RSSConf *dev_rss_conf = hw->rss_conf;
CHECK:CAMELCASE: Avoid CamelCase: <indTableSize>
#170: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:1719:
+ if (reta_size != dev_rss_conf->indTableSize) {
CHECK:CAMELCASE: Avoid CamelCase: <indTable>
#182: 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, 90 lines checked
--- a/doc/guides/rel_notes/release_21_08.rst
+++ b/doc/guides/rel_notes/release_21_08.rst
More information about the test-report
mailing list