From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nelio Laranjeiro Subject: [PATCH v2] net/mlx5: enable/disable vPMD and some cleanups Date: Wed, 2 Aug 2017 17:32:55 +0200 Message-ID: References: To: dev@dpdk.org, Thomas Monjalon , Ferruh Yigit Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 6DBC89B8D for ; Wed, 2 Aug 2017 17:33:14 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id m85so44897372wma.1 for ; Wed, 02 Aug 2017 08:33:14 -0700 (PDT) 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" This series add more information and flexibility to the user to use or not the vPMD. An information will be printed to inform the user which Tx/Rx function have been automatically selected in addition, new device parameters are added to disable Tx/Rx vector (see device documentation for more details). Changes in v2: Remove other patches to only leave the most important one, the capability for the user to deactivate the Tx/Rx vector code at runtime. It can be very useful to blame this young code in cases of issues without having to tweak and recompile the code to reach the same goal. Other patches will be differed for the next release has they are less important. Nelio Laranjeiro (1): net/mlx5: add parameters to enable/disable vector code doc/guides/nics/mlx5.rst | 14 ++++++++++++++ drivers/net/mlx5/mlx5.c | 23 +++++++++++++++++++++++ drivers/net/mlx5/mlx5.h | 2 ++ drivers/net/mlx5/mlx5_rxtx_vec_sse.c | 9 +++++++-- 4 files changed, 46 insertions(+), 2 deletions(-) -- 2.1.4