|WARNING| pw162995 [PATCH v3 27/29] net/ice: use common action checks for FDIR
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Apr 10 15:23:36 CEST 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/162995
_coding style issues_
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'rss->queue_num <= ICE_FDIR_MAX_QREGION_SIZE'
#364: FILE: drivers/net/intel/ice/ice_fdir_filter.c:2730:
+ if (!(rte_is_power_of_2(rss->queue_num) &&
+ (rss->queue_num <= ICE_FDIR_MAX_QREGION_SIZE)))
total: 0 errors, 0 warnings, 1 checks, 405 lines checked
More information about the test-report
mailing list