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 3766D1B3D6 for ; Mon, 23 Oct 2017 12:04:41 +0200 (CEST) Received: from Internal Mail-Server by MTLPINE1 (envelope-from ophirmu@mellanox.com) with ESMTPS (AES256-SHA encrypted); 23 Oct 2017 12:04:36 +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 v9NA4aVs027845; Mon, 23 Oct 2017 13:04:36 +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 v9NA4aBf030692; Mon, 23 Oct 2017 10:04:36 GMT Received: (from root@localhost) by pegasus05.mtr.labs.mlnx (8.14.7/8.14.7/Submit) id v9NA4Zk7030691; Mon, 23 Oct 2017 10:04:35 GMT From: Ophir Munk To: Adrien Mazarguil Cc: dev@dpdk.org, Thomas Monjalon , Olga Shern , Matan Azrad , Ophir Munk Date: Mon, 23 Oct 2017 10:04:20 +0000 Message-Id: <1508753067-30643-1-git-send-email-ophirmu@mellanox.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-dev] [PATCH v1 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 10:04:41 -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. 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 | 345 +++++++++++++++++++++++-------------------- drivers/net/mlx4/mlx4_rxtx.h | 56 ++++++- 2 files changed, 235 insertions(+), 166 deletions(-) -- 2.7.4