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 AF1B6A0561; Mon, 20 Apr 2020 06:58:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A28DB1C1E1; Mon, 20 Apr 2020 06:58:55 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 1D2A51C1C8 for ; Mon, 20 Apr 2020 06:58:53 +0200 (CEST) IronPort-SDR: 36xZ6vpKk+QX8B2xB6yYwIRGPZZfv8CBFFESPPlB0Y93JyvyTthJyh6Y8iBCKWj23YSICHsGjG dQZM3abGxdbA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2020 21:58:53 -0700 IronPort-SDR: hqmHlzG0ClpLK5uhPMMxfamRFNuddIeaFvv9clg41yNqf7tN+WUZ6SSEH1/LfgPwDArkdSlOYt fvexd/jFsJIw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,405,1580803200"; d="scan'208";a="428982802" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga005.jf.intel.com with ESMTP; 19 Apr 2020 21:58:52 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 19 Apr 2020 21:58:52 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 19 Apr 2020 21:58:52 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.129]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.146]) with mapi id 14.03.0439.000; Mon, 20 Apr 2020 12:58:50 +0800 From: "Tu, Lijuan" To: "Xie, WeiX" , "dts@dpdk.org" CC: "Xie, WeiX" Thread-Topic: [dts] [PATCH V1] framework/settings:add twinpond vf NIC Thread-Index: AQHWEXF5Z/UrQHe4wkeyRez8j0jK+aiBfddA Date: Mon, 20 Apr 2020 04:58:48 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC0D080@SHSMSX101.ccr.corp.intel.com> References: <1586767761-159937-1-git-send-email-weix.xie@intel.com> In-Reply-To: <1586767761-159937-1-git-send-email-weix.xie@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-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 V1] framework/settings:add twinpond vf NIC 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 Xie,WeiX > Sent: Monday, April 13, 2020 4:49 PM > To: dts@dpdk.org > Cc: Xie, WeiX > Subject: [dts] [PATCH V1] framework/settings:add twinpond vf NIC >=20 > From: "Xie,WeiX" >=20 >=20 >=20 > Signed-off-by: Xie,WeiX > --- > framework/settings.py | 2 ++ > 1 file changed, 2 insertions(+) >=20 > diff --git a/framework/settings.py b/framework/settings.py index > d322c00..a060a57 100644 > --- a/framework/settings.py > +++ b/framework/settings.py > @@ -60,6 +60,7 @@ NICS =3D { > 'niantic_vf': '8086:10ed', > 'ironpond': '8086:151c', > 'twinpond': '8086:1528', > + 'twinpond_vf': '8086:1515', > 'twinville': '8086:1512', > 'sageville': '8086:1563', > 'sageville_vf': '8086:1565', > @@ -123,6 +124,7 @@ DRIVERS =3D { > 'niantic_vf': 'ixgbevf', > 'ironpond': 'ixgbe', > 'twinpond': 'ixgbe', > + 'twinpond_vf': 'ixgbevf', > 'twinville': 'ixgbe', > 'sageville': 'ixgbe', > 'sageville_vf': 'ixgbevf', > -- > 1.8.3.1