From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 09D4828FD for ; Thu, 9 Jun 2016 17:57:56 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP; 09 Jun 2016 08:57:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,445,1459839600"; d="scan'208";a="972344657" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.71]) by orsmga001.jf.intel.com with SMTP; 09 Jun 2016 08:57:54 -0700 Received: by (sSMTP sendmail emulation); Thu, 09 Jun 2016 16:57:53 +0025 Date: Thu, 9 Jun 2016 16:57:53 +0100 From: Bruce Richardson To: Zhe Tao Cc: dev@dpdk.org, jingjing.wu@intel.com Message-ID: <20160609155752.GH12520@bricha3-MOBL3> References: <1458895321-21896-1-git-send-email-zhe.tao@intel.com> <1464110886-9504-1-git-send-email-zhe.tao@intel.com> <1464110886-9504-4-git-send-email-zhe.tao@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1464110886-9504-4-git-send-email-zhe.tao@intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v8 3/3] i40e: add floating VEB extension support 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: Thu, 09 Jun 2016 15:57:57 -0000 On Wed, May 25, 2016 at 01:28:06AM +0800, Zhe Tao wrote: > To enable this feature, the user should pass a devargs parameter to the EAL > like "-w 84:00.0,enable_floating=1", and the application will make sure the PMD > will use the floating VEB feature for all the VFs created by this PF device. > > Also you can specifiy which VF need to connect to this floating veb using > "floating_bitmap", every bit corresponding to one VF (e.g. bitn for VFn). > Like "-w 84:00.0,enable_floating=1,floating_bitmap=1", means only the VF0 connect > to the floating VEB, VF1 connect to the legacy VEB. Is there only ever one floating VEB inside a PF? That perhaps needs to be called out in the explanation of what the floating VEB is? /Bruce