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 5394BA0588; Fri, 17 Apr 2020 05:22:49 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4282D1BF70; Fri, 17 Apr 2020 05:22:49 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 2BD061DC50 for ; Fri, 17 Apr 2020 05:22:46 +0200 (CEST) IronPort-SDR: 48Xc5cvhb5S+IXY6c3VP33J6crSB4LuLVJgXiNupLX2MJaFIP13WODYCmlZd5DEfBzxv2TMaJ/ WlNNPSRbzWww== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Apr 2020 20:22:46 -0700 IronPort-SDR: jIGv/X0FTVhcQA3qfG6YiWbQLV6+5uHOCGlfQws5Bwyjjkw4oWU1mcgBk5U9Hr/+nKUoJGKORR X3eapXCBO+qQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,393,1580803200"; d="scan'208";a="428083715" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga005.jf.intel.com with ESMTP; 16 Apr 2020 20:22:46 -0700 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 16 Apr 2020 20:22:45 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Fri, 17 Apr 2020 11:22:44 +0800 Received: from shsmsx602.ccr.corp.intel.com ([10.109.6.142]) by SHSMSX602.ccr.corp.intel.com ([10.109.6.142]) with mapi id 15.01.1713.004; Fri, 17 Apr 2020 11:22:44 +0800 From: "Zhao, XinfengX" To: "dts@dpdk.org" CC: "Xu, HailinX" Thread-Topic: [dts] [PATCH v1]tests/TestSuite_sriov_kvm:add nic carlsville. Thread-Index: AQHWEYaeWLqpcPYtCUuwqWZLXCCV26h8q8ZQ Date: Fri, 17 Apr 2020 03:22:44 +0000 Message-ID: <86e787014eb0485c87a8b4004b73ca44@intel.com> References: <1586776824-168968-1-git-send-email-hailinx.xu@intel.com> In-Reply-To: <1586776824-168968-1-git-send-email-hailinx.xu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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_sriov_kvm:add nic carlsville. 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: Zhao, Xinfeng -----Original Message----- From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xu,Hailin Sent: Monday, April 13, 2020 7:20 PM To: dts@dpdk.org Cc: Xu, HailinX Subject: [dts] [PATCH v1]tests/TestSuite_sriov_kvm:add nic carlsville. From: xuhailin carlsville driver is i40e, so the nic support the suite. Signed-off-by: xuhailin --- tests/TestSuite_sriov_kvm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_sriov_kvm.py b/tests/TestSuite_sriov_kvm.py in= dex a8a2211..453bdeb 100644 --- a/tests/TestSuite_sriov_kvm.py +++ b/tests/TestSuite_sriov_kvm.py @@ -906,7 +906,7 @@ class TestSriovKvm(TestCase): for vf_mac in ["00:11:22:33:44:55", "00:55:44:33:22:11"]: if self.nic.startswith('niantic') or self.nic.startswith('sage= '): set_mac_cmd =3D "mac_addr add port %d vf %d %s" - elif self.nic.startswith('fortville') or self.nic.startswith('= fortpark'): + elif self.nic.startswith('fortville') or self.nic.startswith('= fortpark') or self.nic.startswith('carlsville'): set_mac_cmd =3D "set port %d vf %d %s exact-mac-vlan on" self.host_testpmd.execute_cmd(set_mac_cmd % (port_id_0, vf_num= , vf_mac)) =20 -- 2.17.1