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 AE8DDA0613 for ; Wed, 25 Sep 2019 07:47:15 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9F98A2C2F; Wed, 25 Sep 2019 07:47:15 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 0B3EE2BEA for ; Wed, 25 Sep 2019 07:47:13 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Sep 2019 22:47:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,546,1559545200"; d="scan'208";a="191237493" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga003.jf.intel.com with ESMTP; 24 Sep 2019 22:47:12 -0700 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 24 Sep 2019 22:47:12 -0700 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 24 Sep 2019 22:47:12 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.92]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.146]) with mapi id 14.03.0439.000; Wed, 25 Sep 2019 13:47:10 +0800 From: "Tu, Lijuan" To: "Zhu, WenhuiX" , "dts@dpdk.org" CC: "Zhu, WenhuiX" Thread-Topic: [dts] [PATCH V2] tests/pvp_virtio_user_4k_pages:set fwd mac Thread-Index: AQHVcsQauDr4zhNyP0OmzqIv1co+vac748rQ Date: Wed, 25 Sep 2019 05:47:09 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BB27DDE@SHSMSX101.ccr.corp.intel.com> References: <1569321706-90581-1-git-send-email-wenhuix.zhu@intel.com> In-Reply-To: <1569321706-90581-1-git-send-email-wenhuix.zhu@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.2.0.6 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOWYyYzQ4YjUtNTA3OC00MzU2LWJkMDctNmI0YWQ3M2ZhZjYxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiYW01OWVNenNVcGtYWjFpdlowVEVNa2dRMjM5cG5yYjQwTHFiTHpTalM5RHdyVWg3T2dQSzlvTW5lcXZlS1ZzaSJ9 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/pvp_virtio_user_4k_pages:set fwd 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 zhu wenhui > Sent: Tuesday, September 24, 2019 6:42 PM > To: dts@dpdk.org > Cc: Zhu, WenhuiX > Subject: [dts] [PATCH V2] tests/pvp_virtio_user_4k_pages:set fwd mac >=20 > Set fwd mac to make the receiving packet normal. >=20 > Signed-off-by: zhu wenhui > --- > tests/TestSuite_pvp_virtio_user_4k_pages.py | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/tests/TestSuite_pvp_virtio_user_4k_pages.py > b/tests/TestSuite_pvp_virtio_user_4k_pages.py > index fb12bff..d2b8df7 100644 > --- a/tests/TestSuite_pvp_virtio_user_4k_pages.py > +++ b/tests/TestSuite_pvp_virtio_user_4k_pages.py > @@ -138,6 +138,7 @@ class TestPvpVirtioUser4kPages(TestCase): > command_line_client =3D command_line_client % (self.target, > self.core_mask_vhost_user, self.mem_channels= , > self.ports_socket) > self.vhost_user.send_expect(command_line_client, "testpmd> ", 12= 0) > + self.vhost_user.send_expect("set fwd mac", "testpmd> ", 120) > self.vhost_user.send_expect("start", "testpmd> ", 120) >=20 > def start_testpmd_as_virtio(self): > -- > 2.17.2