[dpdk-test-report] |WARNING| pw62831 [PATCH v5 1/1] net/octeontx2: add Rx/Tx burst mode get callbacks
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Nov 11 13:06:49 CET 2019
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/62831
_coding style issues_
WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#171: FILE: drivers/net/octeontx2/otx2_ethdev_ops.c:245:
+ const char *burst_mode[] = {"Vector Neon", "Scalar"};
WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#226: FILE: drivers/net/octeontx2/otx2_ethdev_ops.c:300:
+ const char *burst_mode[] = {"Vector Neon", "Scalar"};
total: 0 errors, 2 warnings, 0 checks, 148 lines checked
More information about the test-report
mailing list