From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhe Tao Subject: [PATCH 0/2 v3] i40e: Add floating VEB support for i40e Date: Thu, 25 Feb 2016 14:31:39 +0800 Message-ID: <1456381901-23080-1-git-send-email-zhe.tao@intel.com> References: <1456218796-15630-1-git-send-email-zhe.tao@intel.com> To: dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 06AC22BD2 for ; Thu, 25 Feb 2016 07:31:48 +0100 (CET) In-Reply-To: <1456218796-15630-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" This patch-set add the support for floating VEB in i40e. All the VFs VSIs can decide whether to connect to the legacy VEB/VEPA or the floating VEB. When connect to the floating VEB a new floating VEB is created. Now all the VFs need to connect to floating VEB or legacy VEB, cannot connect to both of them. The PF and VMDQ,FD VSIs connect to the old legacy VEB/VEPA. All the VEB/VEPA concepts are not specific for FVL, they are defined in the 802.1Qbg spec. Zhe Tao (2): support floating VEB config Add floating VEB support in i40e doc/guides/rel_notes/release_16_04.rst | 2 + doc/guides/testpmd_app_ug/run_app.rst | 4 ++ drivers/net/i40e/Makefile | 2 +- drivers/net/i40e/i40e_ethdev.c | 105 ++++++++++++++++++++++++----- drivers/net/i40e/i40e_ethdev.h | 4 ++ drivers/net/i40e/i40e_pf.c | 11 ++- lib/librte_eal/common/eal_common_options.c | 4 ++ lib/librte_eal/common/eal_internal_cfg.h | 1 + lib/librte_eal/common/eal_options.h | 2 + 9 files changed, 114 insertions(+), 21 deletions(-) V2: Added the release notes and changed commit log. V3: Changed the VSI release operation. -- 2.1.4