[dpdk-test-report] |WARNING| pw55445 [PATCH v6 07/15] net/hinic/base: add code about hardware operation

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jun 27 10:05:41 CEST 2019


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

_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
#289: FILE: drivers/net/hinic/base/hinic_pmd_cfg.h:36:
+	bool lro_en;    /* LRO feature enable bit */

CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384
#313: FILE: drivers/net/hinic/base/hinic_pmd_cfg.h:60:
+	bool sf_en;	/* stateful business status */

total: 0 errors, 0 warnings, 2 checks, 2252 lines checked


More information about the test-report mailing list