From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id AC0A1A034F; Wed, 24 Feb 2021 12:41:32 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9385E1607D9; Wed, 24 Feb 2021 12:41:32 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 1A6FA40042 for ; Wed, 24 Feb 2021 12:41:30 +0100 (CET) IronPort-SDR: gescQKqcJr8q3OT0gMBz1F0yLLUcvNoiV2OX4F93YaWOHB8us3kgHdP43VAmAtpMqUyrl3UDU5 xm29UjySvtKg== X-IronPort-AV: E=McAfee;i="6000,8403,9904"; a="172268155" X-IronPort-AV: E=Sophos;i="5.81,202,1610438400"; d="scan'208";a="172268155" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Feb 2021 03:41:26 -0800 IronPort-SDR: HFoK/TB6XMJQ/l9L/hMd5WuqmWhPA6LmQtY7ZvvO/eIlRAS9YK/gW6BineUkX+UnCFKIGiTJGV sLtWXq2sjobA== X-IronPort-AV: E=Sophos;i="5.81,202,1610438400"; d="scan'208";a="442041232" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.253.18]) ([10.213.253.18]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Feb 2021 03:41:10 -0800 To: Jiawen Wu , dev@dpdk.org References: <20210205033449.3813939-1-jiawenwu@trustnetic.com> <20210205033449.3813939-18-jiawenwu@trustnetic.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <1151458f-4a2f-1c97-b800-b40435fc5065@intel.com> Date: Wed, 24 Feb 2021 11:41:01 +0000 MIME-Version: 1.0 In-Reply-To: <20210205033449.3813939-18-jiawenwu@trustnetic.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v2 17/17] doc: update release note for txgbe 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 2/5/2021 3:34 AM, Jiawen Wu wrote: > Update release note to add txgbevf PMD support. > > Signed-off-by: Jiawen Wu > --- > doc/guides/rel_notes/release_21_02.rst | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/doc/guides/rel_notes/release_21_02.rst b/doc/guides/rel_notes/release_21_02.rst > index cc181dfd1..78e9db666 100644 > --- a/doc/guides/rel_notes/release_21_02.rst > +++ b/doc/guides/rel_notes/release_21_02.rst > @@ -128,6 +128,7 @@ New Features > * Add support for generic flow API. > * Add support for traffic manager. > * Add support for IPsec. > + * Add support for txgbevf PMD. > Can you please switch to 21.05 release notes?