From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 81998C433C1 for ; Wed, 31 Mar 2021 12:08:57 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id C1BD560249 for ; Wed, 31 Mar 2021 12:08:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C1BD560249 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AE4A3140E88; Wed, 31 Mar 2021 14:08:55 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 5935D406A3 for ; Wed, 31 Mar 2021 14:08:54 +0200 (CEST) IronPort-SDR: ucYs497sHNeLtRjmggOd98vREg1Y7WYjk3q800VYBf/cxrtzPdxezquykc1iCnmT4o363cjV6K fypRsMcYcXSA== X-IronPort-AV: E=McAfee;i="6000,8403,9939"; a="212229435" X-IronPort-AV: E=Sophos;i="5.81,293,1610438400"; d="scan'208";a="212229435" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Mar 2021 05:08:53 -0700 IronPort-SDR: Ru7nvVX6Iv1jNrKJ1zyOQzN4HTJH3ouGfcNUgTMt1Aw3JIZ9g6S5J0lHYBKmDpDwwSIviJvPst sUsSWEmpoifw== X-IronPort-AV: E=Sophos;i="5.81,293,1610438400"; d="scan'208";a="445657445" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.249.9]) ([10.213.249.9]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Mar 2021 05:08:52 -0700 To: Salem Sol , dev@dpdk.org References: <20210317092610.71000-1-salems@nvidia.com> <20210317092610.71000-9-salems@nvidia.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <628e5075-29d5-94dd-00bd-a0093560714e@intel.com> Date: Wed, 31 Mar 2021 13:08:51 +0100 MIME-Version: 1.0 In-Reply-To: <20210317092610.71000-9-salems@nvidia.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 8/8] doc: update dpdk 21.05 release notes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" On 3/17/2021 9:26 AM, Salem Sol wrote: > Update release notes for dpdk 21.05 to include the new > Mellanox driver's support for VXLAN and NVGRE encap as sample > actions. > > Signed-off-by: Salem Sol > --- > doc/guides/rel_notes/release_21_05.rst | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/doc/guides/rel_notes/release_21_05.rst b/doc/guides/rel_notes/release_21_05.rst > index 23f7f0bff9..312b3cbe61 100644 > --- a/doc/guides/rel_notes/release_21_05.rst > +++ b/doc/guides/rel_notes/release_21_05.rst > @@ -65,6 +65,12 @@ New Features > > * Added support for txgbevf PMD. > > +* **Updated Mellanox mlx5 driver.** > + > + Updated the Mellanox mlx5 driver with new features and improvements, including: > + > + * Added support for VXLAN and NVGRE encap as a sample actions. > + > * **Updated testpmd.** > > * Added command to display Rx queue used descriptor count. > Can you please distribute the content of this patch to the patch that actually adds the feature, instead of having a separate release notes update patch? Thanks.