[dpdk-test-report] |WARNING| pw59623 [PATCH 4/7] net/ice: enable FDIR queue group

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Sep 23 20:27:24 CEST 2019


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

_coding style issues_


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

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


More information about the test-report mailing list