[dpdk-test-report] |WARNING| pw50333 net/ena: get device info statically

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Feb 15 09:38:57 CET 2019


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

_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
#115: FILE: drivers/net/ena/ena_ethdev.h:171:
+	bool tso4_supported;

CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384
#116: FILE: drivers/net/ena/ena_ethdev.h:172:
+	bool tx_csum_supported;

CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384
#117: FILE: drivers/net/ena/ena_ethdev.h:173:
+	bool rx_csum_supported;

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


More information about the test-report mailing list