From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 55A1FA046B for ; Thu, 27 Jun 2019 05:27:46 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4BEA23237; Thu, 27 Jun 2019 05:27:46 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id E09982BA7 for ; Thu, 27 Jun 2019 05:27:44 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jun 2019 20:27:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,422,1557212400"; d="scan'208";a="152887939" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga007.jf.intel.com with ESMTP; 26 Jun 2019 20:27:43 -0700 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 26 Jun 2019 20:27:43 -0700 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 26 Jun 2019 20:27:43 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.87]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.156]) with mapi id 14.03.0439.000; Thu, 27 Jun 2019 11:27:41 +0800 From: "Tu, Lijuan" To: "Ma, LihongX" , "dts@dpdk.org" CC: "Ma, LihongX" Thread-Topic: [dts] [PATCH V2] tests/ipfrag: add RTE prefix to ipv4 route Thread-Index: AQHVLIuCQEfadHIzSEaTu1tXoDBv9qau13BA Date: Thu, 27 Jun 2019 03:27:40 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BAC594D@SHSMSX101.ccr.corp.intel.com> References: <1561574036-29855-1-git-send-email-lihongx.ma@intel.com> In-Reply-To: <1561574036-29855-1-git-send-email-lihongx.ma@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmRiM2ZiMmUtNWJlMS00NWY5LTk0MDgtOTZiNmU0MDNlYWVjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiQkl6ZVNHU3RlaXJORHprNlRSSDhOVVBWMDRkVFNOM3hkbWZFZmVHQkg5OXM0b3JXYmkyQ3FGTXZ0OFFjOVJGbiJ9 x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V2] tests/ipfrag: add RTE prefix to ipv4 route X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of lihong > Sent: Thursday, June 27, 2019 2:34 AM > To: dts@dpdk.org > Cc: Ma, LihongX > Subject: [dts] [PATCH V2] tests/ipfrag: add RTE prefix to ipv4 route >=20 > As dpdk commit 24ac604ef7469eb5773 and 0c9da7555da8c8373, add RTE > prefix to ipv4 route struct. >=20 > Signed-off-by: lihong > --- > tests/TestSuite_ipfrag.py | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) >=20 > diff --git a/tests/TestSuite_ipfrag.py b/tests/TestSuite_ipfrag.py index > 6b5949e..a6cb629 100644 > --- a/tests/TestSuite_ipfrag.py > +++ b/tests/TestSuite_ipfrag.py > @@ -46,14 +46,14 @@ from test_case import TestCase >=20 >=20 > lpm_table_ipv4 =3D [ > - "{IPv4(100,10,0,0), 16, P1}", > - "{IPv4(100,20,0,0), 16, P1}", > - "{IPv4(100,30,0,0), 16, P0}", > - "{IPv4(100,40,0,0), 16, P0}", > - "{IPv4(100,50,0,0), 16, P1}", > - "{IPv4(100,60,0,0), 16, P1}", > - "{IPv4(100,70,0,0), 16, P0}", > - "{IPv4(100,80,0,0), 16, P0}", > + "{RTE_IPV4(100,10,0,0), 16, P1}", > + "{RTE_IPV4(100,20,0,0), 16, P1}", > + "{RTE_IPV4(100,30,0,0), 16, P0}", > + "{RTE_IPV4(100,40,0,0), 16, P0}", > + "{RTE_IPV4(100,50,0,0), 16, P1}", > + "{RTE_IPV4(100,60,0,0), 16, P1}", > + "{RTE_IPV4(100,70,0,0), 16, P0}", > + "{RTE_IPV4(100,80,0,0), 16, P0}", > ] >=20 > lpm_table_ipv6 =3D [ > -- > 2.7.4