From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 23D3458D8 for ; Mon, 27 Jun 2016 15:22:21 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 27 Jun 2016 06:22:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,536,1459839600"; d="scan'208";a="1005941176" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.221.17]) ([10.237.221.17]) by orsmga002.jf.intel.com with ESMTP; 27 Jun 2016 06:22:20 -0700 To: Zhe Tao , dev@dpdk.org References: <1467004353-7534-1-git-send-email-zhe.tao@intel.com> <1467012016-8273-1-git-send-email-zhe.tao@intel.com> Cc: jingjing.wu@intel.com From: Ferruh Yigit Message-ID: <5771288B.1030101@intel.com> Date: Mon, 27 Jun 2016 14:22:19 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <1467012016-8273-1-git-send-email-zhe.tao@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v14 0/2] i40e: add floating VEB 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: Mon, 27 Jun 2016 13:22:22 -0000 On 6/27/2016 8:20 AM, Zhe Tao wrote: > 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. > > This floating VEB only take effects on the specific version F/W which newer > than 5.0. > > Zhe Tao (2): > i40e: support floating VEB config > i40e: add floating VEB support in i40e Series reviewed-by: Ferruh Yigit