[dpdk-test-report] |WARNING| pw27833 [PATCH 1/2] net/i40e: queue region set and flush

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Aug 25 12:29:05 CEST 2017


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <queue_startIndex>
#87: FILE: drivers/net/i40e/rte_pmd_i40e.c:2149:
+	if ((conf_ptr->queue_startIndex + conf_ptr->queue_num)

CHECK:CAMELCASE: Avoid CamelCase: <UserPriority>
#241: FILE: drivers/net/i40e/rte_pmd_i40e.c:2303:
+	if (conf_ptr->UserPriority > I40E_REGION_USERPRIORITY_MAX_INDEX) {

CHECK:CAMELCASE: Avoid CamelCase: <TrafficClasses>
#246: FILE: drivers/net/i40e/rte_pmd_i40e.c:2308:
+	if (conf_ptr->TrafficClasses >= I40E_TCREGION_MAX_INDEX) {

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


More information about the test-report mailing list