|WARNING| pw155122 [PATCH net] net/vmxnet3: fix mapping of mempools to queues
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Jul 9 23:46:45 CEST 2025
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/155122
_coding style issues_
CHECK:CAMELCASE: Avoid CamelCase: <txQueueBits>
#159: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:865:
+ mr->txQueueBits = index[i] & tx_index_mask;
CHECK:CAMELCASE: Avoid CamelCase: <startPA>
#166: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:870:
+ j, mr->startPA, mr->length,
CHECK:CAMELCASE: Avoid CamelCase: <rxQueueBits>
#167: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:871:
+ mr->rxQueueBits, mr->txQueueBits);
total: 0 errors, 0 warnings, 3 checks, 65 lines checked
More information about the test-report
mailing list