From patchwork Thu Mar 25 05:51:41 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jiawen Wu X-Patchwork-Id: 89810 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 50777A0A02; Thu, 25 Mar 2021 06:52:42 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DC919140EE0; Thu, 25 Mar 2021 06:52:05 +0100 (CET) Received: from smtpproxy21.qq.com (smtpbg704.qq.com [203.205.195.105]) by mails.dpdk.org (Postfix) with ESMTP id 3CF4C140E98 for ; Thu, 25 Mar 2021 06:52:00 +0100 (CET) X-QQ-mid: bizesmtp19t1616651515tuq2w2fh Received: from wxdbg.localdomain.com (unknown [183.129.236.74]) by esmtp6.qq.com (ESMTP) with id ; Thu, 25 Mar 2021 13:51:55 +0800 (CST) X-QQ-SSF: 01400000000000D0E000000A0000000 X-QQ-FEAT: W+qYtY62FD3da99xtsZbTXHyStFqilxr64BVtulOk7ddUZ0YfxNUFPYni2CxM +tuX/c35CkydbNSJ49MgB0n1sxrumRxWK0acSv/6khmB4VSPe7PcZGq8AiH0Joo7n6kTKvs 2G3OpKs+kcHMHmyF+Kk+iACm908IaAwFiq/gls7Zb/ceDhokvV9DKKjpfRQ2ZkpDveDBMlm Cd06Xi23aUpoxKvGmtI5oH+U1YbrRhjBrOdPErghnN/ytdgHYbmkzTFnNhYR+eQiwXV0q/f cSw5Hn4137ugAmCsIxKeogcSWiXunxriWhElPzXXyu5doCk+KVwBoq8qXRo5ecWQAnJeuWH r9Al24i9uXyCKhf0myk4i5/vnpB+A== X-QQ-GoodBg: 2 From: Jiawen Wu To: dev@dpdk.org Cc: Jiawen Wu Date: Thu, 25 Mar 2021 13:51:41 +0800 Message-Id: <20210325055141.629963-8-jiawenwu@trustnetic.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20210325055141.629963-1-jiawenwu@trustnetic.com> References: <20210325055141.629963-1-jiawenwu@trustnetic.com> MIME-Version: 1.0 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:trustnetic.com:qybgforeign:qybgforeign5 X-QQ-Bgrelay: 1 Subject: [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" 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.**