From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] net/mlx5: add parameters to enable/disable vector code Date: Thu, 03 Aug 2017 23:36:47 +0200 Message-ID: <1664208.49YYPCpkqG@xps> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit To: Nelio Laranjeiro Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id F05E12C18 for ; Thu, 3 Aug 2017 23:36:48 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 02/08/2017 17:32, Nelio Laranjeiro: > Vector code is very young and can present some issues for users, to avoid > them to modify the selections function by commenting the code and recompile > the PMD, new devices parameters are added to deactivate the Tx and/or Rx > vector code. > By using such device parameters, the user will be able to fall back to > regular burst functions. > > Signed-off-by: Nelio Laranjeiro > Acked-by: Yongseok Koh Applied, thanks