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 9095CA0577; Mon, 6 Apr 2020 07:03:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 882A31BED8; Mon, 6 Apr 2020 07:03:07 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 9C3B5FFA for ; Mon, 6 Apr 2020 07:03:06 +0200 (CEST) IronPort-SDR: Xjc+4mbFCn3pp4/iTFGHHILj2pIlsZ7EQRqo5gmoRc7zwe7AhQSb5oYBBRrgvR0TzGY1iHfvR7 hofFRq2OvvxA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Apr 2020 22:03:05 -0700 IronPort-SDR: 9VYzZ7lLoYHT0dehKapZENPwnnd/ROMfxMn60OWIyoDIzJ7V9yovcDHmQ4GI6WVD6Fvr2jYLiB 6hLGTD7NgqbA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,350,1580803200"; d="scan'208";a="274611440" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga004.fm.intel.com with ESMTP; 05 Apr 2020 22:03:05 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 5 Apr 2020 22:03:05 -0700 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) 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; Mon, 6 Apr 2020 13:03:03 +0800 Received: from shsmsx604.ccr.corp.intel.com ([10.109.6.214]) by SHSMSX604.ccr.corp.intel.com ([10.109.6.214]) with mapi id 15.01.1713.004; Mon, 6 Apr 2020 13:03:02 +0800 From: "Xiao, QimaiX" To: "dts@dpdk.org" Thread-Topic: [dts][PATCH V1]tests/TestSuite_vhost_pmd_xstats: check multicast with multicast mac Thread-Index: AQHWC9CRHowfMdKQMUe2qKnL9pJywahriYvA Date: Mon, 6 Apr 2020 05:03:02 +0000 Message-ID: References: <1586149007-207689-1-git-send-email-qimaix.xiao@intel.com> In-Reply-To: <1586149007-207689-1-git-send-email-qimaix.xiao@intel.com> Accept-Language: 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-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" 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" Tested-by: Xiao, QimaiX -----Original Message----- From: Xiao, QimaiX =20 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 w= ith multicast mac Signed-off-by: Xiao Qimai --- tests/TestSuite_vhost_pmd_xstats.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/TestSuite_vhost_pmd_xstats.py b/tests/TestSuite_vhost_pm= d_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 --=20 1.8.3.1