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 D14E8A0524 for ; Sat, 20 Feb 2021 07:49:20 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9F73E4003C; Sat, 20 Feb 2021 07:49:20 +0100 (CET) Received: from szxga07-in.huawei.com (szxga07-in.huawei.com [45.249.212.35]) by mails.dpdk.org (Postfix) with ESMTP id BD79F4003C for ; Sat, 20 Feb 2021 07:49:19 +0100 (CET) Received: from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4DjJss1Xw4z7mkp for ; Sat, 20 Feb 2021 14:47:45 +0800 (CST) Received: from [10.66.74.184] (10.66.74.184) by DGGEMS414-HUB.china.huawei.com (10.3.19.214) with Microsoft SMTP Server id 14.3.498.0; Sat, 20 Feb 2021 14:49:14 +0800 To: dpdk stable , References: <20210209103903.467789-1-luca.boccassi@gmail.com> <20210209103924.468111-1-luca.boccassi@gmail.com> From: Huisong Li Message-ID: <95ca3515-0f34-9c9f-d320-743370ec6c77@huawei.com> Date: Sat, 20 Feb 2021 14:49:14 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1 MIME-Version: 1.0 In-Reply-To: <20210209103924.468111-1-luca.boccassi@gmail.com> Content-Type: text/plain; charset="gbk"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.66.74.184] X-CFilter-Loop: Reflected Subject: Re: [dpdk-stable] please help backporting some patches to stable release 20.11.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 Sender: "stable" Hi, Luca Boccassi We are celebrating the Spring Festival. Apologies for the delayed reply. Two pacthes of hns3 PMD have been sent. Please check. Thanks Huisong ÔÚ 2021/2/9 18:39, luca.boccassi@gmail.com дµÀ: > Hi commit authors (and maintainers), > > 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 02/16/21. > > > 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 > > --- > c27e64ee3e Chengchang Tang net/hns3: fix stats flip overflow > 7f2a320df9 Huisong Li net/hns3: fix query order of link status and link info > 00984de533 Viacheslav Ovsiienko net/mlx5: fix Tx queue size created with DevX > .