automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw53582 [PATCH 11/15] net: add rte prefix to ip defines
       [not found] <20190521161315.25500-12-olivier.matz@6wind.com>
@ 2019-05-21 16:15 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-05-21 16:15 UTC (permalink / raw)
  To: test-report; +Cc: Olivier Matz

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

_coding style issues_


ERROR:SPACING: space required after that ',' (ctx:VxV)
#203: FILE: app/test/test_acl.h:85:
+				.src_addr = RTE_IPv4(10,0,0,0),
 				                       ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#203: FILE: app/test/test_acl.h:85:
+				.src_addr = RTE_IPv4(10,0,0,0),
 				                         ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#203: FILE: app/test/test_acl.h:85:
+				.src_addr = RTE_IPv4(10,0,0,0),
 				                           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#210: FILE: app/test/test_acl.h:91:
+				.dst_addr = RTE_IPv4(10,0,0,0),
 				                       ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#210: FILE: app/test/test_acl.h:91:
+				.dst_addr = RTE_IPv4(10,0,0,0),
 				                         ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#210: FILE: app/test/test_acl.h:91:
+				.dst_addr = RTE_IPv4(10,0,0,0),
 				                           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#220: FILE: app/test/test_acl.h:127:
+		{.ip_src = RTE_IPv4(10,0,1,0)},             /* should not match */
 		                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#220: FILE: app/test/test_acl.h:127:
+		{.ip_src = RTE_IPv4(10,0,1,0)},             /* should not match */
 		                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#220: FILE: app/test/test_acl.h:127:
+		{.ip_src = RTE_IPv4(10,0,1,0)},             /* should not match */
 		                          ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#221: FILE: app/test/test_acl.h:128:
+		{.ip_src = RTE_IPv4(10,0,0,1), .allow = 2}, /* should match 2 */
 		                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#221: FILE: app/test/test_acl.h:128:
+		{.ip_src = RTE_IPv4(10,0,0,1), .allow = 2}, /* should match 2 */
 		                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#221: FILE: app/test/test_acl.h:128:
+		{.ip_src = RTE_IPv4(10,0,0,1), .allow = 2}, /* should match 2 */
 		                          ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#230: FILE: app/test/test_acl.h:145:
+				.dst_addr = RTE_IPv4(192,168,0,0),
 				                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#230: FILE: app/test/test_acl.h:145:
+				.dst_addr = RTE_IPv4(192,168,0,0),
 				                            ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#230: FILE: app/test/test_acl.h:145:
+				.dst_addr = RTE_IPv4(192,168,0,0),
 				                              ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#239: FILE: app/test/test_acl.h:156:
+				.dst_addr = RTE_IPv4(192,168,1,0),
 				                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#239: FILE: app/test/test_acl.h:156:
+				.dst_addr = RTE_IPv4(192,168,1,0),
 				                            ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#239: FILE: app/test/test_acl.h:156:
+				.dst_addr = RTE_IPv4(192,168,1,0),
 				                              ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#248: FILE: app/test/test_acl.h:167:
+				.dst_addr = RTE_IPv4(192,168,1,50),
 				                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#248: FILE: app/test/test_acl.h:167:
+				.dst_addr = RTE_IPv4(192,168,1,50),
 				                            ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#248: FILE: app/test/test_acl.h:167:
+				.dst_addr = RTE_IPv4(192,168,1,50),
 				                              ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#257: FILE: app/test/test_acl.h:180:
+				.src_addr = RTE_IPv4(10,0,0,0),
 				                       ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#257: FILE: app/test/test_acl.h:180:
+				.src_addr = RTE_IPv4(10,0,0,0),
 				                         ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#257: FILE: app/test/test_acl.h:180:
+				.src_addr = RTE_IPv4(10,0,0,0),
 				                           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#266: FILE: app/test/test_acl.h:191:
+				.src_addr = RTE_IPv4(10,1,1,0),
 				                       ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#266: FILE: app/test/test_acl.h:191:
+				.src_addr = RTE_IPv4(10,1,1,0),
 				                         ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#266: FILE: app/test/test_acl.h:191:
+				.src_addr = RTE_IPv4(10,1,1,0),
 				                           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#275: FILE: app/test/test_acl.h:202:
+				.src_addr = RTE_IPv4(10,1,1,1),
 				                       ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#275: FILE: app/test/test_acl.h:202:
+				.src_addr = RTE_IPv4(10,1,1,1),
 				                         ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#275: FILE: app/test/test_acl.h:202:
+				.src_addr = RTE_IPv4(10,1,1,1),
 				                           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#284: FILE: app/test/test_acl.h:396:
+				.dst_addr = RTE_IPv4(1,2,3,4),
 				                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#284: FILE: app/test/test_acl.h:396:
+				.dst_addr = RTE_IPv4(1,2,3,4),
 				                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#284: FILE: app/test/test_acl.h:396:
+				.dst_addr = RTE_IPv4(1,2,3,4),
 				                          ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#287: FILE: app/test/test_acl.h:398:
+				.src_addr = RTE_IPv4(5,6,7,8),
 				                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#287: FILE: app/test/test_acl.h:398:
+				.src_addr = RTE_IPv4(5,6,7,8),
 				                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#287: FILE: app/test/test_acl.h:398:
+				.src_addr = RTE_IPv4(5,6,7,8),
 				                          ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#296: FILE: app/test/test_acl.h:414:
+				.dst_addr = RTE_IPv4(5,6,7,8),
 				                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#296: FILE: app/test/test_acl.h:414:
+				.dst_addr = RTE_IPv4(5,6,7,8),
 				                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#296: FILE: app/test/test_acl.h:414:
+				.dst_addr = RTE_IPv4(5,6,7,8),
 				                          ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#299: FILE: app/test/test_acl.h:416:
+				.src_addr = RTE_IPv4(1,2,3,4),
 				                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#299: FILE: app/test/test_acl.h:416:
+				.src_addr = RTE_IPv4(1,2,3,4),
 				                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#299: FILE: app/test/test_acl.h:416:
+				.src_addr = RTE_IPv4(1,2,3,4),
 				                          ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#308: FILE: app/test/test_acl.h:432:
+				.dst_addr = RTE_IPv4(1,2,3,4),
 				                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#308: FILE: app/test/test_acl.h:432:
+				.dst_addr = RTE_IPv4(1,2,3,4),
 				                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#308: FILE: app/test/test_acl.h:432:
+				.dst_addr = RTE_IPv4(1,2,3,4),
 				                          ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#311: FILE: app/test/test_acl.h:434:
+				.src_addr = RTE_IPv4(5,6,7,8),
 				                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#311: FILE: app/test/test_acl.h:434:
+				.src_addr = RTE_IPv4(5,6,7,8),
 				                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#311: FILE: app/test/test_acl.h:434:
+				.src_addr = RTE_IPv4(5,6,7,8),
 				                          ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#320: FILE: app/test/test_acl.h:448:
+				.dst_addr = RTE_IPv4(5,6,7,8),
 				                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#320: FILE: app/test/test_acl.h:448:
+				.dst_addr = RTE_IPv4(5,6,7,8),
 				                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#320: FILE: app/test/test_acl.h:448:
