From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhe Tao Subject: [PATCH 0/2] Add floating VEB support for i40e Date: Thu, 21 Jan 2016 15:24:24 +0800 Message-ID: <1453361066-22755-1-git-send-email-zhe.tao@intel.com> To: dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 8AFEA591A for ; Thu, 21 Jan 2016 08:24:34 +0100 (CET) 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. Zhe Tao (2): support floating VEB config Add floating VEB support in i40e drivers/net/i40e/Makefile | 2 +- drivers/net/i40e/i40e_ethdev.c | 92 ++++++++++++++++++++++-------- drivers/net/i40e/i40e_ethdev.h | 3 + drivers/net/i40e/i40e_pf.c | 10 +++- 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 + 7 files changed, 86 insertions(+), 28 deletions(-) -- 2.1.4