From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matan Azrad Subject: [PATCH v2 0/6] new mlx4 datapath bypassing ibverbs Date: Tue, 3 Oct 2017 10:48:25 +0000 Message-ID: <1507027711-879-1-git-send-email-matan@mellanox.com> References: <1503590050-196143-1-git-send-email-motih@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain Cc: dev@dpdk.org, Moti Haimovsky To: Adrien Mazarguil Return-path: Received: from EUR01-HE1-obe.outbound.protection.outlook.com (mail-he1eur01on0084.outbound.protection.outlook.com [104.47.0.84]) by dpdk.org (Postfix) with ESMTP id 30FAC1B2FF for ; Tue, 3 Oct 2017 12:49:23 +0200 (CEST) In-Reply-To: <1503590050-196143-1-git-send-email-motih@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" v2: Rearange patches. Semantics. Enhancements. Fix compilation issues. Moti Haimovsky (6): net/mlx4: add simple Tx bypassing ibverbs net/mlx4: get back Rx flow functionality net/mlx4: support multi-segments Tx net/mlx4: get back Tx checksum offloads net/mlx4: get back Rx checksum offloads net/mlx4: add loopback Tx from VF drivers/net/mlx4/mlx4.c | 11 + drivers/net/mlx4/mlx4.h | 13 +- drivers/net/mlx4/mlx4_ethdev.c | 10 + drivers/net/mlx4/mlx4_prm.h | 129 +++++++ drivers/net/mlx4/mlx4_rxq.c | 181 ++++++---- drivers/net/mlx4/mlx4_rxtx.c | 787 ++++++++++++++++++++++++++++++----------- drivers/net/mlx4/mlx4_rxtx.h | 61 ++-- drivers/net/mlx4/mlx4_txq.c | 104 +++++- drivers/net/mlx4/mlx4_utils.h | 20 ++ mk/rte.app.mk | 2 +- 10 files changed, 989 insertions(+), 329 deletions(-) create mode 100644 drivers/net/mlx4/mlx4_prm.h -- 1.8.3.1