+				.dst_addr = RTE_IPv4(5,6,7,8),
 				                          ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#323: FILE: app/test/test_acl.h:450:
+				.src_addr = RTE_IPv4(1,2,3,4),
 				                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#323: FILE: app/test/test_acl.h:450:
+				.src_addr = RTE_IPv4(1,2,3,4),
 				                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#323: FILE: app/test/test_acl.h:450:
+				.src_addr = RTE_IPv4(1,2,3,4),
 				                          ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#334: FILE: app/test/test_acl.h:466:
+		{.ip_src = RTE_IPv4(10,0,0,0), .allow = 4}, /* should match 4 */
 		                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#334: FILE: app/test/test_acl.h:466:
+		{.ip_src = RTE_IPv4(10,0,0,0), .allow = 4}, /* should match 4 */
 		                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#334: FILE: app/test/test_acl.h:466:
+		{.ip_src = RTE_IPv4(10,0,0,0), .allow = 4}, /* should match 4 */
 		                          ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#335: FILE: app/test/test_acl.h:467:
+		{.ip_src = RTE_IPv4(10,1,1,2), .allow = 5}, /* should match 5 */
 		                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#335: FILE: app/test/test_acl.h:467:
+		{.ip_src = RTE_IPv4(10,1,1,2), .allow = 5}, /* should match 5 */
 		                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#335: FILE: app/test/test_acl.h:467:
+		{.ip_src = RTE_IPv4(10,1,1,2), .allow = 5}, /* should match 5 */
 		                          ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#336: FILE: app/test/test_acl.h:468:
