From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v3] i40e: add VEB switching support for i40e Date: Fri, 11 Mar 2016 21:50:40 +0000 Message-ID: <20160311215039.GA22756@bricha3-MOBL3> References: <1456215037-7255-1-git-send-email-zhe.tao@intel.com> <1457501923-14071-1-git-send-email-zhe.tao@intel.com> <9BB6961774997848B5B42BEC655768F8DD1251@SHSMSX104.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev@dpdk.org" To: "Wu, Jingjing" Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 8A5AF2BF6 for ; Fri, 11 Mar 2016 22:50:44 +0100 (CET) Content-Disposition: inline In-Reply-To: <9BB6961774997848B5B42BEC655768F8DD1251@SHSMSX104.ccr.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Mar 09, 2016 at 06:02:38AM +0000, Wu, Jingjing wrote: > > > > -----Original Message----- > > From: Tao, Zhe > > Sent: Wednesday, March 09, 2016 1:39 PM > > To: dev@dpdk.org > > Cc: Tao, Zhe; Wu, Jingjing > > Subject: [dpdk-dev][PATCH v3] i40e: add VEB switching support for i40e > > > > VEB switching feature for i40e is used to enable the switching between the > > VSIs connect to the virtual bridge. The old implementation is setting the > > virtual bridge mode as VEPA which is port aggregation. Enable the switching > > ability by setting the loop back mode for the specific VSIs which connect to PF > > or VFs. > > > > VEB/VSI/VEPA are concepts not specific to the i40e HW, the concepts are > > from 802.1qbg spec IEEE EVB tutorial: > > http://www.ieee802.org/802_tutorials/2009-11/evb-tutorial-draft- > > 20091116_v09.pdf > > > > VEB: a virtual switch can forward the packet based on the specific match field. > > VSI: a virtual interface connect between the VEB/VEPA and virtual machine. > > VEPA: a virtual Ethernet port aggregator will upstream the packets from VSI > > to the LAN port. > > > > Signed-off-by: Zhe Tao > Acked-by: Jingjing Wu > Applied to dpdk-next-net/rel_16_04 /Bruce