From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nelio Laranjeiro Subject: [PATCH 0/5] net/mlx5: enable/disable vPMD and some cleanups Date: Tue, 1 Aug 2017 10:05:30 +0200 Message-ID: Cc: Yongseok Koh To: dev@dpdk.org Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 408ED7D2A for ; Tue, 1 Aug 2017 10:05:59 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id k20so20936135wmg.0 for ; Tue, 01 Aug 2017 01:05:59 -0700 (PDT) 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). Nelio Laranjeiro (5): net/mlx5: warn which Tx/Rx burst function is selected net/mlx5: add parameters to enable/disable vector code net/mlx5: avoid reusing old queue's mbuf on reconfigure net/mlx5: prepare vector Rx ring at setup time net/mlx5: cleanup Rx ring in free functions doc/guides/nics/mlx5.rst | 14 ++++ drivers/net/mlx5/mlx5.c | 23 +++++++ drivers/net/mlx5/mlx5.h | 2 + drivers/net/mlx5/mlx5_ethdev.c | 11 ++- drivers/net/mlx5/mlx5_rxq.c | 129 +++++++++++++++-------------------- drivers/net/mlx5/mlx5_rxtx.c | 6 -- drivers/net/mlx5/mlx5_rxtx.h | 4 +- drivers/net/mlx5/mlx5_rxtx_vec_sse.c | 47 ++----------- 8 files changed, 107 insertions(+), 129 deletions(-) -- 2.1.4