+		{.ip_src = RTE_IPv4(10,1,1,1), .allow = 5,
 		                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#336: FILE: app/test/test_acl.h:468:
+		{.ip_src = RTE_IPv4(10,1,1,1), .allow = 5,
 		                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#336: FILE: app/test/test_acl.h:468:
+		{.ip_src = RTE_IPv4(10,1,1,1), .allow = 5,
 		                          ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#341: FILE: app/test/test_acl.h:470:
+		{.ip_dst = RTE_IPv4(10,0,0,0)},             /* should not match */
 		                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#341: FILE: app/test/test_acl.h:470:
+		{.ip_dst = RTE_IPv4(10,0,0,0)},             /* should not match */
 		                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#341: FILE: app/test/test_acl.h:470:
+		{.ip_dst = RTE_IPv4(10,0,0,0)},             /* should not match */
 		                          ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#342: FILE: app/test/test_acl.h:471:
+		{.ip_dst = RTE_IPv4(10,1,1,2)},             /* should not match */
 		                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#342: FILE: app/test/test_acl.h:471:
+		{.ip_dst = RTE_IPv4(10,1,1,2)},             /* should not match */
 		                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#342: FILE: app/test/test_acl.h:471:
+		{.ip_dst = RTE_IPv4(10,1,1,2)},             /* should not match */
 		                          ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#343: FILE: app/test/test_acl.h:472:
+		{.ip_dst = RTE_IPv4(10,1,1,1)},             /* should not match */
 		                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#343: FILE: app/test/test_acl.h:472:
+		{.ip_dst = RTE_IPv4(10,1,1,1)},             /* should not match */
 		                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#343: FILE: app/test/test_acl.h:472:
+		{.ip_dst = RTE_IPv4(10,1,1,1)},             /* should not match */
 		                          ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#351: FILE: app/test/test_acl.h:474:
+		{.ip_src = RTE_IPv4(192,168,2,50)},             /* should not match */
 		                       ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#351: FILE: app/test/test_acl.h:474:
+		{.ip_src = RTE_IPv4(192,168,2,50)},             /* should not match */
 		                           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#351: FILE: app/test/test_acl.h:474:
+		{.ip_src = RTE_IPv4(192,168,2,50)},             /* should not match */
 		                             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#352: FILE: app/test/test_acl.h:475:
+		{.ip_src = RTE_IPv4(192,168,1,2)},              /* should not match */
 		                       ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#352: FILE: app/test/test_acl.h:475:
+		{.ip_src = RTE_IPv4(192,168,1,2)},              /* should not match */
 		                           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#352: FILE: app/test/test_acl.h:475:
+		{.ip_src = RTE_IPv4(192,168,1,2)},              /* should not match */
 		                             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#353: FILE: app/test/test_acl.h:476:
+		{.ip_src = RTE_IPv4(192,168,1,50)},             /* should not match */
 		                       ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#353: FILE: app/test/test_acl.h:476:
+		{.ip_src = RTE_IPv4(192,168,1,50)},             /* should not match */
 		                           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#353: FILE: app/test/test_acl.h:476:
+		{.ip_src = RTE_IPv4(192,168,1,50)},             /* should not match */
 		                             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#354: FILE: app/test/test_acl.h:477:
+		{.ip_dst = RTE_IPv4(192,168,2,50), .allow = 1}, /* should match 1 */
 		                       ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#354: FILE: app/test/test_acl.h:477:
+		{.ip_dst = RTE_IPv4(192,168,2,50), .allow = 1}, /* should match 1 */
 		                           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#354: FILE: app/test/test_acl.h:477:
+		{.ip_dst = RTE_IPv4(192,168,2,50), .allow = 1}, /* should match 1 */
 		                             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#355: FILE: app/test/test_acl.h:478:
+		{.ip_dst = RTE_IPv4(192,168,1,49), .allow = 2}, /* should match 2 */
 		                       ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#355: FILE: app/test/test_acl.h:478:
+		{.ip_dst = RTE_IPv4(192,168,1,49), .allow = 2}, /* should match 2 */
 		                           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#355: FILE: app/test/test_acl.h:478:
+		{.ip_dst = RTE_IPv4(192,168,1,49), .allow = 2}, /* should match 2 */
 		                             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#356: FILE: app/test/test_acl.h:479:
+		{.ip_dst = RTE_IPv4(192,168,1,50), .allow = 2,
 		                       ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#356: FILE: app/test/test_acl.h:479:
+		{.ip_dst = RTE_IPv4(192,168,1,50), .allow = 2,
 		                           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#356: FILE: app/test/test_acl.h:479:
+		{.ip_dst = RTE_IPv4(192,168,1,50), .allow = 2,
 		                             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#365: FILE: app/test/test_acl.h:518:
+		{.vlan = 0x5, .ip_src = RTE_IPv4(10,1,1,1),
 		                                   ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#365: FILE: app/test/test_acl.h:518:
+		{.vlan = 0x5, .ip_src = RTE_IPv4(10,1,1,1),
 		                                     ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#365: FILE: app/test/test_acl.h:518:
+		{.vlan = 0x5, .ip_src = RTE_IPv4(10,1,1,1),
 		                                       ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#368: FILE: app/test/test_acl.h:520:
+		{.vlan = 0x5, .ip_src = RTE_IPv4(192,168,2,50),
 		                                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#368: FILE: app/test/test_acl.h:520:
+		{.vlan = 0x5, .ip_src = RTE_IPv4(192,168,2,50),
 		                                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#368: FILE: app/test/test_acl.h:520:
+		{.vlan = 0x5, .ip_src = RTE_IPv4(192,168,2,50),
 		                                          ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#371: FILE: app/test/test_acl.h:522:
+		{.vlan = 0x55, .ip_src = RTE_IPv4(192,168,1,49),
 		                                     ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#371: FILE: app/test/test_acl.h:522:
+		{.vlan = 0x55, .ip_src = RTE_IPv4(192,168,1,49),
 		                                         ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#371: FILE: app/test/test_acl.h:522:
+		{.vlan = 0x55, .ip_src = RTE_IPv4(192,168,1,49),
 		                                           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#378: FILE: app/test/test_acl.h:528:
+		{.proto = 0x5, .ip_dst = RTE_IPv4(192,168,2,50),
 		                                     ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#378: FILE: app/test/test_acl.h:528:
+		{.proto = 0x5, .ip_dst = RTE_IPv4(192,168,2,50),
 		                                         ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#378: FILE: app/test/test_acl.h:528:
+		{.proto = 0x5, .ip_dst = RTE_IPv4(192,168,2,50),
 		                                           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#382: FILE: app/test/test_acl.h:531:
+		{.proto = 0x5, .ip_dst = RTE_IPv4(192,168,1,50),
 		                                     ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#382: FILE: app/test/test_acl.h:531:
+		{.proto = 0x5, .ip_dst = RTE_IPv4(192,168,1,50),
 		                                         ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#382: FILE: app/test/test_acl.h:531:
+		{.proto = 0x5, .ip_dst = RTE_IPv4(192,168,1,50),
 		                                           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#392: FILE: app/test/test_acl.h:540:
+		{.ip_src = RTE_IPv4(192,168,1,50),
 		                       ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#392: FILE: app/test/test_acl.h:540:
+		{.ip_src = RTE_IPv4(192,168,1,50),
 		                           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#392: FILE: app/test/test_acl.h:540:
+		{.ip_src = RTE_IPv4(192,168,1,50),
 		                             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#393: FILE: app/test/test_acl.h:541:
+				.ip_dst = RTE_IPv4(10,0,0,0),
 				                     ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#393: FILE: app/test/test_acl.h:541:
+				.ip_dst = RTE_IPv4(10,0,0,0),
 				                       ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#393: FILE: app/test/test_acl.h:541:
+				.ip_dst = RTE_IPv4(10,0,0,0),
 				                         ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#402: FILE: app/test/test_acl.h:548:
+				.ip_dst = RTE_IPv4(1,2,100,200),
 				                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#402: FILE: app/test/test_acl.h:548:
+				.ip_dst = RTE_IPv4(1,2,100,200),
 				                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#402: FILE: app/test/test_acl.h:548:
+				.ip_dst = RTE_IPv4(1,2,100,200),
 				                          ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#403: FILE: app/test/test_acl.h:549:
+				.ip_src = RTE_IPv4(5,6,7,254),
 				                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#403: FILE: app/test/test_acl.h:549:
+				.ip_src = RTE_IPv4(5,6,7,254),
 				                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#403: FILE: app/test/test_acl.h:549:
+				.ip_src = RTE_IPv4(5,6,7,254),
 				                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#413: FILE: app/test/test_acl.h:559:
+				.ip_dst = RTE_IPv4(5,6,7,254),
 				                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#413: FILE: app/test/test_acl.h:559:
+				.ip_dst = RTE_IPv4(5,6,7,254),
 				                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#413: FILE: app/test/test_acl.h:559:
+				.ip_dst = RTE_IPv4(5,6,7,254),
 				                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#414: FILE: app/test/test_acl.h:560:
+				.ip_src = RTE_IPv4(1,2,100,200),
 				                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#414: FILE: app/test/test_acl.h:560:
+				.ip_src = RTE_IPv4(1,2,100,200),
 				                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#414: FILE: app/test/test_acl.h:560:
+				.ip_src = RTE_IPv4(1,2,100,200),
 				                          ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#424: FILE: app/test/test_acl.h:570:
+				.ip_dst = RTE_IPv4(1,10,20,30),
 				                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#424: FILE: app/test/test_acl.h:570:
+				.ip_dst = RTE_IPv4(1,10,20,30),
 				                       ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#424: FILE: app/test/test_acl.h:570:
+				.ip_dst = RTE_IPv4(1,10,20,30),
 				                          ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#425: FILE: app/test/test_acl.h:571:
+				.ip_src = RTE_IPv4(5,6,7,8),
 				                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#425: FILE: app/test/test_acl.h:571:
+				.ip_src = RTE_IPv4(5,6,7,8),
 				                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#425: FILE: app/test/test_acl.h:571:
+				.ip_src = RTE_IPv4(5,6,7,8),
 				                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#435: FILE: app/test/test_acl.h:580:
+				.ip_dst = RTE_IPv4(5,6,7,8),
 				                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#435: FILE: app/test/test_acl.h:580:
+				.ip_dst = RTE_IPv4(5,6,7,8),
 				                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#435: FILE: app/test/test_acl.h:580:
+				.ip_dst = RTE_IPv4(5,6,7,8),
 				                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#436: FILE: app/test/test_acl.h:581:
+				.ip_src = RTE_IPv4(1,10,20,30),
 				                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#436: FILE: app/test/test_acl.h:581:
+				.ip_src = RTE_IPv4(1,10,20,30),
 				                       ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#436: FILE: app/test/test_acl.h:581:
+				.ip_src = RTE_IPv4(1,10,20,30),
 				                          ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#446: FILE: app/test/test_acl.h:590:
+				.ip_dst = RTE_IPv4(2,2,3,4),
 				                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#446: FILE: app/test/test_acl.h:590:
+				.ip_dst = RTE_IPv4(2,2,3,4),
 				                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#446: FILE: app/test/test_acl.h:590:
+				.ip_dst = RTE_IPv4(2,2,3,4),
 				                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#447: FILE: app/test/test_acl.h:591:
+				.ip_src = RTE_IPv4(4,6,7,8),
 				                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#447: FILE: app/test/test_acl.h:591:
+				.ip_src = RTE_IPv4(4,6,7,8),
 				                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#447: FILE: app/test/test_acl.h:591:
+				.ip_src = RTE_IPv4(4,6,7,8),
 				                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#457: FILE: app/test/test_acl.h:600:
+				.ip_dst = RTE_IPv4(1,2,3,4),
 				                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#457: FILE: app/test/test_acl.h:600:
+				.ip_dst = RTE_IPv4(1,2,3,4),
 				                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#457: FILE: app/test/test_acl.h:600:
+				.ip_dst = RTE_IPv4(1,2,3,4),
 				                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#458: FILE: app/test/test_acl.h:601:
+				.ip_src = RTE_IPv4(4,6,7,8),
 				                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#458: FILE: app/test/test_acl.h:601:
+				.ip_src = RTE_IPv4(4,6,7,8),
 				                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#458: FILE: app/test/test_acl.h:601:
+				.ip_src = RTE_IPv4(4,6,7,8),
 				                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#468: FILE: app/test/test_acl.h:613:
+				.ip_dst = RTE_IPv4(1,2,100,200),
 				                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#468: FILE: app/test/test_acl.h:613:
+				.ip_dst = RTE_IPv4(1,2,100,200),
 				                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#468: FILE: app/test/test_acl.h:613:
+				.ip_dst = RTE_IPv4(1,2,100,200),
 				                          ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#469: FILE: app/test/test_acl.h:614:
+				.ip_src = RTE_IPv4(5,6,7,254),
 				                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#469: FILE: app/test/test_acl.h:614:
+				.ip_src = RTE_IPv4(5,6,7,254),
 				                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#469: FILE: app/test/test_acl.h:614:
+				.ip_src = RTE_IPv4(5,6,7,254),
 				                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#479: FILE: app/test/test_acl.h:623:
+				.ip_dst = RTE_IPv4(5,6,7,254),
 				                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#479: FILE: app/test/test_acl.h:623:
+				.ip_dst = RTE_IPv4(5,6,7,254),
 				                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#479: FILE: app/test/test_acl.h:623:
+				.ip_dst = RTE_IPv4(5,6,7,254),
 				                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#480: FILE: app/test/test_acl.h:624:
+				.ip_src = RTE_IPv4(1,2,100,200),
 				                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#480: FILE: app/test/test_acl.h:624:
+				.ip_src = RTE_IPv4(1,2,100,200),
 				                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#480: FILE: app/test/test_acl.h:624:
+				.ip_src = RTE_IPv4(1,2,100,200),
 				                          ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#490: FILE: app/test/test_acl.h:633:
+				.ip_dst = RTE_IPv4(1,10,20,30),
 				                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#490: FILE: app/test/test_acl.h:633:
+				.ip_dst = RTE_IPv4(1,10,20,30),
 				                       ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#490: FILE: app/test/test_acl.h:633:
+				.ip_dst = RTE_IPv4(1,10,20,30),
 				                          ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#491: FILE: app/test/test_acl.h:634:
+				.ip_src = RTE_IPv4(5,6,7,8),
 				                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#491: FILE: app/test/test_acl.h:634:
+				.ip_src = RTE_IPv4(5,6,7,8),
 				                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#491: FILE: app/test/test_acl.h:634:
+				.ip_src = RTE_IPv4(5,6,7,8),
 				                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#501: FILE: app/test/test_acl.h:642:
+				.ip_dst = RTE_IPv4(5,6,7,8),
 				                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#501: FILE: app/test/test_acl.h:642:
+				.ip_dst = RTE_IPv4(5,6,7,8),
 				                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#501: FILE: app/test/test_acl.h:642:
+				.ip_dst = RTE_IPv4(5,6,7,8),
 				                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#502: FILE: app/test/test_acl.h:643:
+				.ip_src = RTE_IPv4(1,10,20,30),
 				                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#502: FILE: app/test/test_acl.h:643:
+				.ip_src = RTE_IPv4(1,10,20,30),
 				                       ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#502: FILE: app/test/test_acl.h:643:
+				.ip_src = RTE_IPv4(1,10,20,30),
 				                          ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#512: FILE: app/test/test_acl.h:651:
+				.ip_dst = RTE_IPv4(2,2,3,4),
 				                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#512: FILE: app/test/test_acl.h:651:
+				.ip_dst = RTE_IPv4(2,2,3,4),
 				                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#512: FILE: app/test/test_acl.h:651:
+				.ip_dst = RTE_IPv4(2,2,3,4),
 				                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#513: FILE: app/test/test_acl.h:652:
+				.ip_src = RTE_IPv4(4,6,7,8),
 				                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#513: FILE: app/test/test_acl.h:652:
+				.ip_src = RTE_IPv4(4,6,7,8),
 				                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#513: FILE: app/test/test_acl.h:652:
+				.ip_src = RTE_IPv4(4,6,7,8),
 				                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#523: FILE: app/test/test_acl.h:660:
+				.ip_dst = RTE_IPv4(1,2,3,4),
 				                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#523: FILE: app/test/test_acl.h:660:
+				.ip_dst = RTE_IPv4(1,2,3,4),
 				                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#523: FILE: app/test/test_acl.h:660:
+				.ip_dst = RTE_IPv4(1,2,3,4),
 				                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#524: FILE: app/test/test_acl.h:661:
+				.ip_src = RTE_IPv4(4,6,7,8),
 				                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#524: FILE: app/test/test_acl.h:661:
+				.ip_src = RTE_IPv4(4,6,7,8),
 				                      ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#524: FILE: app/test/test_acl.h:661:
+				.ip_src = RTE_IPv4(4,6,7,8),
 				                        ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1093: FILE: app/test/test_sched.c:99:
+	ip_hdr->dst_addr = RTE_IPv4(0,0,TC,QUEUE);
 	                             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1093: FILE: app/test/test_sched.c:99:
+	ip_hdr->dst_addr = RTE_IPv4(0,0,TC,QUEUE);
 	                               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1093: FILE: app/test/test_sched.c:99:
+	ip_hdr->dst_addr = RTE_IPv4(0,0,TC,QUEUE);
 	                                  ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1478: FILE: examples/ip_fragmentation/main.c:172:
+		{RTE_IPv4(100,10,0,0), 16, 0},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1478: FILE: examples/ip_fragmentation/main.c:172:
+		{RTE_IPv4(100,10,0,0), 16, 0},
 		                ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1478: FILE: examples/ip_fragmentation/main.c:172:
+		{RTE_IPv4(100,10,0,0), 16, 0},
 		                  ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1479: FILE: examples/ip_fragmentation/main.c:173:
+		{RTE_IPv4(100,20,0,0), 16, 1},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1479: FILE: examples/ip_fragmentation/main.c:173:
+		{RTE_IPv4(100,20,0,0), 16, 1},
 		                ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1479: FILE: examples/ip_fragmentation/main.c:173:
+		{RTE_IPv4(100,20,0,0), 16, 1},
 		                  ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1480: FILE: examples/ip_fragmentation/main.c:174:
+		{RTE_IPv4(100,30,0,0), 16, 2},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1480: FILE: examples/ip_fragmentation/main.c:174:
+		{RTE_IPv4(100,30,0,0), 16, 2},
 		                ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1480: FILE: examples/ip_fragmentation/main.c:174:
+		{RTE_IPv4(100,30,0,0), 16, 2},
 		                  ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1481: FILE: examples/ip_fragmentation/main.c:175:
+		{RTE_IPv4(100,40,0,0), 16, 3},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1481: FILE: examples/ip_fragmentation/main.c:175:
+		{RTE_IPv4(100,40,0,0), 16, 3},
 		                ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1481: FILE: examples/ip_fragmentation/main.c:175:
+		{RTE_IPv4(100,40,0,0), 16, 3},
 		                  ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1482: FILE: examples/ip_fragmentation/main.c:176:
+		{RTE_IPv4(100,50,0,0), 16, 4},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1482: FILE: examples/ip_fragmentation/main.c:176:
+		{RTE_IPv4(100,50,0,0), 16, 4},
 		                ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1482: FILE: examples/ip_fragmentation/main.c:176:
+		{RTE_IPv4(100,50,0,0), 16, 4},
 		                  ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1483: FILE: examples/ip_fragmentation/main.c:177:
+		{RTE_IPv4(100,60,0,0), 16, 5},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1483: FILE: examples/ip_fragmentation/main.c:177:
+		{RTE_IPv4(100,60,0,0), 16, 5},
 		                ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1483: FILE: examples/ip_fragmentation/main.c:177:
+		{RTE_IPv4(100,60,0,0), 16, 5},
 		                  ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1484: FILE: examples/ip_fragmentation/main.c:178:
+		{RTE_IPv4(100,70,0,0), 16, 6},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1484: FILE: examples/ip_fragmentation/main.c:178:
+		{RTE_IPv4(100,70,0,0), 16, 6},
 		                ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1484: FILE: examples/ip_fragmentation/main.c:178:
+		{RTE_IPv4(100,70,0,0), 16, 6},
 		                  ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1485: FILE: examples/ip_fragmentation/main.c:179:
+		{RTE_IPv4(100,80,0,0), 16, 7},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1485: FILE: examples/ip_fragmentation/main.c:179:
+		{RTE_IPv4(100,80,0,0), 16, 7},
 		                ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1485: FILE: examples/ip_fragmentation/main.c:179:
+		{RTE_IPv4(100,80,0,0), 16, 7},
 		                  ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1505: FILE: examples/ip_reassembly/main.c:193:
+		{RTE_IPv4(100,10,0,0), 16, 0},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1505: FILE: examples/ip_reassembly/main.c:193:
+		{RTE_IPv4(100,10,0,0), 16, 0},
 		                ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1505: FILE: examples/ip_reassembly/main.c:193:
+		{RTE_IPv4(100,10,0,0), 16, 0},
 		                  ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1506: FILE: examples/ip_reassembly/main.c:194:
+		{RTE_IPv4(100,20,0,0), 16, 1},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1506: FILE: examples/ip_reassembly/main.c:194:
+		{RTE_IPv4(100,20,0,0), 16, 1},
 		                ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1506: FILE: examples/ip_reassembly/main.c:194:
+		{RTE_IPv4(100,20,0,0), 16, 1},
 		                  ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1507: FILE: examples/ip_reassembly/main.c:195:
+		{RTE_IPv4(100,30,0,0), 16, 2},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1507: FILE: examples/ip_reassembly/main.c:195:
+		{RTE_IPv4(100,30,0,0), 16, 2},
 		                ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1507: FILE: examples/ip_reassembly/main.c:195:
+		{RTE_IPv4(100,30,0,0), 16, 2},
 		                  ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1508: FILE: examples/ip_reassembly/main.c:196:
+		{RTE_IPv4(100,40,0,0), 16, 3},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1508: FILE: examples/ip_reassembly/main.c:196:
+		{RTE_IPv4(100,40,0,0), 16, 3},
 		                ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1508: FILE: examples/ip_reassembly/main.c:196:
+		{RTE_IPv4(100,40,0,0), 16, 3},
 		                  ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1509: FILE: examples/ip_reassembly/main.c:197:
+		{RTE_IPv4(100,50,0,0), 16, 4},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1509: FILE: examples/ip_reassembly/main.c:197:
+		{RTE_IPv4(100,50,0,0), 16, 4},
 		                ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1509: FILE: examples/ip_reassembly/main.c:197:
+		{RTE_IPv4(100,50,0,0), 16, 4},
 		                  ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1510: FILE: examples/ip_reassembly/main.c:198:
+		{RTE_IPv4(100,60,0,0), 16, 5},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1510: FILE: examples/ip_reassembly/main.c:198:
+		{RTE_IPv4(100,60,0,0), 16, 5},
 		                ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1510: FILE: examples/ip_reassembly/main.c:198:
+		{RTE_IPv4(100,60,0,0), 16, 5},
 		                  ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1511: FILE: examples/ip_reassembly/main.c:199:
+		{RTE_IPv4(100,70,0,0), 16, 6},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1511: FILE: examples/ip_reassembly/main.c:199:
+		{RTE_IPv4(100,70,0,0), 16, 6},
 		                ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1511: FILE: examples/ip_reassembly/main.c:199:
+		{RTE_IPv4(100,70,0,0), 16, 6},
 		                  ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1512: FILE: examples/ip_reassembly/main.c:200:
+		{RTE_IPv4(100,80,0,0), 16, 7},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1512: FILE: examples/ip_reassembly/main.c:200:
+		{RTE_IPv4(100,80,0,0), 16, 7},
 		                ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1512: FILE: examples/ip_reassembly/main.c:200:
+		{RTE_IPv4(100,80,0,0), 16, 7},
 		                  ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1561: FILE: examples/ipv4_multicast/main.c:141:
+		{RTE_IPv4(224,0,0,101), 0x1},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1561: FILE: examples/ipv4_multicast/main.c:141:
+		{RTE_IPv4(224,0,0,101), 0x1},
 		               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1561: FILE: examples/ipv4_multicast/main.c:141:
+		{RTE_IPv4(224,0,0,101), 0x1},
 		                 ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1562: FILE: examples/ipv4_multicast/main.c:142:
+		{RTE_IPv4(224,0,0,102), 0x2},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1562: FILE: examples/ipv4_multicast/main.c:142:
+		{RTE_IPv4(224,0,0,102), 0x2},
 		               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1562: FILE: examples/ipv4_multicast/main.c:142:
+		{RTE_IPv4(224,0,0,102), 0x2},
 		                 ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1563: FILE: examples/ipv4_multicast/main.c:143:
+		{RTE_IPv4(224,0,0,103), 0x3},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1563: FILE: examples/ipv4_multicast/main.c:143:
+		{RTE_IPv4(224,0,0,103), 0x3},
 		               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1563: FILE: examples/ipv4_multicast/main.c:143:
+		{RTE_IPv4(224,0,0,103), 0x3},
 		                 ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1564: FILE: examples/ipv4_multicast/main.c:144:
+		{RTE_IPv4(224,0,0,104), 0x4},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1564: FILE: examples/ipv4_multicast/main.c:144:
+		{RTE_IPv4(224,0,0,104), 0x4},
 		               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1564: FILE: examples/ipv4_multicast/main.c:144:
+		{RTE_IPv4(224,0,0,104), 0x4},
 		                 ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1565: FILE: examples/ipv4_multicast/main.c:145:
+		{RTE_IPv4(224,0,0,105), 0x5},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1565: FILE: examples/ipv4_multicast/main.c:145:
+		{RTE_IPv4(224,0,0,105), 0x5},
 		               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1565: FILE: examples/ipv4_multicast/main.c:145:
+		{RTE_IPv4(224,0,0,105), 0x5},
 		                 ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1566: FILE: examples/ipv4_multicast/main.c:146:
+		{RTE_IPv4(224,0,0,106), 0x6},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1566: FILE: examples/ipv4_multicast/main.c:146:
+		{RTE_IPv4(224,0,0,106), 0x6},
 		               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1566: FILE: examples/ipv4_multicast/main.c:146:
+		{RTE_IPv4(224,0,0,106), 0x6},
 		                 ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1567: FILE: examples/ipv4_multicast/main.c:147:
+		{RTE_IPv4(224,0,0,107), 0x7},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1567: FILE: examples/ipv4_multicast/main.c:147:
+		{RTE_IPv4(224,0,0,107), 0x7},
 		               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1567: FILE: examples/ipv4_multicast/main.c:147:
+		{RTE_IPv4(224,0,0,107), 0x7},
 		                 ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1568: FILE: examples/ipv4_multicast/main.c:148:
+		{RTE_IPv4(224,0,0,108), 0x8},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1568: FILE: examples/ipv4_multicast/main.c:148:
+		{RTE_IPv4(224,0,0,108), 0x8},
 		               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1568: FILE: examples/ipv4_multicast/main.c:148:
+		{RTE_IPv4(224,0,0,108), 0x8},
 		                 ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1569: FILE: examples/ipv4_multicast/main.c:149:
+		{RTE_IPv4(224,0,0,109), 0x9},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1569: FILE: examples/ipv4_multicast/main.c:149:
+		{RTE_IPv4(224,0,0,109), 0x9},
 		               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1569: FILE: examples/ipv4_multicast/main.c:149:
+		{RTE_IPv4(224,0,0,109), 0x9},
 		                 ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1570: FILE: examples/ipv4_multicast/main.c:150:
+		{RTE_IPv4(224,0,0,110), 0xA},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1570: FILE: examples/ipv4_multicast/main.c:150:
+		{RTE_IPv4(224,0,0,110), 0xA},
 		               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1570: FILE: examples/ipv4_multicast/main.c:150:
+		{RTE_IPv4(224,0,0,110), 0xA},
 		                 ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1571: FILE: examples/ipv4_multicast/main.c:151:
+		{RTE_IPv4(224,0,0,111), 0xB},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1571: FILE: examples/ipv4_multicast/main.c:151:
+		{RTE_IPv4(224,0,0,111), 0xB},
 		               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1571: FILE: examples/ipv4_multicast/main.c:151:
+		{RTE_IPv4(224,0,0,111), 0xB},
 		                 ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1572: FILE: examples/ipv4_multicast/main.c:152:
+		{RTE_IPv4(224,0,0,112), 0xC},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1572: FILE: examples/ipv4_multicast/main.c:152:
+		{RTE_IPv4(224,0,0,112), 0xC},
 		               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1572: FILE: examples/ipv4_multicast/main.c:152:
+		{RTE_IPv4(224,0,0,112), 0xC},
 		                 ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1573: FILE: examples/ipv4_multicast/main.c:153:
+		{RTE_IPv4(224,0,0,113), 0xD},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1573: FILE: examples/ipv4_multicast/main.c:153:
+		{RTE_IPv4(224,0,0,113), 0xD},
 		               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1573: FILE: examples/ipv4_multicast/main.c:153:
+		{RTE_IPv4(224,0,0,113), 0xD},
 		                 ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1574: FILE: examples/ipv4_multicast/main.c:154:
+		{RTE_IPv4(224,0,0,114), 0xE},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1574: FILE: examples/ipv4_multicast/main.c:154:
+		{RTE_IPv4(224,0,0,114), 0xE},
 		               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1574: FILE: examples/ipv4_multicast/main.c:154:
+		{RTE_IPv4(224,0,0,114), 0xE},
 		                 ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1575: FILE: examples/ipv4_multicast/main.c:155:
+		{RTE_IPv4(224,0,0,115), 0xF},
 		             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1575: FILE: examples/ipv4_multicast/main.c:155:
+		{RTE_IPv4(224,0,0,115), 0xF},
 		               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1575: FILE: examples/ipv4_multicast/main.c:155:
+		{RTE_IPv4(224,0,0,115), 0xF},
 		                 ^

ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#1584: FILE: examples/ipv4_multicast/main.c:320:
+	if (!RTE_IS_IPV4_MCAST(dest_addr) ||

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1628: FILE: examples/l3fwd-power/main.c:261:
+	{{RTE_IPv4(100,10,0,1), RTE_IPv4(200,10,0,1), 101, 11, IPPROTO_TCP}, 0},
 	              ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1628: FILE: examples/l3fwd-power/main.c:261:
+	{{RTE_IPv4(100,10,0,1), RTE_IPv4(200,10,0,1), 101, 11, IPPROTO_TCP}, 0},
 	                 ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1628: FILE: examples/l3fwd-power/main.c:261:
+	{{RTE_IPv4(100,10,0,1), RTE_IPv4(200,10,0,1), 101, 11, IPPROTO_TCP}, 0},
 	                   ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1628: FILE: examples/l3fwd-power/main.c:261:
+	{{RTE_IPv4(100,10,0,1), RTE_IPv4(200,10,0,1), 101, 11, IPPROTO_TCP}, 0},
 	                                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1628: FILE: examples/l3fwd-power/main.c:261:
+	{{RTE_IPv4(100,10,0,1), RTE_IPv4(200,10,0,1), 101, 11, IPPROTO_TCP}, 0},
 	                                       ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1628: FILE: examples/l3fwd-power/main.c:261:
+	{{RTE_IPv4(100,10,0,1), RTE_IPv4(200,10,0,1), 101, 11, IPPROTO_TCP}, 0},
 	                                         ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1629: FILE: examples/l3fwd-power/main.c:262:
+	{{RTE_IPv4(100,20,0,2), RTE_IPv4(200,20,0,2), 102, 12, IPPROTO_TCP}, 1},
 	              ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1629: FILE: examples/l3fwd-power/main.c:262:
+	{{RTE_IPv4(100,20,0,2), RTE_IPv4(200,20,0,2), 102, 12, IPPROTO_TCP}, 1},
 	                 ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1629: FILE: examples/l3fwd-power/main.c:262:
+	{{RTE_IPv4(100,20,0,2), RTE_IPv4(200,20,0,2), 102, 12, IPPROTO_TCP}, 1},
 	                   ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1629: FILE: examples/l3fwd-power/main.c:262:
+	{{RTE_IPv4(100,20,0,2), RTE_IPv4(200,20,0,2), 102, 12, IPPROTO_TCP}, 1},
 	                                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1629: FILE: examples/l3fwd-power/main.c:262:
+	{{RTE_IPv4(100,20,0,2), RTE_IPv4(200,20,0,2), 102, 12, IPPROTO_TCP}, 1},
 	                                       ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1629: FILE: examples/l3fwd-power/main.c:262:
+	{{RTE_IPv4(100,20,0,2), RTE_IPv4(200,20,0,2), 102, 12, IPPROTO_TCP}, 1},
 	                                         ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1630: FILE: examples/l3fwd-power/main.c:263:
+	{{RTE_IPv4(100,30,0,3), RTE_IPv4(200,30,0,3), 103, 13, IPPROTO_TCP}, 2},
 	              ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1630: FILE: examples/l3fwd-power/main.c:263:
+	{{RTE_IPv4(100,30,0,3), RTE_IPv4(200,30,0,3), 103, 13, IPPROTO_TCP}, 2},
 	                 ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1630: FILE: examples/l3fwd-power/main.c:263:
+	{{RTE_IPv4(100,30,0,3), RTE_IPv4(200,30,0,3), 103, 13, IPPROTO_TCP}, 2},
 	                   ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1630: FILE: examples/l3fwd-power/main.c:263:
+	{{RTE_IPv4(100,30,0,3), RTE_IPv4(200,30,0,3), 103, 13, IPPROTO_TCP}, 2},
 	                                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1630: FILE: examples/l3fwd-power/main.c:263:
+	{{RTE_IPv4(100,30,0,3), RTE_IPv4(200,30,0,3), 103, 13, IPPROTO_TCP}, 2},
 	                                       ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1630: FILE: examples/l3fwd-power/main.c:263:
+	{{RTE_IPv4(100,30,0,3), RTE_IPv4(200,30,0,3), 103, 13, IPPROTO_TCP}, 2},
 	                                         ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1631: FILE: examples/l3fwd-power/main.c:264:
+	{{RTE_IPv4(100,40,0,4), RTE_IPv4(200,40,0,4), 104, 14, IPPROTO_TCP}, 3},
 	              ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1631: FILE: examples/l3fwd-power/main.c:264:
+	{{RTE_IPv4(100,40,0,4), RTE_IPv4(200,40,0,4), 104, 14, IPPROTO_TCP}, 3},
 	                 ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1631: FILE: examples/l3fwd-power/main.c:264:
+	{{RTE_IPv4(100,40,0,4), RTE_IPv4(200,40,0,4), 104, 14, IPPROTO_TCP}, 3},
 	                   ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1631: FILE: examples/l3fwd-power/main.c:264:
+	{{RTE_IPv4(100,40,0,4), RTE_IPv4(200,40,0,4), 104, 14, IPPROTO_TCP}, 3},
 	                                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1631: FILE: examples/l3fwd-power/main.c:264:
+	{{RTE_IPv4(100,40,0,4), RTE_IPv4(200,40,0,4), 104, 14, IPPROTO_TCP}, 3},
 	                                       ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1631: FILE: examples/l3fwd-power/main.c:264:
+	{{RTE_IPv4(100,40,0,4), RTE_IPv4(200,40,0,4), 104, 14, IPPROTO_TCP}, 3},
 	                                         ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1647: FILE: examples/l3fwd-power/main.c:303:
+	{RTE_IPv4(1,1,1,0), 24, 0},
 	           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1647: FILE: examples/l3fwd-power/main.c:303:
+	{RTE_IPv4(1,1,1,0), 24, 0},
 	             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1647: FILE: examples/l3fwd-power/main.c:303:
+	{RTE_IPv4(1,1,1,0), 24, 0},
 	               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1648: FILE: examples/l3fwd-power/main.c:304:
+	{RTE_IPv4(2,1,1,0), 24, 1},
 	           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1648: FILE: examples/l3fwd-power/main.c:304:
+	{RTE_IPv4(2,1,1,0), 24, 1},
 	             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1648: FILE: examples/l3fwd-power/main.c:304:
+	{RTE_IPv4(2,1,1,0), 24, 1},
 	               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1649: FILE: examples/l3fwd-power/main.c:305:
+	{RTE_IPv4(3,1,1,0), 24, 2},
 	           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1649: FILE: examples/l3fwd-power/main.c:305:
+	{RTE_IPv4(3,1,1,0), 24, 2},
 	             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1649: FILE: examples/l3fwd-power/main.c:305:
+	{RTE_IPv4(3,1,1,0), 24, 2},
 	               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1650: FILE: examples/l3fwd-power/main.c:306:
+	{RTE_IPv4(4,1,1,0), 24, 3},
 	           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1650: FILE: examples/l3fwd-power/main.c:306:
+	{RTE_IPv4(4,1,1,0), 24, 3},
 	             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1650: FILE: examples/l3fwd-power/main.c:306:
+	{RTE_IPv4(4,1,1,0), 24, 3},
 	               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1651: FILE: examples/l3fwd-power/main.c:307:
+	{RTE_IPv4(5,1,1,0), 24, 4},
 	           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1651: FILE: examples/l3fwd-power/main.c:307:
+	{RTE_IPv4(5,1,1,0), 24, 4},
 	             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1651: FILE: examples/l3fwd-power/main.c:307:
+	{RTE_IPv4(5,1,1,0), 24, 4},
 	               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1652: FILE: examples/l3fwd-power/main.c:308:
+	{RTE_IPv4(6,1,1,0), 24, 5},
 	           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1652: FILE: examples/l3fwd-power/main.c:308:
+	{RTE_IPv4(6,1,1,0), 24, 5},
 	             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1652: FILE: examples/l3fwd-power/main.c:308:
+	{RTE_IPv4(6,1,1,0), 24, 5},
 	               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1653: FILE: examples/l3fwd-power/main.c:309:
+	{RTE_IPv4(7,1,1,0), 24, 6},
 	           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1653: FILE: examples/l3fwd-power/main.c:309:
+	{RTE_IPv4(7,1,1,0), 24, 6},
 	             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1653: FILE: examples/l3fwd-power/main.c:309:
+	{RTE_IPv4(7,1,1,0), 24, 6},
 	               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1654: FILE: examples/l3fwd-power/main.c:310:
+	{RTE_IPv4(8,1,1,0), 24, 7},
 	           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1654: FILE: examples/l3fwd-power/main.c:310:
+	{RTE_IPv4(8,1,1,0), 24, 7},
 	             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1654: FILE: examples/l3fwd-power/main.c:310:
+	{RTE_IPv4(8,1,1,0), 24, 7},
 	               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1670: FILE: examples/l3fwd-vf/main.c:204:
+	{{RTE_IPv4(100,10,0,1), RTE_IPv4(200,10,0,1), 101, 11, IPPROTO_TCP}, 0},
 	              ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1670: FILE: examples/l3fwd-vf/main.c:204:
+	{{RTE_IPv4(100,10,0,1), RTE_IPv4(200,10,0,1), 101, 11, IPPROTO_TCP}, 0},
 	                 ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1670: FILE: examples/l3fwd-vf/main.c:204:
+	{{RTE_IPv4(100,10,0,1), RTE_IPv4(200,10,0,1), 101, 11, IPPROTO_TCP}, 0},
 	                   ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1670: FILE: examples/l3fwd-vf/main.c:204:
+	{{RTE_IPv4(100,10,0,1), RTE_IPv4(200,10,0,1), 101, 11, IPPROTO_TCP}, 0},
 	                                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1670: FILE: examples/l3fwd-vf/main.c:204:
+	{{RTE_IPv4(100,10,0,1), RTE_IPv4(200,10,0,1), 101, 11, IPPROTO_TCP}, 0},
 	                                       ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1670: FILE: examples/l3fwd-vf/main.c:204:
+	{{RTE_IPv4(100,10,0,1), RTE_IPv4(200,10,0,1), 101, 11, IPPROTO_TCP}, 0},
 	                                         ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1671: FILE: examples/l3fwd-vf/main.c:205:
+	{{RTE_IPv4(100,20,0,2), RTE_IPv4(200,20,0,2), 102, 12, IPPROTO_TCP}, 1},
 	              ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1671: FILE: examples/l3fwd-vf/main.c:205:
+	{{RTE_IPv4(100,20,0,2), RTE_IPv4(200,20,0,2), 102, 12, IPPROTO_TCP}, 1},
 	                 ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1671: FILE: examples/l3fwd-vf/main.c:205:
+	{{RTE_IPv4(100,20,0,2), RTE_IPv4(200,20,0,2), 102, 12, IPPROTO_TCP}, 1},
 	                   ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1671: FILE: examples/l3fwd-vf/main.c:205:
+	{{RTE_IPv4(100,20,0,2), RTE_IPv4(200,20,0,2), 102, 12, IPPROTO_TCP}, 1},
 	                                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1671: FILE: examples/l3fwd-vf/main.c:205:
+	{{RTE_IPv4(100,20,0,2), RTE_IPv4(200,20,0,2), 102, 12, IPPROTO_TCP}, 1},
 	                                       ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1671: FILE: examples/l3fwd-vf/main.c:205:
+	{{RTE_IPv4(100,20,0,2), RTE_IPv4(200,20,0,2), 102, 12, IPPROTO_TCP}, 1},
 	                                         ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1672: FILE: examples/l3fwd-vf/main.c:206:
+	{{RTE_IPv4(100,30,0,3), RTE_IPv4(200,30,0,3), 103, 13, IPPROTO_TCP}, 2},
 	              ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1672: FILE: examples/l3fwd-vf/main.c:206:
+	{{RTE_IPv4(100,30,0,3), RTE_IPv4(200,30,0,3), 103, 13, IPPROTO_TCP}, 2},
 	                 ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1672: FILE: examples/l3fwd-vf/main.c:206:
+	{{RTE_IPv4(100,30,0,3), RTE_IPv4(200,30,0,3), 103, 13, IPPROTO_TCP}, 2},
 	                   ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1672: FILE: examples/l3fwd-vf/main.c:206:
+	{{RTE_IPv4(100,30,0,3), RTE_IPv4(200,30,0,3), 103, 13, IPPROTO_TCP}, 2},
 	                                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1672: FILE: examples/l3fwd-vf/main.c:206:
+	{{RTE_IPv4(100,30,0,3), RTE_IPv4(200,30,0,3), 103, 13, IPPROTO_TCP}, 2},
 	                                       ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1672: FILE: examples/l3fwd-vf/main.c:206:
+	{{RTE_IPv4(100,30,0,3), RTE_IPv4(200,30,0,3), 103, 13, IPPROTO_TCP}, 2},
 	                                         ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1673: FILE: examples/l3fwd-vf/main.c:207:
+	{{RTE_IPv4(100,40,0,4), RTE_IPv4(200,40,0,4), 104, 14, IPPROTO_TCP}, 3},
 	              ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1673: FILE: examples/l3fwd-vf/main.c:207:
+	{{RTE_IPv4(100,40,0,4), RTE_IPv4(200,40,0,4), 104, 14, IPPROTO_TCP}, 3},
 	                 ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1673: FILE: examples/l3fwd-vf/main.c:207:
+	{{RTE_IPv4(100,40,0,4), RTE_IPv4(200,40,0,4), 104, 14, IPPROTO_TCP}, 3},
 	                   ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1673: FILE: examples/l3fwd-vf/main.c:207:
+	{{RTE_IPv4(100,40,0,4), RTE_IPv4(200,40,0,4), 104, 14, IPPROTO_TCP}, 3},
 	                                    ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1673: FILE: examples/l3fwd-vf/main.c:207:
+	{{RTE_IPv4(100,40,0,4), RTE_IPv4(200,40,0,4), 104, 14, IPPROTO_TCP}, 3},
 	                                       ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1673: FILE: examples/l3fwd-vf/main.c:207:
+	{{RTE_IPv4(100,40,0,4), RTE_IPv4(200,40,0,4), 104, 14, IPPROTO_TCP}, 3},
 	                                         ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1689: FILE: examples/l3fwd-vf/main.c:237:
+	{RTE_IPv4(1,1,1,0), 24, 0},
 	           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1689: FILE: examples/l3fwd-vf/main.c:237:
+	{RTE_IPv4(1,1,1,0), 24, 0},
 	             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1689: FILE: examples/l3fwd-vf/main.c:237:
+	{RTE_IPv4(1,1,1,0), 24, 0},
 	               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1690: FILE: examples/l3fwd-vf/main.c:238:
+	{RTE_IPv4(2,1,1,0), 24, 1},
 	           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1690: FILE: examples/l3fwd-vf/main.c:238:
+	{RTE_IPv4(2,1,1,0), 24, 1},
 	             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1690: FILE: examples/l3fwd-vf/main.c:238:
+	{RTE_IPv4(2,1,1,0), 24, 1},
 	               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1691: FILE: examples/l3fwd-vf/main.c:239:
+	{RTE_IPv4(3,1,1,0), 24, 2},
 	           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1691: FILE: examples/l3fwd-vf/main.c:239:
+	{RTE_IPv4(3,1,1,0), 24, 2},
 	             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1691: FILE: examples/l3fwd-vf/main.c:239:
+	{RTE_IPv4(3,1,1,0), 24, 2},
 	               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1692: FILE: examples/l3fwd-vf/main.c:240:
+	{RTE_IPv4(4,1,1,0), 24, 3},
 	           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1692: FILE: examples/l3fwd-vf/main.c:240:
+	{RTE_IPv4(4,1,1,0), 24, 3},
 	             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1692: FILE: examples/l3fwd-vf/main.c:240:
+	{RTE_IPv4(4,1,1,0), 24, 3},
 	               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1693: FILE: examples/l3fwd-vf/main.c:241:
+	{RTE_IPv4(5,1,1,0), 24, 4},
 	           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1693: FILE: examples/l3fwd-vf/main.c:241:
+	{RTE_IPv4(5,1,1,0), 24, 4},
 	             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1693: FILE: examples/l3fwd-vf/main.c:241:
+	{RTE_IPv4(5,1,1,0), 24, 4},
 	               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1694: FILE: examples/l3fwd-vf/main.c:242:
+	{RTE_IPv4(6,1,1,0), 24, 5},
 	           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1694: FILE: examples/l3fwd-vf/main.c:242:
+	{RTE_IPv4(6,1,1,0), 24, 5},
 	             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1694: FILE: examples/l3fwd-vf/main.c:242:
+	{RTE_IPv4(6,1,1,0), 24, 5},
 	               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1695: FILE: examples/l3fwd-vf/main.c:243:
+	{RTE_IPv4(7,1,1,0), 24, 6},
 	           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1695: FILE: examples/l3fwd-vf/main.c:243:
+	{RTE_IPv4(7,1,1,0), 24, 6},
 	             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1695: FILE: examples/l3fwd-vf/main.c:243:
+	{RTE_IPv4(7,1,1,0), 24, 6},
 	               ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1696: FILE: examples/l3fwd-vf/main.c:244:
+	{RTE_IPv4(8,1,1,0), 24, 7},
 	           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1696: FILE: examples/l3fwd-vf/main.c:244:
+	{RTE_IPv4(8,1,1,0), 24, 7},
 	             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1696: FILE: examples/l3fwd-vf/main.c:244:
+	{RTE_IPv4(8,1,1,0), 24, 7},
 	               ^

total: 376 errors, 0 warnings, 1686 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-05-21 16:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20190521161315.25500-12-olivier.matz@6wind.com>
2019-05-21 16:15 ` [dpdk-test-report] |WARNING| pw53582 [PATCH 11/15] net: add rte prefix to ip defines checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).