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 5B968A0597; Wed, 8 Apr 2020 04:34:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 199A01BFB7; Wed, 8 Apr 2020 04:34:05 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 056DA2B86 for ; Wed, 8 Apr 2020 04:34:02 +0200 (CEST) IronPort-SDR: t8cJ0waNh0y1tmOviwYmhPUFFyn2r4LAZFG9FMvHp+D1Qt4xONJmvh5zl8N6UEHiMWze7+lyvn AuWwqiAvj8Sg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Apr 2020 19:34:02 -0700 IronPort-SDR: ThS6KuTj0RKn34uFyOAMu0htLmELanv2WPEFUdDdpYg4+PnMA9/eA697OcrHj42oApmsSTwuT7 R3NxL2IMeapQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,357,1580803200"; d="scan'208";a="451447620" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga005.fm.intel.com with ESMTP; 07 Apr 2020 19:34:02 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 7 Apr 2020 19:34:02 -0700 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 8 Apr 2020 10:33:59 +0800 Received: from shsmsx603.ccr.corp.intel.com ([10.109.6.143]) by SHSMSX603.ccr.corp.intel.com ([10.109.6.143]) with mapi id 15.01.1713.004; Wed, 8 Apr 2020 10:33:59 +0800 From: "Wang, Yinan" To: "Xiao, QimaiX" , "dts@dpdk.org" Thread-Topic: [dts] [PATCH V1]tests/TestSuite_vhost_pmd_xstats: check multicast with multicast mac Thread-Index: AQHWC9CxOiniFvraq0eZjUdfTtbt8qhugpdg Date: Wed, 8 Apr 2020 02:33:59 +0000 Message-ID: <0fb4c4686b6e4209853832042aabcce6@intel.com> References: <1586149007-207689-1-git-send-email-qimaix.xiao@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.2.0.6 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1]tests/TestSuite_vhost_pmd_xstats: check multicast with multicast 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" Hi Qimai, I sent another patch instead of your patch by changing self.dmac to keep th= e broadcast test. Thanks! BR, Yinan > -----Original Message----- > From: dts On Behalf Of Xiao, QimaiX > Sent: 2020=1B$BG/=1B(B4=1B$B7n=1B(B6=1B$BF|=1B(B 13:03 > To: dts@dpdk.org > Subject: Re: [dts] [PATCH V1]tests/TestSuite_vhost_pmd_xstats: check mult= icast > with multicast mac >=20 > Tested-by: Xiao, QimaiX >=20 > -----Original Message----- > From: Xiao, QimaiX > Sent: Monday, April 6, 2020 12:57 PM > To: dts@dpdk.org > Cc: Xiao, QimaiX > Subject: [dts][PATCH V1]tests/TestSuite_vhost_pmd_xstats: check multicast > with multicast mac >=20 > Signed-off-by: Xiao Qimai > --- > tests/TestSuite_vhost_pmd_xstats.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/tests/TestSuite_vhost_pmd_xstats.py > b/tests/TestSuite_vhost_pmd_xstats.py > index ad9e245..9b3b92c 100755 > --- a/tests/TestSuite_vhost_pmd_xstats.py > +++ b/tests/TestSuite_vhost_pmd_xstats.py > @@ -182,7 +182,7 @@ class TestVhostPmdXstats(TestCase): > date_new =3D date_old + datetime.timedelta(minutes=3D2) > while (1): > date_now =3D datetime.datetime.now() > - scope =3D 'broadcast' > + scope =3D 'multicast' > self.dmac =3D '01:00:00:33:00:01' > self.scapy_send_packet(64, self.dmac, 1) > if date_now >=3D date_new: > @@ -327,4 +327,4 @@ class TestVhostPmdXstats(TestCase): > """ > Run after each test suite. > """ > - pass > \ No newline at end of file > + pass > -- > 1.8.3.1