|WARNING| pw135940 [PATCH v1] gro : packets not getting flushed in heavy-weight mode API

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jan 17 20:54:13 CET 2024


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#81: 
In heavy-weight mode GRO which is based on timer, the GRO packets will not be

WARNING:TYPO_SPELLING: 'inspite' may be misspelled - perhaps 'in spite'?
#82: 
flushed inspite of timer expiry if there is no packet in the current poll.

WARNING:BRACES: braces {} are not necessary for any arm of this statement
#106: FILE: app/test-pmd/csumonly.c:869:
+		if (unlikely(gro_enable && (gro_flush_cycles != GRO_DEFAULT_FLUSH_CYCLES))) {
[...]
+		} else {
[...]

total: 0 errors, 3 warnings, 28 lines checked


More information about the test-report mailing list