[dpdk-test-report] |WARNING| pw24483 [PATCH] examples/ip_fragmentation: add fragmentation size support

checkpatch at dpdk.org checkpatch at dpdk.org
Wed May 24 09:29:04 CEST 2017


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#20: 
Subject: [dpdk-dev] [PATCH] [PATCH] examples/ip_fragmentation: add fragmentation size support

ERROR:TRAILING_WHITESPACE: trailing whitespace
#171: FILE: examples/ip_fragmentation/main.c:97:
+ * Configure fragmentation size for IPv4 and IPv6 packets  */ static $

WARNING:STORAGE_CLASS: storage class should be at the beginning of the declaration
#171: FILE: examples/ip_fragmentation/main.c:97:
+ * Configure fragmentation size for IPv4 and IPv6 packets  */ static 

ERROR:TRAILING_WHITESPACE: trailing whitespace
#172: FILE: examples/ip_fragmentation/main.c:98:
+uint32_t frag_size_v4 = IPV4_MTU_DEFAULT; static uint32_t frag_size_v6 $

WARNING:STORAGE_CLASS: storage class should be at the beginning of the declaration
#172: FILE: examples/ip_fragmentation/main.c:98:
+uint32_t frag_size_v4 = IPV4_MTU_DEFAULT; static uint32_t frag_size_v6 

ERROR:TRAILING_WHITESPACE: trailing whitespace
#173: FILE: examples/ip_fragmentation/main.c:99:
+= IPV6_MTU_DEFAULT; #define MIN_IPV4_FRAG_SIZE 64 #define $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#174: FILE: examples/ip_fragmentation/main.c:100:
+MAX_IPV4_FRAG_SIZE 9600 #define MIN_IPV6_FRAG_SIZE 1280 #define $

total: 4 errors, 3 warnings, 86 lines checked


More information about the test-report mailing list