From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] i40e: add VEB switching support for i40e Date: Fri, 22 Jan 2016 11:16:14 +0100 Message-ID: <1954959.nPV1f2ZDDs@xps13> References: <1453358984-20550-1-git-send-email-zhe.tao@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Zhe Tao , john.mcnamara@intel.com Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 61D998EA1 for ; Fri, 22 Jan 2016 11:17:15 +0100 (CET) Received: by mail-wm0-f43.google.com with SMTP id b14so124247597wmb.1 for ; Fri, 22 Jan 2016 02:17:15 -0800 (PST) In-Reply-To: <1453358984-20550-1-git-send-email-zhe.tao@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" 2016-01-21 14:49, Zhe Tao: > 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. > > Signed-off-by: Zhe Tao Is VEB something specific to i40e? Please explain the acronyms VEB, VSI and VEPA in the commit log or in a doc dedicated to i40e. Having some design explanations in a doc would help to understand the changes and to contribute. Thanks