From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 4BCC158E8 for ; Mon, 9 Feb 2015 09:55:17 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 09 Feb 2015 00:51:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,862,1389772800"; d="scan'208";a="451882515" Received: from pgsmsx108.gar.corp.intel.com ([10.221.44.103]) by FMSMGA003.fm.intel.com with ESMTP; 09 Feb 2015 00:40:43 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by PGSMSX108.gar.corp.intel.com (10.221.44.103) with Microsoft SMTP Server (TLS) id 14.3.195.1; Mon, 9 Feb 2015 16:55:11 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.161]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.192]) with mapi id 14.03.0195.001; Mon, 9 Feb 2015 16:55:11 +0800 From: "Zhang, Helin" To: "Wu, Jingjing" Thread-Topic: [PATCH 0/2] enable SRIOV switch in i40e driver Thread-Index: AQHQO2THuAf0c5rpj0SnT0dOKQsZkpzoFTTA Date: Mon, 9 Feb 2015 08:55:11 +0000 Message-ID: References: <1422495715-6450-1-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1422495715-6450-1-git-send-email-jingjing.wu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH 0/2] enable SRIOV switch in i40e driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2015 08:55:17 -0000 > -----Original Message----- > From: Wu, Jingjing > Sent: Thursday, January 29, 2015 9:42 AM > To: dev@dpdk.org > Cc: Wu, Jingjing; Zhang, Helin; Chen, Jing D; Cao, Min > Subject: [PATCH 0/2] enable SRIOV switch in i40e driver >=20 > Enable SRIOV switch in i40e driver. With this patch set, SRIOV switch can= be > done on Fortville NICs. >=20 > Jingjing Wu (2): > i40e: fix the bug when configuring vsi > i40e: enable internal switch of pf >=20 > lib/librte_pmd_i40e/i40e_ethdev.c | 38 > +++++++++++++++++++++++++++++++++++++- > 1 file changed, 37 insertions(+), 1 deletion(-) >=20 > -- > 1.9.3 Applied. Thanks to Jingjing and Jijiang!