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 AC7E1A052A; Tue, 2 Feb 2021 18:50:57 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9BD2A24038A; Tue, 2 Feb 2021 18:50:57 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 031CA240381 for ; Tue, 2 Feb 2021 18:50:55 +0100 (CET) IronPort-SDR: QWnfW0sMk7VWYqeTNsYhSKuui3BgOdmWMldOoPp6xwM2qjVBXKeCEAJaH7d4JJAUsaJ/I1O8LE 0hs2acpAPQkQ== X-IronPort-AV: E=McAfee;i="6000,8403,9883"; a="181044069" X-IronPort-AV: E=Sophos;i="5.79,396,1602572400"; d="scan'208";a="181044069" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2021 09:50:47 -0800 IronPort-SDR: j7rKAwGecKpjn6o01iJTC67lQGXzvFT3M3RNukhYUQoJfWoC61+LOsW+xQo+QZWDvoS7XcGtXk bWG1hJBecFXw== X-IronPort-AV: E=Sophos;i="5.79,396,1602572400"; d="scan'208";a="391596270" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.226.112]) ([10.213.226.112]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2021 09:50:46 -0800 To: Jiawen Wu , dev@dpdk.org References: <20210122094800.197748-1-jiawenwu@trustnetic.com> <20210122094800.197748-21-jiawenwu@trustnetic.com> From: Ferruh Yigit Message-ID: <6168c652-5224-47df-87b2-c97b50232f6d@intel.com> Date: Tue, 2 Feb 2021 17:50:45 +0000 MIME-Version: 1.0 In-Reply-To: <20210122094800.197748-21-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 v1 20/20] 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 1/22/2021 9:48 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 ae36b6a3f..d463c6924 100644 > --- a/doc/guides/rel_notes/release_21_02.rst > +++ b/doc/guides/rel_notes/release_21_02.rst > @@ -101,6 +101,7 @@ New Features > * Add support for generic flow API. > * Add support for traffic manager. > * Add support for IPsec. > + * Add support for txgbevf PMD. > You may want to announce "port representor" support too.