From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=exeLO8O36RjJ55VaXqbP5thB6d+E83JG/gwrn29qTz0=; b=x8VAd02EQSffaQJvuTm2A+iFKg9mhd25ZeIQ/2FG8sGc/l/ZC9iN3+1dMCitwa04PQ 6CXdWfYkaj72frGifAgPSUGSbDN6hGs9BpreJk2TVEbltS51vnmjeJG5jnPNtNUaUDis 4JAIQMgUt3Kb52nIbh1LVUEuLKUGEtegtvyVUhGsATSvk5XH4An70nd38WDpHlVcZ/rz b3HpazFif2c167If1m9VMkV/Fl3FMIsL+Lb8g3hB4sqEkb3NRB0XSZMuI9NyzxD1mwhg pl07Pqr57Es4OwzoXSJmfSY3eMj5n3DioHprPIkbmyNFxxFbJCeR6iTGLOn0nJHi2p9R T56A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding; bh=exeLO8O36RjJ55VaXqbP5thB6d+E83JG/gwrn29qTz0=; b=bcYo4IqEXzI0gmM+0yBb/IwNnyMgqk1hwuYCVmbfBTbRGLlBKQnPkp1OYPbKdHYLCG dizIX60RdW5HlxgWuPBD/mUUblPd4e1PGCP1qmGxkO4Nfe2j+QatLnwc50rRL47Q3hSw GPWO5sFRU+RBribvOFjHfSrM+Z4X58FmscgF1aP81E7rtkSUiIuHTOUmPZL0FdEUytre RkyZedXiyQpQegsuvc8MZAx/NA50S1eb1OH6aA++9UdNijeLINTBHTjYFapx8qIBkHWd ChRs8vsAsQihbIB+TXxAFAAq7HEQ4gY4KnRaQwRCCKP+G29io34gunBx4Jk+7skDML91 rzbA== X-Gm-Message-State: AD7BkJJt+zaXfKlk+/o2IOruRlca+KJfmJLHYBpJLT30RZyu2feaOL0Xb3hqmkwQFDl9UFrS X-Received: by 10.28.211.1 with SMTP id k1mr4051482wmg.93.1458737572210; Wed, 23 Mar 2016 05:52:52 -0700 (PDT) Received: from xps13.localnet (91.111.75.86.rev.sfr.net. [86.75.111.91]) by smtp.gmail.com with ESMTPSA id 192sm2877338wmw.0.2016.03.23.05.52.50 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 23 Mar 2016 05:52:51 -0700 (PDT) From: Thomas Monjalon To: Zhe Tao Cc: dev@dpdk.org, jingjing.wu@intel.com Date: Wed, 23 Mar 2016 13:51:09 +0100 Message-ID: <25151917.GNeR10epP5@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1458736030-1283-2-git-send-email-zhe.tao@intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 1/2 v5] i40e: support floating VEB config 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: Wed, 23 Mar 2016 12:52:56 -0000 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