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 76D8CA0093 for ; Fri, 17 Jun 2022 09:13:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 70D8040698; Fri, 17 Jun 2022 09:13:02 +0200 (CEST) Received: from smtpbguseast1.qq.com. (smtpbguseast1.qq.com [54.204.34.129]) by mails.dpdk.org (Postfix) with ESMTP id 0BBED40698 for ; Fri, 17 Jun 2022 09:13:00 +0200 (CEST) X-QQ-mid: bizesmtp71t1655449969tlsc6cqk Received: from lapjiawenwu ( [183.129.236.74]) by bizesmtp.qq.com (ESMTP) with id ; Fri, 17 Jun 2022 15:12:48 +0800 (CST) X-QQ-SSF: 01400000000000F0P000B00A0000000 X-QQ-FEAT: ALI+OuUAduz25o4WNAR8eWgtxNqnagnn+j/VjOYCGA6eiwqxKkuOx+XF4YaSy T4yj51wyHlte6MhfWnIRhafaNTSuuV0UPxakpvkgKezwsSi238DZ599RuqON1wZvbP9x51w Y7pOzftgwY+pEtPrWb4FEJPrc4ovxeC0jgSWsj41WVhJNfU40WIfKMcRRVOZh9RYIy5Lr7c ezOC0eyiCXztU0FvdxJYj3pHhMwu6RuTk8ikEmOW1RneOejHGoSg9Qe7ne6DLperBv+gAdo EjkcICfj3zOygT7q3KkCPSNJ+YaHn40s1+9TX1Lv4Wgkr5GKYlxW1wMP5/YDv9z54Fpq1Bt xOSjbHKBSDRVtA8owuigqNOoSC46g== X-QQ-GoodBg: 2 From: "Jiawen Wu" To: "'dpdk stable'" Cc: "'Xueming Li'" References: <20220616134733.2042354-1-xuemingl@nvidia.com> In-Reply-To: <20220616134733.2042354-1-xuemingl@nvidia.com> Subject: RE: please help backporting some patches to stable release 20.11.6 Date: Fri, 17 Jun 2022 15:12:46 +0800 Message-ID: <003101d88219$a6e68c70$f4b3a550$@trustnetic.com>+546EE5E790B00FBC MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQHeCcw/kvS17I/yVuAvQmznMkTIDK1IHS7Q Content-Language: zh-cn X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:trustnetic.com:qybgforeign:qybgforeign3 X-QQ-Bgrelay: 1 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org On Thursday, June 16, 2022 9:48 PM, Xueming Li wrote: > Hi commit authors (and maintainers), > > Despite being selected by the DPDK maintenance > tool ./devtools/git-log-fixes.sh I didn't apply following commits from DPDK main > to 20.11 stable branch, as conflicts or build errors occur. > > Can authors check your patches in the following list and either: > - Backport your patches to the 20.11 branch, or > - Indicate that the patch should not be backported > > Please do either of the above by 06/30/22. > > You can find the a temporary work-in-progress branch of the coming 20.11.6 > release at: > https://github.com/steevenlee/dpdk > It is recommended to backport on top of that to minimize further conflicts or > misunderstandings. > > Some notes on stable backports: > > A backport should contain a reference to the DPDK main branch commit in it's > commit message in the following fashion: > [ upstream commit ] > > For example: > > https://git.dpdk.org/dpdk-stable/commit/?h=18.11&id=d90e6ae6f936ecdc2fd3 > 811ff9f26aec7f3c06eb > > When sending the backported patch, please indicate the target branch in the > subject line, as we have multiple branches, for example: > [PATCH 20.11] foo/bar: fix baz > > With git format-patch, this can be achieved by appending the parameter: > --subject-prefix='PATCH 20.11' > > Send the backported patch to "stable@dpdk.org" but not "dev@dpdk.org". > > FYI, branch 20.11 is located at tree: > https://git.dpdk.org/dpdk-stable > > Thanks. > > Xueming Li > > --- > 6a925602a9 Jiawen Wu net/txgbe: fix SGMII mode to link up I prefer not to backport this patch to 20.11. It should be fixed after commit f611dada1af8 ("net/txgbe: update link setup process of backplane NICs"), add backport to 21.11.