From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id A9E12A0096 for ; Wed, 10 Apr 2019 10:33:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4E5504F9A; Wed, 10 Apr 2019 10:33:55 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id BAE8F5398; Wed, 10 Apr 2019 10:33:48 +0200 (CEST) In-Reply-To: <20190410083218.17531-12-olivier.matz@6wind.com> References: <20190410083218.17531-12-olivier.matz@6wind.com> To: test-report@dpdk.org Cc: Olivier Matz Message-Id: <20190410083348.BAE8F5398@dpdk.org> Date: Wed, 10 Apr 2019 10:33:48 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw52552 [RFC v2 11/14] net: add rte prefix to ip defines X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/52552 _coding style issues_ ERROR:SPACING: space required after that ',' (ctx:VxV) #202: FILE: app/test/test_acl.h:85: + .src_addr = RTE_IPv4(10,0,0,0), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #202: FILE: app/test/test_acl.h:85: + .src_addr = RTE_IPv4(10,0,0,0), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #202: FILE: app/test/test_acl.h:85: + .src_addr = RTE_IPv4(10,0,0,0), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #209: FILE: app/test/test_acl.h:91: + .dst_addr = RTE_IPv4(10,0,0,0), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #209: FILE: app/test/test_acl.h:91: + .dst_addr = RTE_IPv4(10,0,0,0), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #209: FILE: app/test/test_acl.h:91: + .dst_addr = RTE_IPv4(10,0,0,0), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #219: 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) #219: 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) #219: 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:128: + {.ip_src = RTE_IPv4(10,0,0,1), .allow = 2}, /* should match 2 */ ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #220: 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) #220: 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) #229: FILE: app/test/test_acl.h:145: + .dst_addr = RTE_IPv4(192,168,0,0), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #229: FILE: app/test/test_acl.h:145: + .dst_addr = RTE_IPv4(192,168,0,0), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #229: FILE: app/test/test_acl.h:145: + .dst_addr = RTE_IPv4(192,168,0,0), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #238: FILE: app/test/test_acl.h:156: + .dst_addr = RTE_IPv4(192,168,1,0), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #238: FILE: app/test/test_acl.h:156: + .dst_addr = RTE_IPv4(192,168,1,0), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #238: FILE: app/test/test_acl.h:156: + .dst_addr = RTE_IPv4(192,168,1,0), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #247: FILE: app/test/test_acl.h:167: + .dst_addr = RTE_IPv4(192,168,1,50), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #247: FILE: app/test/test_acl.h:167: + .dst_addr = RTE_IPv4(192,168,1,50), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #247: FILE: app/test/test_acl.h:167: + .dst_addr = RTE_IPv4(192,168,1,50), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #256: FILE: app/test/test_acl.h:180: + .src_addr = RTE_IPv4(10,0,0,0), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #256: FILE: app/test/test_acl.h:180: + .src_addr = RTE_IPv4(10,0,0,0), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #256: FILE: app/test/test_acl.h:180: + .src_addr = RTE_IPv4(10,0,0,0), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #265: FILE: app/test/test_acl.h:191: + .src_addr = RTE_IPv4(10,1,1,0), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #265: FILE: app/test/test_acl.h:191: + .src_addr = RTE_IPv4(10,1,1,0), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #265: FILE: app/test/test_acl.h:191: + .src_addr = RTE_IPv4(10,1,1,0), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #274: FILE: app/test/test_acl.h:202: + .src_addr = RTE_IPv4(10,1,1,1), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #274: FILE: app/test/test_acl.h:202: + .src_addr = RTE_IPv4(10,1,1,1), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #274: FILE: app/test/test_acl.h:202: + .src_addr = RTE_IPv4(10,1,1,1), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #283: FILE: app/test/test_acl.h:396: + .dst_addr = RTE_IPv4(1,2,3,4), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #283: FILE: app/test/test_acl.h:396: + .dst_addr = RTE_IPv4(1,2,3,4), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #283: FILE: app/test/test_acl.h:396: + .dst_addr = RTE_IPv4(1,2,3,4), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #286: FILE: app/test/test_acl.h:398: + .src_addr = RTE_IPv4(5,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #286: FILE: app/test/test_acl.h:398: + .src_addr = RTE_IPv4(5,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #286: FILE: app/test/test_acl.h:398: + .src_addr = RTE_IPv4(5,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #295: FILE: app/test/test_acl.h:414: + .dst_addr = RTE_IPv4(5,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #295: FILE: app/test/test_acl.h:414: + .dst_addr = RTE_IPv4(5,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #295: FILE: app/test/test_acl.h:414: + .dst_addr = RTE_IPv4(5,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #298: FILE: app/test/test_acl.h:416: + .src_addr = RTE_IPv4(1,2,3,4), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #298: FILE: app/test/test_acl.h:416: + .src_addr = RTE_IPv4(1,2,3,4), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #298: FILE: app/test/test_acl.h:416: + .src_addr = RTE_IPv4(1,2,3,4), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #307: FILE: app/test/test_acl.h:432: + .dst_addr = RTE_IPv4(1,2,3,4), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #307: FILE: app/test/test_acl.h:432: + .dst_addr = RTE_IPv4(1,2,3,4), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #307: FILE: app/test/test_acl.h:432: + .dst_addr = RTE_IPv4(1,2,3,4), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #310: FILE: app/test/test_acl.h:434: + .src_addr = RTE_IPv4(5,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #310: FILE: app/test/test_acl.h:434: + .src_addr = RTE_IPv4(5,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #310: FILE: app/test/test_acl.h:434: + .src_addr = RTE_IPv4(5,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #319: FILE: app/test/test_acl.h:448: + .dst_addr = RTE_IPv4(5,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #319: FILE: app/test/test_acl.h:448: + .dst_addr = RTE_IPv4(5,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #319: FILE: app/test/test_acl.h:448: + .dst_addr = RTE_IPv4(5,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #322: FILE: app/test/test_acl.h:450: + .src_addr = RTE_IPv4(1,2,3,4), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #322: FILE: app/test/test_acl.h:450: + .src_addr = RTE_IPv4(1,2,3,4), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #322: FILE: app/test/test_acl.h:450: + .src_addr = RTE_IPv4(1,2,3,4), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #333: 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) #333: 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) #333: 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:467: + {.ip_src = RTE_IPv4(10,1,1,2), .allow = 5}, /* should match 5 */ ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #334: 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) #334: 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:468: + {.ip_src = RTE_IPv4(10,1,1,1), .allow = 5, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #335: 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) #335: 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) #340: 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) #340: 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) #340: 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:471: + {.ip_dst = RTE_IPv4(10,1,1,2)}, /* should not match */ ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #341: 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) #341: 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:472: + {.ip_dst = RTE_IPv4(10,1,1,1)}, /* should not match */ ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #342: 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) #342: 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) #350: 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) #350: 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) #350: 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:475: + {.ip_src = RTE_IPv4(192,168,1,2)}, /* should not match */ ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #351: 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) #351: 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:476: + {.ip_src = RTE_IPv4(192,168,1,50)}, /* should not match */ ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #352: 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) #352: 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:477: + {.ip_dst = RTE_IPv4(192,168,2,50), .allow = 1}, /* should match 1 */ ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #353: 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) #353: 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:478: + {.ip_dst = RTE_IPv4(192,168,1,49), .allow = 2}, /* should match 2 */ ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #354: 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) #354: 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:479: + {.ip_dst = RTE_IPv4(192,168,1,50), .allow = 2, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #355: 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) #355: 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) #364: 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) #364: 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) #364: 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) #367: 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) #367: 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) #367: 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) #370: 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) #370: 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) #370: 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) #377: 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) #377: 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) #377: 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) #381: 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) #381: 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) #381: 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) #391: FILE: app/test/test_acl.h:540: + {.ip_src = RTE_IPv4(192,168,1,50), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #391: FILE: app/test/test_acl.h:540: + {.ip_src = RTE_IPv4(192,168,1,50), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #391: 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:541: + .ip_dst = RTE_IPv4(10,0,0,0), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #392: FILE: app/test/test_acl.h:541: + .ip_dst = RTE_IPv4(10,0,0,0), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #392: FILE: app/test/test_acl.h:541: + .ip_dst = RTE_IPv4(10,0,0,0), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #401: FILE: app/test/test_acl.h:548: + .ip_dst = RTE_IPv4(1,2,100,200), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #401: FILE: app/test/test_acl.h:548: + .ip_dst = RTE_IPv4(1,2,100,200), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #401: 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:549: + .ip_src = RTE_IPv4(5,6,7,254), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #402: FILE: app/test/test_acl.h:549: + .ip_src = RTE_IPv4(5,6,7,254), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #402: FILE: app/test/test_acl.h:549: + .ip_src = RTE_IPv4(5,6,7,254), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #412: FILE: app/test/test_acl.h:559: + .ip_dst = RTE_IPv4(5,6,7,254), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #412: FILE: app/test/test_acl.h:559: + .ip_dst = RTE_IPv4(5,6,7,254), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #412: 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:560: + .ip_src = RTE_IPv4(1,2,100,200), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #413: FILE: app/test/test_acl.h:560: + .ip_src = RTE_IPv4(1,2,100,200), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #413: FILE: app/test/test_acl.h:560: + .ip_src = RTE_IPv4(1,2,100,200), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #423: FILE: app/test/test_acl.h:570: + .ip_dst = RTE_IPv4(1,10,20,30), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #423: FILE: app/test/test_acl.h:570: + .ip_dst = RTE_IPv4(1,10,20,30), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #423: 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:571: + .ip_src = RTE_IPv4(5,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #424: FILE: app/test/test_acl.h:571: + .ip_src = RTE_IPv4(5,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #424: FILE: app/test/test_acl.h:571: + .ip_src = RTE_IPv4(5,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #434: FILE: app/test/test_acl.h:580: + .ip_dst = RTE_IPv4(5,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #434: FILE: app/test/test_acl.h:580: + .ip_dst = RTE_IPv4(5,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #434: 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:581: + .ip_src = RTE_IPv4(1,10,20,30), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #435: FILE: app/test/test_acl.h:581: + .ip_src = RTE_IPv4(1,10,20,30), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #435: FILE: app/test/test_acl.h:581: + .ip_src = RTE_IPv4(1,10,20,30), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #445: FILE: app/test/test_acl.h:590: + .ip_dst = RTE_IPv4(2,2,3,4), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #445: FILE: app/test/test_acl.h:590: + .ip_dst = RTE_IPv4(2,2,3,4), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #445: 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:591: + .ip_src = RTE_IPv4(4,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #446: FILE: app/test/test_acl.h:591: + .ip_src = RTE_IPv4(4,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #446: FILE: app/test/test_acl.h:591: + .ip_src = RTE_IPv4(4,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #456: FILE: app/test/test_acl.h:600: + .ip_dst = RTE_IPv4(1,2,3,4), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #456: FILE: app/test/test_acl.h:600: + .ip_dst = RTE_IPv4(1,2,3,4), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #456: 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:601: + .ip_src = RTE_IPv4(4,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #457: FILE: app/test/test_acl.h:601: + .ip_src = RTE_IPv4(4,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #457: FILE: app/test/test_acl.h:601: + .ip_src = RTE_IPv4(4,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #467: FILE: app/test/test_acl.h:613: + .ip_dst = RTE_IPv4(1,2,100,200), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #467: FILE: app/test/test_acl.h:613: + .ip_dst = RTE_IPv4(1,2,100,200), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #467: 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:614: + .ip_src = RTE_IPv4(5,6,7,254), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #468: FILE: app/test/test_acl.h:614: + .ip_src = RTE_IPv4(5,6,7,254), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #468: FILE: app/test/test_acl.h:614: + .ip_src = RTE_IPv4(5,6,7,254), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #478: FILE: app/test/test_acl.h:623: + .ip_dst = RTE_IPv4(5,6,7,254), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #478: FILE: app/test/test_acl.h:623: + .ip_dst = RTE_IPv4(5,6,7,254), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #478: 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:624: + .ip_src = RTE_IPv4(1,2,100,200), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #479: FILE: app/test/test_acl.h:624: + .ip_src = RTE_IPv4(1,2,100,200), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #479: FILE: app/test/test_acl.h:624: + .ip_src = RTE_IPv4(1,2,100,200), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #489: FILE: app/test/test_acl.h:633: + .ip_dst = RTE_IPv4(1,10,20,30), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #489: FILE: app/test/test_acl.h:633: + .ip_dst = RTE_IPv4(1,10,20,30), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #489: 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:634: + .ip_src = RTE_IPv4(5,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #490: FILE: app/test/test_acl.h:634: + .ip_src = RTE_IPv4(5,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #490: FILE: app/test/test_acl.h:634: + .ip_src = RTE_IPv4(5,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #500: FILE: app/test/test_acl.h:642: + .ip_dst = RTE_IPv4(5,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #500: FILE: app/test/test_acl.h:642: + .ip_dst = RTE_IPv4(5,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #500: 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:643: + .ip_src = RTE_IPv4(1,10,20,30), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #501: FILE: app/test/test_acl.h:643: + .ip_src = RTE_IPv4(1,10,20,30), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #501: FILE: app/test/test_acl.h:643: + .ip_src = RTE_IPv4(1,10,20,30), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #511: FILE: app/test/test_acl.h:651: + .ip_dst = RTE_IPv4(2,2,3,4), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #511: FILE: app/test/test_acl.h:651: + .ip_dst = RTE_IPv4(2,2,3,4), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #511: 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:652: + .ip_src = RTE_IPv4(4,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #512: FILE: app/test/test_acl.h:652: + .ip_src = RTE_IPv4(4,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #512: FILE: app/test/test_acl.h:652: + .ip_src = RTE_IPv4(4,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #522: FILE: app/test/test_acl.h:660: + .ip_dst = RTE_IPv4(1,2,3,4), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #522: FILE: app/test/test_acl.h:660: + .ip_dst = RTE_IPv4(1,2,3,4), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #522: 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:661: + .ip_src = RTE_IPv4(4,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #523: FILE: app/test/test_acl.h:661: + .ip_src = RTE_IPv4(4,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #523: FILE: app/test/test_acl.h:661: + .ip_src = RTE_IPv4(4,6,7,8), ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1090: FILE: app/test/test_sched.c:95: + ip_hdr->dst_addr = RTE_IPv4(0,0,TC,QUEUE); ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1090: FILE: app/test/test_sched.c:95: + ip_hdr->dst_addr = RTE_IPv4(0,0,TC,QUEUE); ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1090: FILE: app/test/test_sched.c:95: + ip_hdr->dst_addr = RTE_IPv4(0,0,TC,QUEUE); ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1475: FILE: examples/ip_fragmentation/main.c:171: + {RTE_IPv4(100,10,0,0), 16, 0}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1475: FILE: examples/ip_fragmentation/main.c:171: + {RTE_IPv4(100,10,0,0), 16, 0}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1475: FILE: examples/ip_fragmentation/main.c:171: + {RTE_IPv4(100,10,0,0), 16, 0}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1476: FILE: examples/ip_fragmentation/main.c:172: + {RTE_IPv4(100,20,0,0), 16, 1}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1476: FILE: examples/ip_fragmentation/main.c:172: + {RTE_IPv4(100,20,0,0), 16, 1}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1476: FILE: examples/ip_fragmentation/main.c:172: + {RTE_IPv4(100,20,0,0), 16, 1}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1477: FILE: examples/ip_fragmentation/main.c:173: + {RTE_IPv4(100,30,0,0), 16, 2}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1477: FILE: examples/ip_fragmentation/main.c:173: + {RTE_IPv4(100,30,0,0), 16, 2}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1477: FILE: examples/ip_fragmentation/main.c:173: + {RTE_IPv4(100,30,0,0), 16, 2}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1478: FILE: examples/ip_fragmentation/main.c:174: + {RTE_IPv4(100,40,0,0), 16, 3}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1478: FILE: examples/ip_fragmentation/main.c:174: + {RTE_IPv4(100,40,0,0), 16, 3}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1478: FILE: examples/ip_fragmentation/main.c:174: + {RTE_IPv4(100,40,0,0), 16, 3}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1479: FILE: examples/ip_fragmentation/main.c:175: + {RTE_IPv4(100,50,0,0), 16, 4}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1479: FILE: examples/ip_fragmentation/main.c:175: + {RTE_IPv4(100,50,0,0), 16, 4}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1479: FILE: examples/ip_fragmentation/main.c:175: + {RTE_IPv4(100,50,0,0), 16, 4}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1480: FILE: examples/ip_fragmentation/main.c:176: + {RTE_IPv4(100,60,0,0), 16, 5}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1480: FILE: examples/ip_fragmentation/main.c:176: + {RTE_IPv4(100,60,0,0), 16, 5}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1480: FILE: examples/ip_fragmentation/main.c:176: + {RTE_IPv4(100,60,0,0), 16, 5}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1481: FILE: examples/ip_fragmentation/main.c:177: + {RTE_IPv4(100,70,0,0), 16, 6}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1481: FILE: examples/ip_fragmentation/main.c:177: + {RTE_IPv4(100,70,0,0), 16, 6}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1481: FILE: examples/ip_fragmentation/main.c:177: + {RTE_IPv4(100,70,0,0), 16, 6}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1482: FILE: examples/ip_fragmentation/main.c:178: + {RTE_IPv4(100,80,0,0), 16, 7}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1482: FILE: examples/ip_fragmentation/main.c:178: + {RTE_IPv4(100,80,0,0), 16, 7}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1482: FILE: examples/ip_fragmentation/main.c:178: + {RTE_IPv4(100,80,0,0), 16, 7}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1502: FILE: examples/ip_reassembly/main.c:193: + {RTE_IPv4(100,10,0,0), 16, 0}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1502: FILE: examples/ip_reassembly/main.c:193: + {RTE_IPv4(100,10,0,0), 16, 0}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1502: FILE: examples/ip_reassembly/main.c:193: + {RTE_IPv4(100,10,0,0), 16, 0}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1503: FILE: examples/ip_reassembly/main.c:194: + {RTE_IPv4(100,20,0,0), 16, 1}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1503: FILE: examples/ip_reassembly/main.c:194: + {RTE_IPv4(100,20,0,0), 16, 1}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1503: FILE: examples/ip_reassembly/main.c:194: + {RTE_IPv4(100,20,0,0), 16, 1}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1504: FILE: examples/ip_reassembly/main.c:195: + {RTE_IPv4(100,30,0,0), 16, 2}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1504: FILE: examples/ip_reassembly/main.c:195: + {RTE_IPv4(100,30,0,0), 16, 2}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1504: FILE: examples/ip_reassembly/main.c:195: + {RTE_IPv4(100,30,0,0), 16, 2}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1505: FILE: examples/ip_reassembly/main.c:196: + {RTE_IPv4(100,40,0,0), 16, 3}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1505: FILE: examples/ip_reassembly/main.c:196: + {RTE_IPv4(100,40,0,0), 16, 3}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1505: FILE: examples/ip_reassembly/main.c:196: + {RTE_IPv4(100,40,0,0), 16, 3}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1506: FILE: examples/ip_reassembly/main.c:197: + {RTE_IPv4(100,50,0,0), 16, 4}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1506: FILE: examples/ip_reassembly/main.c:197: + {RTE_IPv4(100,50,0,0), 16, 4}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1506: FILE: examples/ip_reassembly/main.c:197: + {RTE_IPv4(100,50,0,0), 16, 4}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1507: FILE: examples/ip_reassembly/main.c:198: + {RTE_IPv4(100,60,0,0), 16, 5}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1507: FILE: examples/ip_reassembly/main.c:198: + {RTE_IPv4(100,60,0,0), 16, 5}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1507: FILE: examples/ip_reassembly/main.c:198: + {RTE_IPv4(100,60,0,0), 16, 5}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1508: FILE: examples/ip_reassembly/main.c:199: + {RTE_IPv4(100,70,0,0), 16, 6}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1508: FILE: examples/ip_reassembly/main.c:199: + {RTE_IPv4(100,70,0,0), 16, 6}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1508: FILE: examples/ip_reassembly/main.c:199: + {RTE_IPv4(100,70,0,0), 16, 6}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1509: FILE: examples/ip_reassembly/main.c:200: + {RTE_IPv4(100,80,0,0), 16, 7}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1509: FILE: examples/ip_reassembly/main.c:200: + {RTE_IPv4(100,80,0,0), 16, 7}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1509: FILE: examples/ip_reassembly/main.c:200: + {RTE_IPv4(100,80,0,0), 16, 7}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1558: FILE: examples/ipv4_multicast/main.c:141: + {RTE_IPv4(224,0,0,101), 0x1}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1558: FILE: examples/ipv4_multicast/main.c:141: + {RTE_IPv4(224,0,0,101), 0x1}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1558: FILE: examples/ipv4_multicast/main.c:141: + {RTE_IPv4(224,0,0,101), 0x1}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1559: FILE: examples/ipv4_multicast/main.c:142: + {RTE_IPv4(224,0,0,102), 0x2}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1559: FILE: examples/ipv4_multicast/main.c:142: + {RTE_IPv4(224,0,0,102), 0x2}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1559: FILE: examples/ipv4_multicast/main.c:142: + {RTE_IPv4(224,0,0,102), 0x2}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1560: FILE: examples/ipv4_multicast/main.c:143: + {RTE_IPv4(224,0,0,103), 0x3}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1560: FILE: examples/ipv4_multicast/main.c:143: + {RTE_IPv4(224,0,0,103), 0x3}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1560: FILE: examples/ipv4_multicast/main.c:143: + {RTE_IPv4(224,0,0,103), 0x3}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1561: FILE: examples/ipv4_multicast/main.c:144: + {RTE_IPv4(224,0,0,104), 0x4}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1561: FILE: examples/ipv4_multicast/main.c:144: + {RTE_IPv4(224,0,0,104), 0x4}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1561: FILE: examples/ipv4_multicast/main.c:144: + {RTE_IPv4(224,0,0,104), 0x4}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1562: FILE: examples/ipv4_multicast/main.c:145: + {RTE_IPv4(224,0,0,105), 0x5}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1562: FILE: examples/ipv4_multicast/main.c:145: + {RTE_IPv4(224,0,0,105), 0x5}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1562: FILE: examples/ipv4_multicast/main.c:145: + {RTE_IPv4(224,0,0,105), 0x5}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1563: FILE: examples/ipv4_multicast/main.c:146: + {RTE_IPv4(224,0,0,106), 0x6}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1563: FILE: examples/ipv4_multicast/main.c:146: + {RTE_IPv4(224,0,0,106), 0x6}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1563: FILE: examples/ipv4_multicast/main.c:146: + {RTE_IPv4(224,0,0,106), 0x6}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1564: FILE: examples/ipv4_multicast/main.c:147: + {RTE_IPv4(224,0,0,107), 0x7}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1564: FILE: examples/ipv4_multicast/main.c:147: + {RTE_IPv4(224,0,0,107), 0x7}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1564: FILE: examples/ipv4_multicast/main.c:147: + {RTE_IPv4(224,0,0,107), 0x7}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1565: FILE: examples/ipv4_multicast/main.c:148: + {RTE_IPv4(224,0,0,108), 0x8}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1565: FILE: examples/ipv4_multicast/main.c:148: + {RTE_IPv4(224,0,0,108), 0x8}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1565: FILE: examples/ipv4_multicast/main.c:148: + {RTE_IPv4(224,0,0,108), 0x8}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1566: FILE: examples/ipv4_multicast/main.c:149: + {RTE_IPv4(224,0,0,109), 0x9}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1566: FILE: examples/ipv4_multicast/main.c:149: + {RTE_IPv4(224,0,0,109), 0x9}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1566: FILE: examples/ipv4_multicast/main.c:149: + {RTE_IPv4(224,0,0,109), 0x9}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1567: FILE: examples/ipv4_multicast/main.c:150: + {RTE_IPv4(224,0,0,110), 0xA}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1567: FILE: examples/ipv4_multicast/main.c:150: + {RTE_IPv4(224,0,0,110), 0xA}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1567: FILE: examples/ipv4_multicast/main.c:150: + {RTE_IPv4(224,0,0,110), 0xA}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1568: FILE: examples/ipv4_multicast/main.c:151: + {RTE_IPv4(224,0,0,111), 0xB}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1568: FILE: examples/ipv4_multicast/main.c:151: + {RTE_IPv4(224,0,0,111), 0xB}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1568: FILE: examples/ipv4_multicast/main.c:151: + {RTE_IPv4(224,0,0,111), 0xB}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1569: FILE: examples/ipv4_multicast/main.c:152: + {RTE_IPv4(224,0,0,112), 0xC}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1569: FILE: examples/ipv4_multicast/main.c:152: + {RTE_IPv4(224,0,0,112), 0xC}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1569: FILE: examples/ipv4_multicast/main.c:152: + {RTE_IPv4(224,0,0,112), 0xC}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1570: FILE: examples/ipv4_multicast/main.c:153: + {RTE_IPv4(224,0,0,113), 0xD}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1570: FILE: examples/ipv4_multicast/main.c:153: + {RTE_IPv4(224,0,0,113), 0xD}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1570: FILE: examples/ipv4_multicast/main.c:153: + {RTE_IPv4(224,0,0,113), 0xD}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1571: FILE: examples/ipv4_multicast/main.c:154: + {RTE_IPv4(224,0,0,114), 0xE}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1571: FILE: examples/ipv4_multicast/main.c:154: + {RTE_IPv4(224,0,0,114), 0xE}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1571: FILE: examples/ipv4_multicast/main.c:154: + {RTE_IPv4(224,0,0,114), 0xE}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1572: FILE: examples/ipv4_multicast/main.c:155: + {RTE_IPv4(224,0,0,115), 0xF}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1572: FILE: examples/ipv4_multicast/main.c:155: + {RTE_IPv4(224,0,0,115), 0xF}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1572: FILE: examples/ipv4_multicast/main.c:155: + {RTE_IPv4(224,0,0,115), 0xF}, ^ ERROR:SPACING: space required before the open parenthesis '(' #1581: FILE: examples/ipv4_multicast/main.c:318: + if(!RTE_IS_IPV4_MCAST(dest_addr) || ERROR:ASSIGN_IN_IF: do not use assignment in if condition #1581: FILE: examples/ipv4_multicast/main.c:318: + if(!RTE_IS_IPV4_MCAST(dest_addr) || ERROR:SPACING: space required after that ',' (ctx:VxV) #1625: 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) #1625: 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) #1625: 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) #1625: 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) #1625: 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) #1625: 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) #1626: 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) #1626: 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) #1626: 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) #1626: 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) #1626: 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) #1626: 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) #1627: 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) #1627: 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) #1627: 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) #1627: 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) #1627: 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) #1627: 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) #1628: 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) #1628: 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) #1628: 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) #1628: 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) #1628: 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) #1628: 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) #1644: FILE: examples/l3fwd-power/main.c:303: + {RTE_IPv4(1,1,1,0), 24, 0}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1644: FILE: examples/l3fwd-power/main.c:303: + {RTE_IPv4(1,1,1,0), 24, 0}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1644: FILE: examples/l3fwd-power/main.c:303: + {RTE_IPv4(1,1,1,0), 24, 0}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1645: FILE: examples/l3fwd-power/main.c:304: + {RTE_IPv4(2,1,1,0), 24, 1}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1645: FILE: examples/l3fwd-power/main.c:304: + {RTE_IPv4(2,1,1,0), 24, 1}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1645: FILE: examples/l3fwd-power/main.c:304: + {RTE_IPv4(2,1,1,0), 24, 1}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1646: FILE: examples/l3fwd-power/main.c:305: + {RTE_IPv4(3,1,1,0), 24, 2}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1646: FILE: examples/l3fwd-power/main.c:305: + {RTE_IPv4(3,1,1,0), 24, 2}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1646: FILE: examples/l3fwd-power/main.c:305: + {RTE_IPv4(3,1,1,0), 24, 2}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1647: FILE: examples/l3fwd-power/main.c:306: + {RTE_IPv4(4,1,1,0), 24, 3}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1647: FILE: examples/l3fwd-power/main.c:306: + {RTE_IPv4(4,1,1,0), 24, 3}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1647: FILE: examples/l3fwd-power/main.c:306: + {RTE_IPv4(4,1,1,0), 24, 3}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1648: FILE: examples/l3fwd-power/main.c:307: + {RTE_IPv4(5,1,1,0), 24, 4}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1648: FILE: examples/l3fwd-power/main.c:307: + {RTE_IPv4(5,1,1,0), 24, 4}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1648: FILE: examples/l3fwd-power/main.c:307: + {RTE_IPv4(5,1,1,0), 24, 4}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1649: FILE: examples/l3fwd-power/main.c:308: + {RTE_IPv4(6,1,1,0), 24, 5}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1649: FILE: examples/l3fwd-power/main.c:308: + {RTE_IPv4(6,1,1,0), 24, 5}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1649: FILE: examples/l3fwd-power/main.c:308: + {RTE_IPv4(6,1,1,0), 24, 5}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1650: FILE: examples/l3fwd-power/main.c:309: + {RTE_IPv4(7,1,1,0), 24, 6}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1650: FILE: examples/l3fwd-power/main.c:309: + {RTE_IPv4(7,1,1,0), 24, 6}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1650: FILE: examples/l3fwd-power/main.c:309: + {RTE_IPv4(7,1,1,0), 24, 6}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1651: FILE: examples/l3fwd-power/main.c:310: + {RTE_IPv4(8,1,1,0), 24, 7}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1651: FILE: examples/l3fwd-power/main.c:310: + {RTE_IPv4(8,1,1,0), 24, 7}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1651: FILE: examples/l3fwd-power/main.c:310: + {RTE_IPv4(8,1,1,0), 24, 7}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1667: 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) #1667: 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) #1667: 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) #1667: 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) #1667: 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) #1667: 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) #1668: 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) #1668: 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) #1668: 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) #1668: 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) #1668: 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) #1668: 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) #1669: 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) #1669: 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) #1669: 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) #1669: 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) #1669: 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) #1669: 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) #1670: 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) #1670: 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) #1670: 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) #1670: 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) #1670: 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) #1670: 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) #1686: FILE: examples/l3fwd-vf/main.c:237: + {RTE_IPv4(1,1,1,0), 24, 0}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1686: FILE: examples/l3fwd-vf/main.c:237: + {RTE_IPv4(1,1,1,0), 24, 0}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1686: FILE: examples/l3fwd-vf/main.c:237: + {RTE_IPv4(1,1,1,0), 24, 0}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1687: FILE: examples/l3fwd-vf/main.c:238: + {RTE_IPv4(2,1,1,0), 24, 1}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1687: FILE: examples/l3fwd-vf/main.c:238: + {RTE_IPv4(2,1,1,0), 24, 1}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1687: FILE: examples/l3fwd-vf/main.c:238: + {RTE_IPv4(2,1,1,0), 24, 1}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1688: FILE: examples/l3fwd-vf/main.c:239: + {RTE_IPv4(3,1,1,0), 24, 2}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1688: FILE: examples/l3fwd-vf/main.c:239: + {RTE_IPv4(3,1,1,0), 24, 2}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1688: FILE: examples/l3fwd-vf/main.c:239: + {RTE_IPv4(3,1,1,0), 24, 2}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1689: FILE: examples/l3fwd-vf/main.c:240: + {RTE_IPv4(4,1,1,0), 24, 3}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1689: FILE: examples/l3fwd-vf/main.c:240: + {RTE_IPv4(4,1,1,0), 24, 3}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1689: FILE: examples/l3fwd-vf/main.c:240: + {RTE_IPv4(4,1,1,0), 24, 3}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1690: FILE: examples/l3fwd-vf/main.c:241: + {RTE_IPv4(5,1,1,0), 24, 4}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1690: FILE: examples/l3fwd-vf/main.c:241: + {RTE_IPv4(5,1,1,0), 24, 4}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1690: FILE: examples/l3fwd-vf/main.c:241: + {RTE_IPv4(5,1,1,0), 24, 4}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1691: FILE: examples/l3fwd-vf/main.c:242: + {RTE_IPv4(6,1,1,0), 24, 5}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1691: FILE: examples/l3fwd-vf/main.c:242: + {RTE_IPv4(6,1,1,0), 24, 5}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1691: FILE: examples/l3fwd-vf/main.c:242: + {RTE_IPv4(6,1,1,0), 24, 5}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1692: FILE: examples/l3fwd-vf/main.c:243: + {RTE_IPv4(7,1,1,0), 24, 6}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1692: FILE: examples/l3fwd-vf/main.c:243: + {RTE_IPv4(7,1,1,0), 24, 6}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1692: FILE: examples/l3fwd-vf/main.c:243: + {RTE_IPv4(7,1,1,0), 24, 6}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1693: FILE: examples/l3fwd-vf/main.c:244: + {RTE_IPv4(8,1,1,0), 24, 7}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1693: FILE: examples/l3fwd-vf/main.c:244: + {RTE_IPv4(8,1,1,0), 24, 7}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1693: FILE: examples/l3fwd-vf/main.c:244: + {RTE_IPv4(8,1,1,0), 24, 7}, ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1982: FILE: lib/librte_net/rte_ip.h:45: +#define RTE_IPv4(a,b,c,d) ((uint32_t)(((a) & 0xff) << 24) | \ ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1982: FILE: lib/librte_net/rte_ip.h:45: +#define RTE_IPv4(a,b,c,d) ((uint32_t)(((a) & 0xff) << 24) | \ ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #1982: FILE: lib/librte_net/rte_ip.h:45: +#define RTE_IPv4(a,b,c,d) ((uint32_t)(((a) & 0xff) << 24) | \ ^ WARNING:LONG_LINE_COMMENT: line over 90 characters #2041: FILE: lib/librte_net/rte_ip.h:86: +#define RTE_IPV4_MIN_MCAST RTE_IPv4(224, 0, 0, 0) /**< Minimal IPv4-multicast address */ WARNING:LONG_LINE_COMMENT: line over 90 characters #2042: FILE: lib/librte_net/rte_ip.h:87: +#define RTE_IPV4_MAX_MCAST RTE_IPv4(239, 255, 255, 255) /**< Maximum IPv4 multicast address */ WARNING:LONG_LINE_COMMENT: line over 90 characters #2047: FILE: lib/librte_net/rte_ip.h:90: + ((x) >= RTE_IPV4_MIN_MCAST && (x) <= RTE_IPV4_MAX_MCAST) /**< check if IPv4 address is multicast */ total: 380 errors, 3 warnings, 1680 lines checked