[dpdk-test-report] |WARNING| pw62027 [RFC v2 7/7] app/testpmd: macsec adding RX/TX SC using rte_security interface

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Oct 25 19:54:58 CEST 2019


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

_coding style issues_


ERROR:CODE_INDENT: code indent should use tabs where possible
#50: FILE: app/test-pmd/cmdline.c:14309:
+                                res->mac) :$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#50: FILE: app/test-pmd/cmdline.c:14309:
+                                res->mac) :$

ERROR:CODE_INDENT: code indent should use tabs where possible
#51: FILE: app/test-pmd/cmdline.c:14310:
+^I        config_macsec_rxsc(res->port_id,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#52: FILE: app/test-pmd/cmdline.c:14311:
+                                res->mac, res->pi);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#52: FILE: app/test-pmd/cmdline.c:14311:
+                                res->mac, res->pi);$

WARNING:LONG_LINE: line over 90 characters
#83: FILE: app/test-pmd/macsec.c:101:
+	rte_memcpy(&macsec_conf.macsec.txsc_options.s_mac, mac.addr_bytes, sizeof(struct rte_ether_addr));

WARNING:LONG_LINE: line over 90 characters
#109: FILE: app/test-pmd/macsec.c:127:
+	rte_memcpy(&macsec_conf.macsec.txsc_options.s_mac, mac.addr_bytes, sizeof(struct rte_ether_addr));

WARNING:LONG_LINE: line over 90 characters
#111: FILE: app/test-pmd/macsec.c:129:
+	macsec_conf.macsec.rxsc_options.replay_protection = macsec_param.replay_protection_enabled;

total: 3 errors, 5 warnings, 84 lines checked


More information about the test-report mailing list