From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/2 v5] i40e: support floating VEB config Date: Wed, 23 Mar 2016 13:51:09 +0100 Message-ID: <25151917.GNeR10epP5@xps13> References: <1456906110-15081-1-git-send-email-zhe.tao@intel.com> <1458736030-1283-1-git-send-email-zhe.tao@intel.com> <1458736030-1283-2-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, jingjing.wu@intel.com To: Zhe Tao Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id A30BA2BA1 for ; Wed, 23 Mar 2016 13:52:56 +0100 (CET) Received: by mail-wm0-f54.google.com with SMTP id l68so232384035wml.0 for ; Wed, 23 Mar 2016 05:52:56 -0700 (PDT) In-Reply-To: <1458736030-1283-2-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-03-23 20:27, Zhe Tao: > Add the new floating related argument option in the EAL. > Using this parameter, all the samples can decide whether to use legacy VEB/VEPA > or floating VEB. > Even the floating argument is provided in the EAL, but this floating > feature are only support for FVL so far. > > Signed-off-by: Zhe Tao > --- > doc/guides/testpmd_app_ug/run_app.rst | 4 ++++ > 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 ++ > 4 files changed, 11 insertions(+) The label of this patch is "i40e" but it doesn't touch i40e. Actually it is an EAL change but there should not be related to EAL. It seems to be a config option of the device. Please check how ftag has been enabled in fm10k: dpdk.org/browse/dpdk/commit/?id=7958b1310d5e