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

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Aug 29 03:53:42 CEST 2017


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

_coding style issues_


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

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

CHECK:CAMELCASE: Avoid CamelCase: <TrafficClasses>
#248: 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