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 8128EA0A02; Thu, 25 Mar 2021 17:07:32 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 679B6140E52; Thu, 25 Mar 2021 17:07:32 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id A92B3140E4D for ; Thu, 25 Mar 2021 17:07:30 +0100 (CET) IronPort-SDR: RHSfoBgRgEXcoRYysfYiouu4eTg5s6+13jhZH63qs1XxOFWOItjdKoMxH3BvSscplyhHGpQ1BZ Qd9anv47BfTQ== X-IronPort-AV: E=McAfee;i="6000,8403,9934"; a="178515940" X-IronPort-AV: E=Sophos;i="5.81,277,1610438400"; d="scan'208";a="178515940" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Mar 2021 09:07:29 -0700 IronPort-SDR: xZ6eNdLCxEmj+9HApmo1F28AIowvel7PXIBMj2pN8E9GRQdLfnL7IhwFCfNv2UKwWFJW+M63Ir FI7dXL+a0Q6w== X-IronPort-AV: E=Sophos;i="5.81,277,1610438400"; d="scan'208";a="391796923" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.15.136]) ([10.252.15.136]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Mar 2021 09:07:28 -0700 To: Jiawen Wu , dev@dpdk.org References: <20210325055141.629963-1-jiawenwu@trustnetic.com> <20210325055141.629963-8-jiawenwu@trustnetic.com> From: Ferruh Yigit X-User: ferruhy Message-ID: Date: Thu, 25 Mar 2021 16:07:26 +0000 MIME-Version: 1.0 In-Reply-To: <20210325055141.629963-8-jiawenwu@trustnetic.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 7/7] doc: add txgbe backplane update in 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/25/2021 5:51 AM, Jiawen Wu wrote: > Declare updates related to device args for backplane NICs. > > Signed-off-by: Jiawen Wu > --- > doc/guides/rel_notes/release_21_05.rst | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/doc/guides/rel_notes/release_21_05.rst b/doc/guides/rel_notes/release_21_05.rst > index 8e686cc62..732d9743c 100644 > --- a/doc/guides/rel_notes/release_21_05.rst > +++ b/doc/guides/rel_notes/release_21_05.rst > @@ -89,6 +89,7 @@ New Features > * **Updated Wangxun txgbe driver.** > > * Added support for txgbevf PMD. > + * Support device arguments to handle AN training for backplane NICs. > > * **Updated the AF_XDP driver.** > > Can you please squash this patch with the patch that introduces the feature, instead of having a separate patch?