From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yongseok Koh Subject: [PATCH v3 0/2] net/mlx5: make vectorized Tx threshold configurable Date: Thu, 1 Nov 2018 17:20:30 +0000 Message-ID: <20181101172019.26195-1-yskoh@mellanox.com> References: <20181029231509.39886-1-yskoh@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" , Yongseok Koh To: Shahaf Shuler Return-path: Received: from EUR03-VE1-obe.outbound.protection.outlook.com (mail-eopbgr50072.outbound.protection.outlook.com [40.107.5.72]) by dpdk.org (Postfix) with ESMTP id D01A91B101 for ; Thu, 1 Nov 2018 18:20:31 +0100 (CET) In-Reply-To: <20181029231509.39886-1-yskoh@mellanox.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" v3: * retouch commit log * fix logical error in switch-case * Make MLX5_VPMD_MAX_TXQS architecture dependent by removing MLX5_VPMD_MAX_TXQS_ARM64 v2: * add "net/mlx5: move device spawn configuration to probing" * rename txqs_min_vec to txqs_max_vec Yongseok Koh (2): net/mlx5: move device spawn configuration to probing net/mlx5: make vectorized Tx threshold configurable doc/guides/nics/mlx5.rst | 16 ++++++++- drivers/net/mlx5/mlx5.c | 70 ++++++++++++++++++++++++------------= ---- drivers/net/mlx5/mlx5.h | 1 + drivers/net/mlx5/mlx5_defs.h | 9 ++++-- drivers/net/mlx5/mlx5_rxtx_vec.c | 2 +- 5 files changed, 67 insertions(+), 31 deletions(-) --=20 2.11.0