|WARNING| pw164991 [PATCH v7 25/27] net/ice: use common action checks for FDIR

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jun 4 18:22:24 CEST 2026


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

_coding style issues_


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

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


More information about the test-report mailing list