From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yongseok Koh Subject: [PATCH v3 0/2] net/mlx5: add enhanced multi-packet send for ConnectX-5 Date: Wed, 15 Mar 2017 16:55:43 -0700 Message-ID: References: <20170310231334.2457-1-yskoh@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , , , Yongseok Koh To: Return-path: Received: from EUR01-VE1-obe.outbound.protection.outlook.com (mail-ve1eur01on0086.outbound.protection.outlook.com [104.47.1.86]) by dpdk.org (Postfix) with ESMTP id 2AC9D2C0B for ; Thu, 16 Mar 2017 00:56:02 +0100 (CET) In-Reply-To: <20170310231334.2457-1-yskoh@mellanox.com> 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 patchset is to add the Enhanced Multi-Packet Send feature which is newly introduced for ConnectX-5 families of adaptors. v3: * Fix indentation * Fix typo in comment * Change name of variables and functions v2: * Resolves conflicts with other patches in review. * Improved performance by relocating code segment. * Changes default values of PMD options. * Fixed comments in the code. Yongseok Koh (2): net/mlx5: add enhanced multi-packet send for ConnectX-5 doc: update PMD options for mlx5 doc/guides/nics/mlx5.rst | 31 +++- drivers/net/mlx5/mlx5.c | 37 +++- drivers/net/mlx5/mlx5.h | 4 +- drivers/net/mlx5/mlx5_defs.h | 7 + drivers/net/mlx5/mlx5_ethdev.c | 6 +- drivers/net/mlx5/mlx5_prm.h | 20 ++ drivers/net/mlx5/mlx5_rxtx.c | 410 +++++++++++++++++++++++++++++++++++++++++ drivers/net/mlx5/mlx5_rxtx.h | 7 +- drivers/net/mlx5/mlx5_txq.c | 29 ++- 9 files changed, 534 insertions(+), 17 deletions(-) -- 2.11.0