[dpdk-test-report] |WARNING| pw49058 [v6, 16/31] net/ice: support device and queue ops
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Dec 18 09:43:16 CET 2018
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/49058
_coding style issues_
CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384
#1356: FILE: drivers/net/ice/ice_rxtx.h:62:
+ bool q_set; /* indicate if rx queue has been configured */
CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384
#1357: FILE: drivers/net/ice/ice_rxtx.h:63:
+ bool rx_deferred_start; /* don't start this queue in dev start */
CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384
#1395: FILE: drivers/net/ice/ice_rxtx.h:101:
+ bool tx_deferred_start; /* don't start this queue in dev start */
CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384
#1396: FILE: drivers/net/ice/ice_rxtx.h:102:
+ bool q_set; /* indicate if tx queue has been configured */
total: 0 errors, 0 warnings, 4 checks, 1346 lines checked
More information about the test-report
mailing list