From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: David Marchand <david.marchand@redhat.com>
Subject: [dpdk-test-report] |WARNING| pw53803 [PATCH 3/5] replace RTE_IPv4 with uppercase RTE_IPV4
Date: Wed, 29 May 2019 13:30:16 +0200 (CEST) [thread overview]
Message-ID: <20190529113016.852421B9A9@dpdk.org> (raw)
In-Reply-To: <1559129358-2935-3-git-send-email-david.marchand@redhat.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/53803
_coding style issues_
ERROR:SPACING: space required after that ',' (ctx:VxV)
#164: FILE: app/test/test_acl.h:85:
+ .src_addr = RTE_IPV4(10,0,0,0),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#164: FILE: app/test/test_acl.h:85:
+ .src_addr = RTE_IPV4(10,0,0,0),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#164: FILE: app/test/test_acl.h:85:
+ .src_addr = RTE_IPV4(10,0,0,0),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#171: FILE: app/test/test_acl.h:91:
+ .dst_addr = RTE_IPV4(10,0,0,0),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#171: FILE: app/test/test_acl.h:91:
+ .dst_addr = RTE_IPV4(10,0,0,0),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#171: FILE: app/test/test_acl.h:91:
+ .dst_addr = RTE_IPV4(10,0,0,0),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#181: 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)
#181: 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)
#181: 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)
#182: 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)
#182: 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)
#182: 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)
#191: FILE: app/test/test_acl.h:145:
+ .dst_addr = RTE_IPV4(192,168,0,0),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#191: FILE: app/test/test_acl.h:145:
+ .dst_addr = RTE_IPV4(192,168,0,0),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#191: FILE: app/test/test_acl.h:145:
+ .dst_addr = RTE_IPV4(192,168,0,0),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#200: FILE: app/test/test_acl.h:156:
+ .dst_addr = RTE_IPV4(192,168,1,0),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#200: FILE: app/test/test_acl.h:156:
+ .dst_addr = RTE_IPV4(192,168,1,0),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#200: FILE: app/test/test_acl.h:156:
+ .dst_addr = RTE_IPV4(192,168,1,0),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#209: FILE: app/test/test_acl.h:167:
+ .dst_addr = RTE_IPV4(192,168,1,50),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#209: FILE: app/test/test_acl.h:167:
+ .dst_addr = RTE_IPV4(192,168,1,50),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#209: FILE: app/test/test_acl.h:167:
+ .dst_addr = RTE_IPV4(192,168,1,50),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#218: FILE: app/test/test_acl.h:180:
+ .src_addr = RTE_IPV4(10,0,0,0),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#218: FILE: app/test/test_acl.h:180:
+ .src_addr = RTE_IPV4(10,0,0,0),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#218: FILE: app/test/test_acl.h:180:
+ .src_addr = RTE_IPV4(10,0,0,0),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#227: FILE: app/test/test_acl.h:191:
+ .src_addr = RTE_IPV4(10,1,1,0),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#227: FILE: app/test/test_acl.h:191:
+ .src_addr = RTE_IPV4(10,1,1,0),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#227: FILE: app/test/test_acl.h:191:
+ .src_addr = RTE_IPV4(10,1,1,0),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#236: FILE: app/test/test_acl.h:202:
+ .src_addr = RTE_IPV4(10,1,1,1),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#236: FILE: app/test/test_acl.h:202:
+ .src_addr = RTE_IPV4(10,1,1,1),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#236: FILE: app/test/test_acl.h:202:
+ .src_addr = RTE_IPV4(10,1,1,1),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#245: FILE: app/test/test_acl.h:396:
+ .dst_addr = RTE_IPV4(1,2,3,4),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#245: FILE: app/test/test_acl.h:396:
+ .dst_addr = RTE_IPV4(1,2,3,4),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#245: FILE: app/test/test_acl.h:396:
+ .dst_addr = RTE_IPV4(1,2,3,4),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#248: FILE: app/test/test_acl.h:398:
+ .src_addr = RTE_IPV4(5,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#248: FILE: app/test/test_acl.h:398:
+ .src_addr = RTE_IPV4(5,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#248: FILE: app/test/test_acl.h:398:
+ .src_addr = RTE_IPV4(5,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#257: FILE: app/test/test_acl.h:414:
+ .dst_addr = RTE_IPV4(5,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#257: FILE: app/test/test_acl.h:414:
+ .dst_addr = RTE_IPV4(5,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#257: FILE: app/test/test_acl.h:414:
+ .dst_addr = RTE_IPV4(5,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#260: FILE: app/test/test_acl.h:416:
+ .src_addr = RTE_IPV4(1,2,3,4),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#260: FILE: app/test/test_acl.h:416:
+ .src_addr = RTE_IPV4(1,2,3,4),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#260: FILE: app/test/test_acl.h:416:
+ .src_addr = RTE_IPV4(1,2,3,4),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#269: FILE: app/test/test_acl.h:432:
+ .dst_addr = RTE_IPV4(1,2,3,4),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#269: FILE: app/test/test_acl.h:432:
+ .dst_addr = RTE_IPV4(1,2,3,4),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#269: FILE: app/test/test_acl.h:432:
+ .dst_addr = RTE_IPV4(1,2,3,4),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#272: FILE: app/test/test_acl.h:434:
+ .src_addr = RTE_IPV4(5,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#272: FILE: app/test/test_acl.h:434:
+ .src_addr = RTE_IPV4(5,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#272: FILE: app/test/test_acl.h:434:
+ .src_addr = RTE_IPV4(5,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#281: FILE: app/test/test_acl.h:448:
+ .dst_addr = RTE_IPV4(5,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#281: FILE: app/test/test_acl.h:448:
+ .dst_addr = RTE_IPV4(5,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#281: FILE: app/test/test_acl.h:448:
+ .dst_addr = RTE_IPV4(5,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#284: FILE: app/test/test_acl.h:450:
+ .src_addr = RTE_IPV4(1,2,3,4),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#284: FILE: app/test/test_acl.h:450:
+ .src_addr = RTE_IPV4(1,2,3,4),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#284: FILE: app/test/test_acl.h:450:
+ .src_addr = RTE_IPV4(1,2,3,4),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#295: 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)
#295: 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)
#295: 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)
#296: 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)
#296: 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)
#296: 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)
#297: 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)
#297: 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)
#297: 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)
#302: 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)
#302: 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)
#302: 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)
#303: 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)
#303: 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)
#303: 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)
#304: 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)
#304: 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)
#304: 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)
#312: 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)
#312: 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)
#312: 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)
#313: 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)
#313: 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)
#313: 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)
#314: 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)
#314: 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)
#314: 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)
#315: 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)
#315: 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)
#315: 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)
#316: 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)
#316: 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)
#316: 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)
#317: 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)
#317: 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)
#317: 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)
#326: 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)
#326: 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)
#326: 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)
#329: 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)
#329: 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)
#329: 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)
#332: 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)
#332: 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)
#332: 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)
#339: 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)
#339: 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)
#339: 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)
#343: 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)
#343: 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)
#343: 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)
#353: FILE: app/test/test_acl.h:540:
+ {.ip_src = RTE_IPV4(192,168,1,50),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#353: FILE: app/test/test_acl.h:540:
+ {.ip_src = RTE_IPV4(192,168,1,50),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#353: FILE: app/test/test_acl.h:540:
+ {.ip_src = RTE_IPV4(192,168,1,50),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#354: FILE: app/test/test_acl.h:541:
+ .ip_dst = RTE_IPV4(10,0,0,0),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#354: FILE: app/test/test_acl.h:541:
+ .ip_dst = RTE_IPV4(10,0,0,0),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#354: FILE: app/test/test_acl.h:541:
+ .ip_dst = RTE_IPV4(10,0,0,0),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#363: FILE: app/test/test_acl.h:548:
+ .ip_dst = RTE_IPV4(1,2,100,200),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#363: FILE: app/test/test_acl.h:548:
+ .ip_dst = RTE_IPV4(1,2,100,200),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#363: FILE: app/test/test_acl.h:548:
+ .ip_dst = RTE_IPV4(1,2,100,200),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#364: FILE: app/test/test_acl.h:549:
+ .ip_src = RTE_IPV4(5,6,7,254),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#364: FILE: app/test/test_acl.h:549:
+ .ip_src = RTE_IPV4(5,6,7,254),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#364: FILE: app/test/test_acl.h:549:
+ .ip_src = RTE_IPV4(5,6,7,254),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#374: FILE: app/test/test_acl.h:559:
+ .ip_dst = RTE_IPV4(5,6,7,254),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#374: FILE: app/test/test_acl.h:559:
+ .ip_dst = RTE_IPV4(5,6,7,254),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#374: FILE: app/test/test_acl.h:559:
+ .ip_dst = RTE_IPV4(5,6,7,254),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#375: FILE: app/test/test_acl.h:560:
+ .ip_src = RTE_IPV4(1,2,100,200),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#375: FILE: app/test/test_acl.h:560:
+ .ip_src = RTE_IPV4(1,2,100,200),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#375: FILE: app/test/test_acl.h:560:
+ .ip_src = RTE_IPV4(1,2,100,200),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#385: FILE: app/test/test_acl.h:570:
+ .ip_dst = RTE_IPV4(1,10,20,30),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#385: FILE: app/test/test_acl.h:570:
+ .ip_dst = RTE_IPV4(1,10,20,30),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#385: FILE: app/test/test_acl.h:570:
+ .ip_dst = RTE_IPV4(1,10,20,30),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#386: FILE: app/test/test_acl.h:571:
+ .ip_src = RTE_IPV4(5,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#386: FILE: app/test/test_acl.h:571:
+ .ip_src = RTE_IPV4(5,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#386: FILE: app/test/test_acl.h:571:
+ .ip_src = RTE_IPV4(5,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#396: FILE: app/test/test_acl.h:580:
+ .ip_dst = RTE_IPV4(5,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#396: FILE: app/test/test_acl.h:580:
+ .ip_dst = RTE_IPV4(5,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#396: FILE: app/test/test_acl.h:580:
+ .ip_dst = RTE_IPV4(5,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#397: FILE: app/test/test_acl.h:581:
+ .ip_src = RTE_IPV4(1,10,20,30),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#397: FILE: app/test/test_acl.h:581:
+ .ip_src = RTE_IPV4(1,10,20,30),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#397: FILE: app/test/test_acl.h:581:
+ .ip_src = RTE_IPV4(1,10,20,30),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#407: FILE: app/test/test_acl.h:590:
+ .ip_dst = RTE_IPV4(2,2,3,4),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#407: FILE: app/test/test_acl.h:590:
+ .ip_dst = RTE_IPV4(2,2,3,4),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#407: FILE: app/test/test_acl.h:590:
+ .ip_dst = RTE_IPV4(2,2,3,4),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#408: FILE: app/test/test_acl.h:591:
+ .ip_src = RTE_IPV4(4,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#408: FILE: app/test/test_acl.h:591:
+ .ip_src = RTE_IPV4(4,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#408: FILE: app/test/test_acl.h:591:
+ .ip_src = RTE_IPV4(4,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#418: FILE: app/test/test_acl.h:600:
+ .ip_dst = RTE_IPV4(1,2,3,4),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#418: FILE: app/test/test_acl.h:600:
+ .ip_dst = RTE_IPV4(1,2,3,4),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#418: FILE: app/test/test_acl.h:600:
+ .ip_dst = RTE_IPV4(1,2,3,4),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#419: FILE: app/test/test_acl.h:601:
+ .ip_src = RTE_IPV4(4,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#419: FILE: app/test/test_acl.h:601:
+ .ip_src = RTE_IPV4(4,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#419: FILE: app/test/test_acl.h:601:
+ .ip_src = RTE_IPV4(4,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#429: FILE: app/test/test_acl.h:613:
+ .ip_dst = RTE_IPV4(1,2,100,200),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#429: FILE: app/test/test_acl.h:613:
+ .ip_dst = RTE_IPV4(1,2,100,200),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#429: FILE: app/test/test_acl.h:613:
+ .ip_dst = RTE_IPV4(1,2,100,200),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#430: FILE: app/test/test_acl.h:614:
+ .ip_src = RTE_IPV4(5,6,7,254),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#430: FILE: app/test/test_acl.h:614:
+ .ip_src = RTE_IPV4(5,6,7,254),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#430: FILE: app/test/test_acl.h:614:
+ .ip_src = RTE_IPV4(5,6,7,254),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#440: FILE: app/test/test_acl.h:623:
+ .ip_dst = RTE_IPV4(5,6,7,254),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#440: FILE: app/test/test_acl.h:623:
+ .ip_dst = RTE_IPV4(5,6,7,254),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#440: FILE: app/test/test_acl.h:623:
+ .ip_dst = RTE_IPV4(5,6,7,254),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#441: FILE: app/test/test_acl.h:624:
+ .ip_src = RTE_IPV4(1,2,100,200),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#441: FILE: app/test/test_acl.h:624:
+ .ip_src = RTE_IPV4(1,2,100,200),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#441: FILE: app/test/test_acl.h:624:
+ .ip_src = RTE_IPV4(1,2,100,200),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#451: FILE: app/test/test_acl.h:633:
+ .ip_dst = RTE_IPV4(1,10,20,30),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#451: FILE: app/test/test_acl.h:633:
+ .ip_dst = RTE_IPV4(1,10,20,30),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#451: FILE: app/test/test_acl.h:633:
+ .ip_dst = RTE_IPV4(1,10,20,30),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#452: FILE: app/test/test_acl.h:634:
+ .ip_src = RTE_IPV4(5,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#452: FILE: app/test/test_acl.h:634:
+ .ip_src = RTE_IPV4(5,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#452: FILE: app/test/test_acl.h:634:
+ .ip_src = RTE_IPV4(5,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#462: FILE: app/test/test_acl.h:642:
+ .ip_dst = RTE_IPV4(5,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#462: FILE: app/test/test_acl.h:642:
+ .ip_dst = RTE_IPV4(5,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#462: FILE: app/test/test_acl.h:642:
+ .ip_dst = RTE_IPV4(5,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#463: FILE: app/test/test_acl.h:643:
+ .ip_src = RTE_IPV4(1,10,20,30),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#463: FILE: app/test/test_acl.h:643:
+ .ip_src = RTE_IPV4(1,10,20,30),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#463: FILE: app/test/test_acl.h:643:
+ .ip_src = RTE_IPV4(1,10,20,30),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#473: FILE: app/test/test_acl.h:651:
+ .ip_dst = RTE_IPV4(2,2,3,4),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#473: FILE: app/test/test_acl.h:651:
+ .ip_dst = RTE_IPV4(2,2,3,4),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#473: FILE: app/test/test_acl.h:651:
+ .ip_dst = RTE_IPV4(2,2,3,4),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#474: FILE: app/test/test_acl.h:652:
+ .ip_src = RTE_IPV4(4,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#474: FILE: app/test/test_acl.h:652:
+ .ip_src = RTE_IPV4(4,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#474: FILE: app/test/test_acl.h:652:
+ .ip_src = RTE_IPV4(4,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#484: FILE: app/test/test_acl.h:660:
+ .ip_dst = RTE_IPV4(1,2,3,4),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#484: FILE: app/test/test_acl.h:660:
+ .ip_dst = RTE_IPV4(1,2,3,4),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#484: FILE: app/test/test_acl.h:660:
+ .ip_dst = RTE_IPV4(1,2,3,4),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#485: FILE: app/test/test_acl.h:661:
+ .ip_src = RTE_IPV4(4,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#485: FILE: app/test/test_acl.h:661:
+ .ip_src = RTE_IPV4(4,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#485: FILE: app/test/test_acl.h:661:
+ .ip_src = RTE_IPV4(4,6,7,8),
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1048: 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)
#1048: 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)
#1048: 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)
#1215: FILE: examples/ip_fragmentation/main.c:172:
+ {RTE_IPV4(100,10,0,0), 16, 0},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1215: FILE: examples/ip_fragmentation/main.c:172:
+ {RTE_IPV4(100,10,0,0), 16, 0},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1215: FILE: examples/ip_fragmentation/main.c:172:
+ {RTE_IPV4(100,10,0,0), 16, 0},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1216: FILE: examples/ip_fragmentation/main.c:173:
+ {RTE_IPV4(100,20,0,0), 16, 1},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1216: FILE: examples/ip_fragmentation/main.c:173:
+ {RTE_IPV4(100,20,0,0), 16, 1},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1216: FILE: examples/ip_fragmentation/main.c:173:
+ {RTE_IPV4(100,20,0,0), 16, 1},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1217: FILE: examples/ip_fragmentation/main.c:174:
+ {RTE_IPV4(100,30,0,0), 16, 2},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1217: FILE: examples/ip_fragmentation/main.c:174:
+ {RTE_IPV4(100,30,0,0), 16, 2},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1217: FILE: examples/ip_fragmentation/main.c:174:
+ {RTE_IPV4(100,30,0,0), 16, 2},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1218: FILE: examples/ip_fragmentation/main.c:175:
+ {RTE_IPV4(100,40,0,0), 16, 3},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1218: FILE: examples/ip_fragmentation/main.c:175:
+ {RTE_IPV4(100,40,0,0), 16, 3},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1218: FILE: examples/ip_fragmentation/main.c:175:
+ {RTE_IPV4(100,40,0,0), 16, 3},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1219: FILE: examples/ip_fragmentation/main.c:176:
+ {RTE_IPV4(100,50,0,0), 16, 4},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1219: FILE: examples/ip_fragmentation/main.c:176:
+ {RTE_IPV4(100,50,0,0), 16, 4},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1219: FILE: examples/ip_fragmentation/main.c:176:
+ {RTE_IPV4(100,50,0,0), 16, 4},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1220: FILE: examples/ip_fragmentation/main.c:177:
+ {RTE_IPV4(100,60,0,0), 16, 5},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1220: FILE: examples/ip_fragmentation/main.c:177:
+ {RTE_IPV4(100,60,0,0), 16, 5},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1220: FILE: examples/ip_fragmentation/main.c:177:
+ {RTE_IPV4(100,60,0,0), 16, 5},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1221: FILE: examples/ip_fragmentation/main.c:178:
+ {RTE_IPV4(100,70,0,0), 16, 6},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1221: FILE: examples/ip_fragmentation/main.c:178:
+ {RTE_IPV4(100,70,0,0), 16, 6},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1221: FILE: examples/ip_fragmentation/main.c:178:
+ {RTE_IPV4(100,70,0,0), 16, 6},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1222: FILE: examples/ip_fragmentation/main.c:179:
+ {RTE_IPV4(100,80,0,0), 16, 7},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1222: FILE: examples/ip_fragmentation/main.c:179:
+ {RTE_IPV4(100,80,0,0), 16, 7},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1222: FILE: examples/ip_fragmentation/main.c:179:
+ {RTE_IPV4(100,80,0,0), 16, 7},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1242: FILE: examples/ip_reassembly/main.c:193:
+ {RTE_IPV4(100,10,0,0), 16, 0},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1242: FILE: examples/ip_reassembly/main.c:193:
+ {RTE_IPV4(100,10,0,0), 16, 0},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1242: FILE: examples/ip_reassembly/main.c:193:
+ {RTE_IPV4(100,10,0,0), 16, 0},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1243: FILE: examples/ip_reassembly/main.c:194:
+ {RTE_IPV4(100,20,0,0), 16, 1},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1243: FILE: examples/ip_reassembly/main.c:194:
+ {RTE_IPV4(100,20,0,0), 16, 1},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1243: FILE: examples/ip_reassembly/main.c:194:
+ {RTE_IPV4(100,20,0,0), 16, 1},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1244: FILE: examples/ip_reassembly/main.c:195:
+ {RTE_IPV4(100,30,0,0), 16, 2},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1244: FILE: examples/ip_reassembly/main.c:195:
+ {RTE_IPV4(100,30,0,0), 16, 2},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1244: FILE: examples/ip_reassembly/main.c:195:
+ {RTE_IPV4(100,30,0,0), 16, 2},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1245: FILE: examples/ip_reassembly/main.c:196:
+ {RTE_IPV4(100,40,0,0), 16, 3},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1245: FILE: examples/ip_reassembly/main.c:196:
+ {RTE_IPV4(100,40,0,0), 16, 3},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1245: FILE: examples/ip_reassembly/main.c:196:
+ {RTE_IPV4(100,40,0,0), 16, 3},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1246: FILE: examples/ip_reassembly/main.c:197:
+ {RTE_IPV4(100,50,0,0), 16, 4},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1246: FILE: examples/ip_reassembly/main.c:197:
+ {RTE_IPV4(100,50,0,0), 16, 4},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1246: FILE: examples/ip_reassembly/main.c:197:
+ {RTE_IPV4(100,50,0,0), 16, 4},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1247: FILE: examples/ip_reassembly/main.c:198:
+ {RTE_IPV4(100,60,0,0), 16, 5},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1247: FILE: examples/ip_reassembly/main.c:198:
+ {RTE_IPV4(100,60,0,0), 16, 5},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1247: FILE: examples/ip_reassembly/main.c:198:
+ {RTE_IPV4(100,60,0,0), 16, 5},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1248: FILE: examples/ip_reassembly/main.c:199:
+ {RTE_IPV4(100,70,0,0), 16, 6},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1248: FILE: examples/ip_reassembly/main.c:199:
+ {RTE_IPV4(100,70,0,0), 16, 6},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1248: FILE: examples/ip_reassembly/main.c:199:
+ {RTE_IPV4(100,70,0,0), 16, 6},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1249: FILE: examples/ip_reassembly/main.c:200:
+ {RTE_IPV4(100,80,0,0), 16, 7},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1249: FILE: examples/ip_reassembly/main.c:200:
+ {RTE_IPV4(100,80,0,0), 16, 7},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1249: FILE: examples/ip_reassembly/main.c:200:
+ {RTE_IPV4(100,80,0,0), 16, 7},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1289: FILE: examples/ipv4_multicast/main.c:141:
+ {RTE_IPV4(224,0,0,101), 0x1},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1289: FILE: examples/ipv4_multicast/main.c:141:
+ {RTE_IPV4(224,0,0,101), 0x1},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1289: FILE: examples/ipv4_multicast/main.c:141:
+ {RTE_IPV4(224,0,0,101), 0x1},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1290: FILE: examples/ipv4_multicast/main.c:142:
+ {RTE_IPV4(224,0,0,102), 0x2},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1290: FILE: examples/ipv4_multicast/main.c:142:
+ {RTE_IPV4(224,0,0,102), 0x2},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1290: FILE: examples/ipv4_multicast/main.c:142:
+ {RTE_IPV4(224,0,0,102), 0x2},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1291: FILE: examples/ipv4_multicast/main.c:143:
+ {RTE_IPV4(224,0,0,103), 0x3},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1291: FILE: examples/ipv4_multicast/main.c:143:
+ {RTE_IPV4(224,0,0,103), 0x3},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1291: FILE: examples/ipv4_multicast/main.c:143:
+ {RTE_IPV4(224,0,0,103), 0x3},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1292: FILE: examples/ipv4_multicast/main.c:144:
+ {RTE_IPV4(224,0,0,104), 0x4},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1292: FILE: examples/ipv4_multicast/main.c:144:
+ {RTE_IPV4(224,0,0,104), 0x4},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1292: FILE: examples/ipv4_multicast/main.c:144:
+ {RTE_IPV4(224,0,0,104), 0x4},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1293: FILE: examples/ipv4_multicast/main.c:145:
+ {RTE_IPV4(224,0,0,105), 0x5},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1293: FILE: examples/ipv4_multicast/main.c:145:
+ {RTE_IPV4(224,0,0,105), 0x5},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1293: FILE: examples/ipv4_multicast/main.c:145:
+ {RTE_IPV4(224,0,0,105), 0x5},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1294: FILE: examples/ipv4_multicast/main.c:146:
+ {RTE_IPV4(224,0,0,106), 0x6},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1294: FILE: examples/ipv4_multicast/main.c:146:
+ {RTE_IPV4(224,0,0,106), 0x6},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1294: FILE: examples/ipv4_multicast/main.c:146:
+ {RTE_IPV4(224,0,0,106), 0x6},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1295: FILE: examples/ipv4_multicast/main.c:147:
+ {RTE_IPV4(224,0,0,107), 0x7},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1295: FILE: examples/ipv4_multicast/main.c:147:
+ {RTE_IPV4(224,0,0,107), 0x7},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1295: FILE: examples/ipv4_multicast/main.c:147:
+ {RTE_IPV4(224,0,0,107), 0x7},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1296: FILE: examples/ipv4_multicast/main.c:148:
+ {RTE_IPV4(224,0,0,108), 0x8},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1296: FILE: examples/ipv4_multicast/main.c:148:
+ {RTE_IPV4(224,0,0,108), 0x8},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1296: FILE: examples/ipv4_multicast/main.c:148:
+ {RTE_IPV4(224,0,0,108), 0x8},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1297: FILE: examples/ipv4_multicast/main.c:149:
+ {RTE_IPV4(224,0,0,109), 0x9},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1297: FILE: examples/ipv4_multicast/main.c:149:
+ {RTE_IPV4(224,0,0,109), 0x9},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1297: FILE: examples/ipv4_multicast/main.c:149:
+ {RTE_IPV4(224,0,0,109), 0x9},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1298: FILE: examples/ipv4_multicast/main.c:150:
+ {RTE_IPV4(224,0,0,110), 0xA},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1298: FILE: examples/ipv4_multicast/main.c:150:
+ {RTE_IPV4(224,0,0,110), 0xA},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1298: FILE: examples/ipv4_multicast/main.c:150:
+ {RTE_IPV4(224,0,0,110), 0xA},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1299: FILE: examples/ipv4_multicast/main.c:151:
+ {RTE_IPV4(224,0,0,111), 0xB},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1299: FILE: examples/ipv4_multicast/main.c:151:
+ {RTE_IPV4(224,0,0,111), 0xB},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1299: FILE: examples/ipv4_multicast/main.c:151:
+ {RTE_IPV4(224,0,0,111), 0xB},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1300: FILE: examples/ipv4_multicast/main.c:152:
+ {RTE_IPV4(224,0,0,112), 0xC},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1300: FILE: examples/ipv4_multicast/main.c:152:
+ {RTE_IPV4(224,0,0,112), 0xC},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1300: FILE: examples/ipv4_multicast/main.c:152:
+ {RTE_IPV4(224,0,0,112), 0xC},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1301: FILE: examples/ipv4_multicast/main.c:153:
+ {RTE_IPV4(224,0,0,113), 0xD},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1301: FILE: examples/ipv4_multicast/main.c:153:
+ {RTE_IPV4(224,0,0,113), 0xD},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1301: FILE: examples/ipv4_multicast/main.c:153:
+ {RTE_IPV4(224,0,0,113), 0xD},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1302: FILE: examples/ipv4_multicast/main.c:154:
+ {RTE_IPV4(224,0,0,114), 0xE},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1302: FILE: examples/ipv4_multicast/main.c:154:
+ {RTE_IPV4(224,0,0,114), 0xE},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1302: FILE: examples/ipv4_multicast/main.c:154:
+ {RTE_IPV4(224,0,0,114), 0xE},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1303: FILE: examples/ipv4_multicast/main.c:155:
+ {RTE_IPV4(224,0,0,115), 0xF},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1303: FILE: examples/ipv4_multicast/main.c:155:
+ {RTE_IPV4(224,0,0,115), 0xF},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1303: FILE: examples/ipv4_multicast/main.c:155:
+ {RTE_IPV4(224,0,0,115), 0xF},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1332: 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)
#1332: 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)
#1332: 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)
#1332: 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)
#1332: 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)
#1332: 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)
#1333: 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)
#1333: 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)
#1333: 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)
#1333: 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)
#1333: 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)
#1333: 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)
#1334: 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)
#1334: 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)
#1334: 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)
#1334: 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)
#1334: 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)
#1334: 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)
#1335: 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)
#1335: 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)
#1335: 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)
#1335: 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)
#1335: 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)
#1335: 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)
#1351: FILE: examples/l3fwd-power/main.c:303:
+ {RTE_IPV4(1,1,1,0), 24, 0},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1351: FILE: examples/l3fwd-power/main.c:303:
+ {RTE_IPV4(1,1,1,0), 24, 0},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1351: FILE: examples/l3fwd-power/main.c:303:
+ {RTE_IPV4(1,1,1,0), 24, 0},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1352: FILE: examples/l3fwd-power/main.c:304:
+ {RTE_IPV4(2,1,1,0), 24, 1},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1352: FILE: examples/l3fwd-power/main.c:304:
+ {RTE_IPV4(2,1,1,0), 24, 1},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1352: FILE: examples/l3fwd-power/main.c:304:
+ {RTE_IPV4(2,1,1,0), 24, 1},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1353: FILE: examples/l3fwd-power/main.c:305:
+ {RTE_IPV4(3,1,1,0), 24, 2},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1353: FILE: examples/l3fwd-power/main.c:305:
+ {RTE_IPV4(3,1,1,0), 24, 2},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1353: FILE: examples/l3fwd-power/main.c:305:
+ {RTE_IPV4(3,1,1,0), 24, 2},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1354: FILE: examples/l3fwd-power/main.c:306:
+ {RTE_IPV4(4,1,1,0), 24, 3},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1354: FILE: examples/l3fwd-power/main.c:306:
+ {RTE_IPV4(4,1,1,0), 24, 3},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1354: FILE: examples/l3fwd-power/main.c:306:
+ {RTE_IPV4(4,1,1,0), 24, 3},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1355: FILE: examples/l3fwd-power/main.c:307:
+ {RTE_IPV4(5,1,1,0), 24, 4},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1355: FILE: examples/l3fwd-power/main.c:307:
+ {RTE_IPV4(5,1,1,0), 24, 4},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1355: FILE: examples/l3fwd-power/main.c:307:
+ {RTE_IPV4(5,1,1,0), 24, 4},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1356: FILE: examples/l3fwd-power/main.c:308:
+ {RTE_IPV4(6,1,1,0), 24, 5},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1356: FILE: examples/l3fwd-power/main.c:308:
+ {RTE_IPV4(6,1,1,0), 24, 5},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1356: FILE: examples/l3fwd-power/main.c:308:
+ {RTE_IPV4(6,1,1,0), 24, 5},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1357: FILE: examples/l3fwd-power/main.c:309:
+ {RTE_IPV4(7,1,1,0), 24, 6},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1357: FILE: examples/l3fwd-power/main.c:309:
+ {RTE_IPV4(7,1,1,0), 24, 6},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1357: FILE: examples/l3fwd-power/main.c:309:
+ {RTE_IPV4(7,1,1,0), 24, 6},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1358: FILE: examples/l3fwd-power/main.c:310:
+ {RTE_IPV4(8,1,1,0), 24, 7},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1358: FILE: examples/l3fwd-power/main.c:310:
+ {RTE_IPV4(8,1,1,0), 24, 7},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1358: FILE: examples/l3fwd-power/main.c:310:
+ {RTE_IPV4(8,1,1,0), 24, 7},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1374: 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)
#1374: 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)
#1374: 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)
#1374: 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)
#1374: 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)
#1374: 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)
#1375: 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)
#1375: 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)
#1375: 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)
#1375: 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)
#1375: 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)
#1375: 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)
#1376: 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)
#1376: 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)
#1376: 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)
#1376: 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)
#1376: 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)
#1376: 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)
#1377: 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)
#1377: 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)
#1377: 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)
#1377: 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)
#1377: 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)
#1377: 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)
#1393: FILE: examples/l3fwd-vf/main.c:237:
+ {RTE_IPV4(1,1,1,0), 24, 0},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1393: FILE: examples/l3fwd-vf/main.c:237:
+ {RTE_IPV4(1,1,1,0), 24, 0},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1393: FILE: examples/l3fwd-vf/main.c:237:
+ {RTE_IPV4(1,1,1,0), 24, 0},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1394: FILE: examples/l3fwd-vf/main.c:238:
+ {RTE_IPV4(2,1,1,0), 24, 1},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1394: FILE: examples/l3fwd-vf/main.c:238:
+ {RTE_IPV4(2,1,1,0), 24, 1},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1394: FILE: examples/l3fwd-vf/main.c:238:
+ {RTE_IPV4(2,1,1,0), 24, 1},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1395: FILE: examples/l3fwd-vf/main.c:239:
+ {RTE_IPV4(3,1,1,0), 24, 2},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1395: FILE: examples/l3fwd-vf/main.c:239:
+ {RTE_IPV4(3,1,1,0), 24, 2},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1395: FILE: examples/l3fwd-vf/main.c:239:
+ {RTE_IPV4(3,1,1,0), 24, 2},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1396: FILE: examples/l3fwd-vf/main.c:240:
+ {RTE_IPV4(4,1,1,0), 24, 3},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1396: FILE: examples/l3fwd-vf/main.c:240:
+ {RTE_IPV4(4,1,1,0), 24, 3},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1396: FILE: examples/l3fwd-vf/main.c:240:
+ {RTE_IPV4(4,1,1,0), 24, 3},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1397: FILE: examples/l3fwd-vf/main.c:241:
+ {RTE_IPV4(5,1,1,0), 24, 4},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1397: FILE: examples/l3fwd-vf/main.c:241:
+ {RTE_IPV4(5,1,1,0), 24, 4},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1397: FILE: examples/l3fwd-vf/main.c:241:
+ {RTE_IPV4(5,1,1,0), 24, 4},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1398: FILE: examples/l3fwd-vf/main.c:242:
+ {RTE_IPV4(6,1,1,0), 24, 5},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1398: FILE: examples/l3fwd-vf/main.c:242:
+ {RTE_IPV4(6,1,1,0), 24, 5},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1398: FILE: examples/l3fwd-vf/main.c:242:
+ {RTE_IPV4(6,1,1,0), 24, 5},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1399: FILE: examples/l3fwd-vf/main.c:243:
+ {RTE_IPV4(7,1,1,0), 24, 6},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1399: FILE: examples/l3fwd-vf/main.c:243:
+ {RTE_IPV4(7,1,1,0), 24, 6},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1399: FILE: examples/l3fwd-vf/main.c:243:
+ {RTE_IPV4(7,1,1,0), 24, 6},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1400: FILE: examples/l3fwd-vf/main.c:244:
+ {RTE_IPV4(8,1,1,0), 24, 7},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1400: FILE: examples/l3fwd-vf/main.c:244:
+ {RTE_IPV4(8,1,1,0), 24, 7},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#1400: FILE: examples/l3fwd-vf/main.c:244:
+ {RTE_IPV4(8,1,1,0), 24, 7},
^
total: 375 errors, 0 warnings, 1267 lines checked
parent reply other threads:[~2019-05-29 11:30 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <1559129358-2935-3-git-send-email-david.marchand@redhat.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190529113016.852421B9A9@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=david.marchand@redhat.com \
--cc=test-report@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).