From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shahaf Shuler Subject: [PATCH v2 0/6] fix Memory region lookups Date: Thu, 25 Jan 2018 18:17:57 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Cc: dev@dpdk.org To: nelio.laranjeiro@6wind.com, adrien.mazarguil@6wind.com, yskoh@mellanox.com Return-path: Received: from EUR01-VE1-obe.outbound.protection.outlook.com (mail-ve1eur01on0058.outbound.protection.outlook.com [104.47.1.58]) by dpdk.org (Postfix) with ESMTP id 7FF801E33 for ; Thu, 25 Jan 2018 17:18:39 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The series contains multiple small patches which address various of issues with the Memory region lookup on the Transmit side. On v2: - Addressed Nelio's comments. - Extended the "fix Memory Region boundary checks" commit to cover identical cases. - Fixed the commits log. Xueming Li Shahaf Shuler (6): net/mlx5: fix Memory Region cache lookup net/mlx5: fix secondary process mempool registration net/mlx5: remove assert un-accessible from secondary process net/mlx5: warn for un-successful memory registration net/mlx5: fix Memory Region cache last index net/mlx5: fix Memory Region boundary checks doc/guides/nics/mlx5.rst | 6 +++++- drivers/net/mlx5/mlx5_mr.c | 12 ++++++++++-- drivers/net/mlx5/mlx5_rxtx.h | 16 ++++++++++------ 3 files changed, 25 insertions(+), 9 deletions(-) -- 2.12.0