From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yongseok Koh Subject: [PATCH 0/3] net/mlx: remove device register remap Date: Mon, 25 Mar 2019 12:36:24 -0700 Message-ID: <20190325193627.19726-1-yskoh@mellanox.com> Cc: dev@dpdk.org To: shahafs@mellanox.com Return-path: Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 228C13256 for ; Mon, 25 Mar 2019 20:36:35 +0100 (CET) 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 lifts the requirement of reserving huge virtual address space and remapping device UAR register on to it in order to use the same address between primary and secondary process. Yongseok Koh (3): net/mlx5: fix recursive inclusion of header file net/mlx5: remove device register remap net/mlx4: remove device register remap drivers/net/mlx4/mlx4.c | 274 ++++++++++++++++++++++++------------- drivers/net/mlx4/mlx4.h | 22 ++- drivers/net/mlx4/mlx4_prm.h | 2 - drivers/net/mlx4/mlx4_rxtx.c | 2 +- drivers/net/mlx4/mlx4_rxtx.h | 3 +- drivers/net/mlx4/mlx4_txq.c | 102 +++++--------- drivers/net/mlx5/mlx5.c | 262 ++++++++++++++++++++++++----------- drivers/net/mlx5/mlx5.h | 20 ++- drivers/net/mlx5/mlx5_flow.c | 5 +- drivers/net/mlx5/mlx5_flow_dv.c | 3 +- drivers/net/mlx5/mlx5_flow_verbs.c | 5 +- drivers/net/mlx5/mlx5_rxtx.h | 7 +- drivers/net/mlx5/mlx5_trigger.c | 2 +- drivers/net/mlx5/mlx5_txq.c | 91 +++++------- drivers/net/mlx5/mlx5_vlan.c | 3 +- 15 files changed, 481 insertions(+), 322 deletions(-) -- 2.11.0