[dpdk-test-report] |WARNING| pw24170 [PATCH RFC 3/5] mbuff: added inline IPSec flags and metadata

checkpatch at dpdk.org checkpatch at dpdk.org
Tue May 9 17:01:22 CEST 2017


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#14: 
Added inline IPSec status flags to ol_flags and added new member for IPSec metadata.

ERROR:CODE_INDENT: code indent should use tabs where possible
#59: FILE: lib/librte_mbuf/rte_mbuf.h:563:
+^I        uint16_t sa_idx;        /**< SA index */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#60: FILE: lib/librte_mbuf/rte_mbuf.h:564:
+^I        uint8_t  pad_len;       /**< Padding length */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#61: FILE: lib/librte_mbuf/rte_mbuf.h:565:
+^I        uint8_t  enc;$

total: 3 errors, 1 warnings, 39 lines checked


More information about the test-report mailing list