From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 30E671B61D for ; Mon, 23 Oct 2017 16:22:15 +0200 (CEST) Received: from Internal Mail-Server by MTLPINE1 (envelope-from ophirmu@mellanox.com) with ESMTPS (AES256-SHA encrypted); 23 Oct 2017 16:22:13 +0200 Received: from pegasus05.mtr.labs.mlnx (pegasus05.mtr.labs.mlnx [10.210.16.100]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id v9NEMDRT027273; Mon, 23 Oct 2017 17:22:13 +0300 Received: from pegasus05.mtr.labs.mlnx (localhost [127.0.0.1]) by pegasus05.mtr.labs.mlnx (8.14.7/8.14.7) with ESMTP id v9NEMDSA004860; Mon, 23 Oct 2017 14:22:13 GMT Received: (from root@localhost) by pegasus05.mtr.labs.mlnx (8.14.7/8.14.7/Submit) id v9NEMDvb004859; Mon, 23 Oct 2017 14:22:13 GMT From: Ophir Munk To: Adrien Mazarguil Cc: dev@dpdk.org, Thomas Monjalon , Olga Shern , Matan Azrad , Ophir Munk Date: Mon, 23 Oct 2017 14:21:53 +0000 Message-Id: <1508768520-4810-1-git-send-email-ophirmu@mellanox.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1508752838-30408-1-git-send-email-ophirmu@mellanox.com> References: <1508752838-30408-1-git-send-email-ophirmu@mellanox.com> Subject: [dpdk-dev] [PATCH v2 0/7] net/mlx4: follow-up on new TX datapath introduced in RC1 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Oct 2017 14:22:16 -0000 v1: This series is a follow-up of the new datapath implementation introduced in RC1. It is dedicated to Tx and improves the performance. v2: Change uint32_t be_lkey to rte_be32_t lkey Matan Azrad (4): net/mlx4: remove error flows from Tx fast path net/mlx4: merge Tx path functions net/mlx4: remove unnecessary variables in Tx burst net/mlx4: improve performance of one Tx segment Ophir Munk (3): net/mlx4: inline more Tx functions net/mlx4: save lkey in big-endian format net/mlx4: separate Tx for multi-segments drivers/net/mlx4/mlx4_rxtx.c | 343 +++++++++++++++++++++++-------------------- drivers/net/mlx4/mlx4_rxtx.h | 56 ++++++- 2 files changed, 234 insertions(+), 165 deletions(-) -- 2.7.4