From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 5BB1CADAB for ; Wed, 4 Feb 2015 08:41:18 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP; 03 Feb 2015 23:41:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,517,1418112000"; d="scan'208";a="672473017" Received: from pgsmsx108.gar.corp.intel.com ([10.221.44.103]) by fmsmga002.fm.intel.com with ESMTP; 03 Feb 2015 23:41:15 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by PGSMSX108.gar.corp.intel.com (10.221.44.103) with Microsoft SMTP Server (TLS) id 14.3.195.1; Wed, 4 Feb 2015 15:41:14 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.253]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.129]) with mapi id 14.03.0195.001; Wed, 4 Feb 2015 15:41:14 +0800 From: "Liu, Jijiang" To: "Wu, Jingjing" , "dev@dpdk.org" Thread-Topic: [PATCH 0/2] enable SRIOV switch in i40e driver Thread-Index: AQHQO2TH+9p4mZbak0q4Oz7kNHM71JzgJMRw Date: Wed, 4 Feb 2015 07:41:12 +0000 Message-ID: <1ED644BD7E0A5F4091CF203DAFB8E4CC01DCBA0F@SHSMSX101.ccr.corp.intel.com> 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 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: Wed, 04 Feb 2015 07:41:18 -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 Acked-by: Jijiang Liu