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 84C4DA0471 for ; Wed, 19 Jun 2019 07:44:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 22B3C1C225; Wed, 19 Jun 2019 07:44:18 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id C10891C1DD for ; Wed, 19 Jun 2019 07:44:16 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jun 2019 22:44:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,392,1557212400"; d="scan'208";a="160267036" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga008.fm.intel.com with ESMTP; 18 Jun 2019 22:44:15 -0700 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 18 Jun 2019 22:44:15 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX152.amr.corp.intel.com (10.18.125.5) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 18 Jun 2019 22:44:14 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.87]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.185]) with mapi id 14.03.0439.000; Wed, 19 Jun 2019 13:44:13 +0800 From: "Wu, ChangqingX" To: "dts@dpdk.org" , "Tu, Lijuan" CC: "Li, WenjieX A" , "Zhu, ShuaiX" Thread-Topic: [dts] [PATCH V1] tests/ipfrag: align the change in DPDK Thread-Index: AQHVFqG197aNrZaXuEGIK6BLnJlh16aTqaUAgA7sY1A= Date: Wed, 19 Jun 2019 05:44:11 +0000 Message-ID: <7F81DD3887C58F49A6B2EFEC3C28E22E0B70EC3A@SHSMSX101.ccr.corp.intel.com> References: <1559191432-117013-1-git-send-email-wenjiex.a.li@intel.com> <4DC48DF9BDA3E54A836D2D3C057DEC6F0B197AFE@SHSMSX101.ccr.corp.intel.com> In-Reply-To: <4DC48DF9BDA3E54A836D2D3C057DEC6F0B197AFE@SHSMSX101.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 V1] tests/ipfrag: align the change in DPDK 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" Hi, Would you help to merge this patch, it has a greater impact on our daily re= sult Thanks. changqingx -----Original Message----- From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Zhu, ShuaiX Sent: Monday, June 10, 2019 9:48 AM To: Li, WenjieX A ; dts@dpdk.org Cc: Li, WenjieX A ; Zhu, ShuaiX Subject: Re: [dts] [PATCH V1] tests/ipfrag: align the change in DPDK Testde-by: Zhu, ShuaiX > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Wenjie Li > Sent: Thursday, May 30, 2019 12:44 PM > To: dts@dpdk.org > Cc: Li, WenjieX A > Subject: [dts] [PATCH V1] tests/ipfrag: align the change in DPDK >=20 > From: "Wenjie Li" >=20 > align changes in dpdk a7c528e5d71ff3f56: > " > net: add rte prefix to IP structure > Add 'rte_' prefix to structures: > - rename struct ipv4_hdr as struct rte_ipv4_hdr. > - rename struct ipv6_hdr as struct rte_ipv6_hdr. > " >=20 > Signed-off-by: Wenjie Li > --- > 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=20 > index 38a27e9..c148d2a 100644 > --- a/tests/TestSuite_ipfrag.py > +++ b/tests/TestSuite_ipfrag.py > @@ -42,14 +42,14 @@ from settings import HEADER_SIZE from packet=20 > import Packet >=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.17.2