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 9A0F1A0613 for ; Wed, 28 Aug 2019 12:26:34 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A3A4F1C123; Wed, 28 Aug 2019 12:26:33 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id AEABE1C121 for ; Wed, 28 Aug 2019 12:26:31 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Aug 2019 03:26:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,440,1559545200"; d="scan'208";a="380352645" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga005.fm.intel.com with ESMTP; 28 Aug 2019 03:26:30 -0700 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 28 Aug 2019 03:26:30 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 28 Aug 2019 03:26:31 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.80]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.139]) with mapi id 14.03.0439.000; Wed, 28 Aug 2019 18:26:28 +0800 From: "Tu, Lijuan" To: "nareddy@marvell.com" , "dts@dpdk.org" CC: "fmasood@marvell.com" , "avijay@marvell.com" Thread-Topic: [dts] [PATCH] TestSuite_ipv4_reassembly.py: Corrected dest mac address with correct mac Thread-Index: AQHVVkGdXpwBq9SZEkinT7nYy+VIU6cQaYmQ Date: Wed, 28 Aug 2019 10:26:28 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BB06BA4@SHSMSX101.ccr.corp.intel.com> References: <1566186763-28687-1-git-send-email-nareddy@marvell.com> In-Reply-To: <1566186763-28687-1-git-send-email-nareddy@marvell.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.2.0.6 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTBhOWM0NWUtM2RjYS00NGUyLWEzOGEtYTc4MDMxOTY3ZWQzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoidHl0YmRxbGY5RVQ0VGZYc2wwVDBiNXNWVmdCYzhxZk1aYWdvUTFFR0lwaSszWEgyVVVcL01oTFwvTHJZR0x3R3RDIn0= 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] TestSuite_ipv4_reassembly.py: Corrected dest mac address with correct mac 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 > nareddy@marvell.com > Sent: Monday, August 19, 2019 11:53 AM > To: dts@dpdk.org > Cc: fmasood@marvell.com; avijay@marvell.com; Praneeth Reddy > > Subject: [dts] [PATCH] TestSuite_ipv4_reassembly.py: Corrected dest mac > address with correct mac >=20 > From: Praneeth Reddy >=20 > Corrected dest mac with DUT ports mac address >=20 > Signed-off-by: Praneeth Reddy > --- > tests/TestSuite_ipv4_reassembly.py | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_ipv4_reassembly.py > b/tests/TestSuite_ipv4_reassembly.py > index 54412eb..3f33809 100644 > --- a/tests/TestSuite_ipv4_reassembly.py > +++ b/tests/TestSuite_ipv4_reassembly.py > @@ -134,7 +134,7 @@ class TestIpReassembly(TestCase): >=20 > packet =3D Ether() / IP() / TCP() / ("X" * self.test_config.payl= oad_size) > packet[Ether].src =3D self.test_config.mac_src > - packet[Ether].dst =3D self.test_config.mac_dst > + packet[Ether].dst =3D self.destination_mac > packet[IP].src =3D src_ip > packet[IP].dst =3D self.test_config.dst_ip > packet[IP].id =3D identifier > @@ -366,6 +366,9 @@ class TestIpReassembly(TestCase): >=20 > self.tester.send_expect('export PS1=3D"# "', '#') > self.compile_example_app() > + dut_ports =3D self.dut.get_ports(self.nic) > + dut_port =3D dut_ports[0] > + self.destination_mac =3D self.dut.get_mac_address(dut_port) >=20 > def test_send_1K_frames_split_in_4_and_1K_maxflows(self): > """ > -- > 1.8.3.1