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 2817FA00C2 for ; Tue, 6 Dec 2022 07:54:32 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0925C40151; Tue, 6 Dec 2022 07:54:32 +0100 (CET) Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by mails.dpdk.org (Postfix) with ESMTP id 8EB964014F for ; Tue, 6 Dec 2022 07:54:30 +0100 (CET) Received: from kwepemm600004.china.huawei.com (unknown [172.30.72.55]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4NR9yy6r00znV0S; Tue, 6 Dec 2022 14:50:18 +0800 (CST) Received: from [10.67.103.231] (10.67.103.231) by kwepemm600004.china.huawei.com (7.193.23.242) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Tue, 6 Dec 2022 14:54:27 +0800 Message-ID: <093eab56-32cc-9373-9db8-8a5fd8e88dc0@huawei.com> Date: Tue, 6 Dec 2022 14:54:26 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0 Subject: Re: [PATCH 19.11 0/2] backport two patches for bonding and hns3 driver To: Christian Ehrhardt CC: , , , References: <20221201060826.55104-1-lihuisong@huawei.com> <4452e8de-db14-af1d-20a3-ca2e044089d1@huawei.com> From: "lihuisong (C)" In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.67.103.231] X-ClientProxiedBy: dggems704-chm.china.huawei.com (10.3.19.181) To kwepemm600004.china.huawei.com (7.193.23.242) X-CFilter-Loop: Reflected 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 在 2022/12/6 14:43, Christian Ehrhardt 写道: > On Tue, Dec 6, 2022 at 2:27 AM lihuisong (C) wrote: >> >> 在 2022/12/5 14:55, Christian Ehrhardt 写道: >>> On Thu, Dec 1, 2022 at 7:08 AM Huisong Li wrote: >>>> Fix slave device Rx/Tx offload configuration for bonding driver and delete >>>> unused markup for hns3 driver. >>>> >>>> Huisong Li (2): >>>> net/bonding: fix slave device Rx/Tx offload configuration >>>> net/hns3: delete unused markup >>> Hi Huisong, >>> unfortunately your backports arrived after -rc1 was tagged and I' not >>> like to reset testing for everyone. >> Sorry for my late backports. >>> I'll keep them open - if anything else is severe enough to reset to an >>> -rc2 anyway I'll happily apply them. >> I thought there would be -rc2 later. Does the -rc version of LTS run >> like this? > Yeah, they are meant to be stable after all :-) > We'd hope (but not always succeed) that all backports are fine on the first try. > > We usually try to only have -rc1 which becomes the release if passing > verification without regressions to the older version. > > Any patches arriving late are always welcome and queued for either the > next LTS release or at the next -rc if verification results trigger > the need for that. > > And in addition the fact that this was meant to be the last normal > 19.11.x LTS makes this a special case. Got it. Thanks. > >>> Otherwise I'll queue them for when there is another release, >>> but honestly that isn't sure as 19.11.14 was meant to be the last >>> normal stable release of the 19.11.x series. >> Follow your plan. Thanks, Christian.😁 >>>> drivers/net/bonding/rte_eth_bond_pmd.c | 11 ++++------- >>>> drivers/net/hns3/hns3_stats.c | 23 ++++++----------------- >>>> 2 files changed, 10 insertions(+), 24 deletions(-) >>>> >>>> -- >>>> 2.33.0 >>>> > >