|WARNING| pw161173 [PATCH v1 23/25] net/ice: use common action checks for FDIR

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Feb 11 15:24:52 CET 2026


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'rss->queue_num <= ICE_FDIR_MAX_QREGION_SIZE'
#362: FILE: drivers/net/intel/ice/ice_fdir_filter.c:2381:
+	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