From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id F2B07A04F1; Thu, 18 Jun 2020 21:06:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4A6A01BFFF; Thu, 18 Jun 2020 21:06:13 +0200 (CEST) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 476811BFF5 for ; Thu, 18 Jun 2020 21:06:10 +0200 (CEST) Received: from Internal Mail-Server by MTLPINE1 (envelope-from matan@mellanox.com) with SMTP; 18 Jun 2020 22:06:07 +0300 Received: from pegasus25.mtr.labs.mlnx. (pegasus25.mtr.labs.mlnx [10.210.16.10]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 05IJ67gT003175; Thu, 18 Jun 2020 22:06:07 +0300 From: Matan Azrad To: Maxime Coquelin , Xiao Wang Cc: dev@dpdk.org Date: Thu, 18 Jun 2020 19:06:01 +0000 Message-Id: <1592507163-441875-1-git-send-email-matan@mellanox.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1591113208-79169-2-git-send-email-matan@mellanox.com> References: <1591113208-79169-2-git-send-email-matan@mellanox.com> Subject: [dpdk-dev] [PATCH v2 0/2] vdpa/mlx5: support MTU feature 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" v2: rebase. Matan Azrad (2): common/mlx5: share kernel interface name getter vdpa/mlx5: support MTU feature doc/guides/rel_notes/release_20_08.rst | 1 + doc/guides/vdpadevs/features/mlx5.ini | 1 + drivers/common/mlx5/linux/mlx5_common_os.c | 89 ++++++++++++++++++++++++ drivers/common/mlx5/mlx5_common.h | 3 + drivers/common/mlx5/rte_common_mlx5_version.map | 2 + drivers/net/mlx5/linux/mlx5_ethdev_os.c | 91 +------------------------ drivers/net/mlx5/linux/mlx5_os.c | 4 +- drivers/net/mlx5/mlx5.h | 1 - drivers/vdpa/mlx5/mlx5_vdpa.c | 67 ++++++++++++++++-- 9 files changed, 164 insertions(+), 95 deletions(-) -- 1.8.3.1