[dpdk-test-report] |WARNING| [PATCH 36/56] net/sfc: make available resources estimation and allocation

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Nov 21 16:12:54 CET 2016


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

_coding style issues_


CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#190: FILE: drivers/net/sfc/efx/sfc.c:220:
+	lim.edl_min_evq_count = lim.edl_max_evq_count =

CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#192: FILE: drivers/net/sfc/efx/sfc.c:222:
+	lim.edl_min_rxq_count = lim.edl_max_rxq_count = data->nb_rx_queues;

CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#193: FILE: drivers/net/sfc/efx/sfc.c:223:
+	lim.edl_min_txq_count = lim.edl_max_txq_count = data->nb_tx_queues;

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


More information about the test-report mailing list