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 4FCBA42EBF for ; Thu, 20 Jul 2023 10:32:23 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 325E540E2D; Thu, 20 Jul 2023 10:32:23 +0200 (CEST) Received: from smtpbgsg1.qq.com (smtpbgsg1.qq.com [54.254.200.92]) by mails.dpdk.org (Postfix) with ESMTP id 0129840DF5 for ; Thu, 20 Jul 2023 10:32:20 +0200 (CEST) X-QQ-mid: Yeas43t1689841873t638t30667 Received: from 3DB253DBDE8942B29385B9DFB0B7E889 (jiawenwu@trustnetic.com [183.129.236.74]) X-QQ-SSF: 00400000000000F0FQF000000000000 From: =?utf-8?b?Smlhd2VuIFd1?= X-BIZMAIL-ID: 7262931085092160849 To: "'dpdk stable'" Cc: "'Ali Alnubani'" , "'Anatoly Burakov'" , "'Arkadiusz Kusztal'" , "'Ashish Gupta'" , "'Beilei Xing'" , "'Bernard Iremonger'" , "'Bruce Richardson'" , "'Ciara Power'" , "'Deepak Kumar Jain'" , "'Ferruh Yigit'" , "'Ferruh Yigit'" , "'Fiona Trahe'" , "'Jian Wang'" , "'Jie Hai'" , "'John Griffin'" , "'Song Jiale'" , "'Vikash Poddar'" , "'Wenzhuo Lu'" References: <20230714225111.1095683-1-luca.boccassi@gmail.com> In-Reply-To: <20230714225111.1095683-1-luca.boccassi@gmail.com> Subject: RE: please help backporting some patches to stable release 20.11.9 Date: Thu, 20 Jul 2023 16:31:12 +0800 Message-ID: <026901d9bae4$8acb0110$a0610330$@trustnetic.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQFZdz9EsMfmQpeeBmh4YiIb7F4kh7DC2fgg Content-Language: zh-cn X-QQ-SENDSIZE: 520 Feedback-ID: Yeas:trustnetic.com:qybglogicsvrgz:qybglogicsvrgz5a-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 > 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 2023/07/21. > > You can find the a temporary work-in-progress branch of the coming 20.11.9 > release at: > https://github.com/bluca/dpdk-stable > 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=d90e6ae6f936ecdc2fd3811ff9f26aec7f3c06eb > > 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. > > Luca Boccassi > > --- > 5e170dd8b6 Jiawen Wu net/txgbe: fix blocking system events Please drop this patch in stable 20.11.9, thanks.