[dpdk-test-report] |WARNING| pw70985 [PATCH 1/2] net/i40e: fix binding interrupt without msix vectors

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jun 10 09:57:40 CEST 2020


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#58: 
The value of vsi->nb_msix shouldn`t be zero, otherwise, all of interrupts will be bind to vector 0.

WARNING:LONG_LINE: line over 90 characters
#148: FILE: drivers/net/i40e/i40e_ethdev.c:2339:
+										I40E_ITR_INDEX_DEFAULT);

WARNING:LONG_LINE: line over 90 characters
#159: FILE: drivers/net/i40e/i40e_ethdev.c:2348:
+										I40E_ITR_INDEX_NONE);

total: 0 errors, 3 warnings, 0 checks, 96 lines checked


More information about the test-report mailing list