From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
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 <dev@dpdk.org>; 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 <matan@mellanox.com>
To: Maxime Coquelin <maxime.coquelin@redhat.com>,
 Xiao Wang <xiao.w.wang@intel.com>
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 <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

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