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 C988C2BAA for ; Thu, 25 Feb 2016 01:42:25 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 24 Feb 2016 16:42:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,495,1449561600"; d="scan'208";a="923343033" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga002.fm.intel.com with ESMTP; 24 Feb 2016 16:42:24 -0800 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 24 Feb 2016 16:42:24 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 24 Feb 2016 16:42:24 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.132]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.18]) with mapi id 14.03.0248.002; Thu, 25 Feb 2016 08:42:22 +0800 From: "Wu, Jingjing" To: "Tao, Zhe" , "dev@dpdk.org" Thread-Topic: [dpdk-dev][PATCH v2] i40e: add VEB switching support for i40e Thread-Index: AQHRbhHEXeTyUBq7WkWKTyfkMAOcWJ877d1w Date: Thu, 25 Feb 2016 00:42:21 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8DC912B@SHSMSX104.ccr.corp.intel.com> References: <1453358984-20550-1-git-send-email-zhe.tao@intel.com> <1456215037-7255-1-git-send-email-zhe.tao@intel.com> In-Reply-To: <1456215037-7255-1-git-send-email-zhe.tao@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 v2] i40e: add VEB switching support for i40e 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: Thu, 25 Feb 2016 00:42:26 -0000 > -----Original Message----- > From: Tao, Zhe > Sent: Tuesday, February 23, 2016 4:11 PM > To: dev@dpdk.org > Cc: Tao, Zhe; Wu, Jingjing > Subject: [dpdk-dev][PATCH v2] i40e: add VEB switching support for i40e >=20 > Signed-off-by: Zhe Tao >=20 > VEB switching feature for i40e is used to enable the switching between th= e > VSIs connect to the virtual bridge. The old implementation is setting the > virtual bridge mode as VEPA which is port aggregation. Enable the switchi= ng > ability by setting the loop back mode for the specific VSIs which connect= to PF > or VFs. >=20 > v1: Add the VEB switching support. > v2: Add the check for the FW version,which should larger than 5.0. > Add release note. > --- > doc/guides/rel_notes/release_16_04.rst | 1 + > drivers/net/i40e/i40e_ethdev.c | 57 > +++++++++++++++++++++++++++++----- > 2 files changed, 50 insertions(+), 8 deletions(-) >=20 > diff --git a/doc/guides/rel_notes/release_16_04.rst > b/doc/guides/rel_notes/release_16_04.rst > index 5786f74..eb7effc 100644 > --- a/doc/guides/rel_notes/release_16_04.rst > +++ b/doc/guides/rel_notes/release_16_04.rst > @@ -46,6 +46,7 @@ This section should contain new features added in this Acked-by: Jingjing Wu With minor suggestion: v1/v2 changes need to be put after ---