From patchwork Thu Aug 6 02:42:23 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Suanming Mou X-Patchwork-Id: 75229 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6008BA052B; Thu, 6 Aug 2020 04:42:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AF5651C037; Thu, 6 Aug 2020 04:42:30 +0200 (CEST) Received: from git-send-mailer.rdmz.labs.mlnx (unknown [37.142.13.130]) by dpdk.org (Postfix) with ESMTP id 156461C036 for ; Thu, 6 Aug 2020 04:42:29 +0200 (CEST) From: Suanming Mou To: thomas@monjalon.net Cc: dev@dpdk.org, rasland@mellanox.com Date: Thu, 6 Aug 2020 10:42:23 +0800 Message-Id: <1596681743-33510-1-git-send-email-suanmingm@mellanox.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1595159969-267315-1-git-send-email-suanmingm@mellanox.com> References: <1595159969-267315-1-git-send-email-suanmingm@mellanox.com> Subject: [dpdk-dev] [PATCH v2] doc: update release notes for mlx5 PMD 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" Update the release notes of mlx5 PMD for two new added devargs: 1. sys_mem_en 2. decap_en Fixes: 5522da6b201b ("net/mlx5: add option to allocate memory from system") Fixes: 50f95b23c9ba ("net/mlx5: add option to configure FCS or decapsulation") Signed-off-by: Suanming Mou Acked-by: Ray Kinsella --- doc/guides/rel_notes/release_20_08.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/rel_notes/release_20_08.rst b/doc/guides/rel_notes/release_20_08.rst index 9761f5a..4263e02 100644 --- a/doc/guides/rel_notes/release_20_08.rst +++ b/doc/guides/rel_notes/release_20_08.rst @@ -145,9 +145,9 @@ New Features Updated Mellanox mlx5 driver with new features and improvements, including: * Added mlx5 PCI layer to share a PCI device among multiple PMDs. - * Added new PMD devarg ``reclaim_mem_mode``. - * Added new devarg ``lacp_by_user``. * Added support for eCPRI protocol offloading. + * Added PMD devarg ``reclaim_mem_mode``, ``lacp_by_user``, + ``decap_en``, ``sys_mem_en``. * **Added vDPA device APIs to query virtio queue statistics.**