[dpdk-test-report] |WARNING| pw60127 [PATCH v5 4/9] net/ice: enable FDIR queue group

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Sep 30 06:02:39 CEST 2019


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'rss->queue_num <= ICE_FDIR_MAX_QREGION_SIZE'
#83: FILE: drivers/net/ice/ice_fdir_filter.c:694:
+	if (!(rte_is_power_of_2(rss->queue_num) &&
+	     (rss->queue_num <= ICE_FDIR_MAX_QREGION_SIZE))) {

total: 0 errors, 0 warnings, 1 checks, 92 lines checked


More information about the test-report mailing list