|WARNING| pw163255 [PATCH 15/18] net/txgbe: fix FEC mode configuration on 25G NIC

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Apr 23 05:41:55 CEST 2026


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'link_speed == TXGBE_LINK_SPEED_25GB_FULL'
#114: FILE: drivers/net/txgbe/base/txgbe_aml.c:373:
+		if ((link_speed == TXGBE_LINK_SPEED_25GB_FULL) && link_up &&
+		    hw->fec_mode & hw->cur_fec_link)

WARNING:MISSING_FIXES_TAG: The commit message has 'stable@', perhaps it also needs a 'Fixes:' tag?

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


More information about the test-report mailing list