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 038CCA034D for ; Tue, 4 Jan 2022 03:50:13 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AD67D4003C; Tue, 4 Jan 2022 03:50:13 +0100 (CET) Received: from szxga03-in.huawei.com (szxga03-in.huawei.com [45.249.212.189]) by mails.dpdk.org (Postfix) with ESMTP id 620204003C for ; Tue, 4 Jan 2022 03:50:11 +0100 (CET) Received: from kwepemi500004.china.huawei.com (unknown [172.30.72.55]) by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4JScTy6Tgfz8wDc; Tue, 4 Jan 2022 10:47:34 +0800 (CST) Received: from kwepemm600004.china.huawei.com (7.193.23.242) by kwepemi500004.china.huawei.com (7.221.188.17) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Tue, 4 Jan 2022 10:50:08 +0800 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.2308.20; Tue, 4 Jan 2022 10:50:08 +0800 Message-ID: Date: Tue, 4 Jan 2022 10:50:07 +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/4] fix some bugs for hns3 To: Christian Ehrhardt CC: , References: <20211225105344.28355-1-lihuisong@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: dggems706-chm.china.huawei.com (10.3.19.183) 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/1/3 19:36, Christian Ehrhardt 写道: > On Sat, Dec 25, 2021 at 11:58 AM Huisong Li wrote: >> Backport a MAC related bugfix and multi-process bugfixes. > Hi, > thanks for these backports. Since those are functional changes/fixes > and given how late in the release cycle for 19.11.11 we are I'll > accept them, but not into 19.11.11. > These changes would force us to start another RC and test/validation > round which is not gonna happen. > Instead I'll queue them up for 19.11.12 right after 19.11.11 is > released (end of this week). > > I'll reply on your individual patches once they are queued ok, thanks. If these patches are merged to 19.11.12 without any conflict, do I need to send them again? > >> Huisong Li (4): >> net/hns3: fix residual MAC after setting default MAC >> net/hns3: fix secondary process reference count >> net/hns3: fix multi-process action register and unregister >> net/hns3: unregister MP action on close for secondary >> >> drivers/net/hns3/hns3_ethdev.c | 71 +++++++++++-------------------- >> drivers/net/hns3/hns3_ethdev.h | 1 - >> drivers/net/hns3/hns3_ethdev_vf.c | 14 ++++-- >> drivers/net/hns3/hns3_mp.c | 45 +++++++++++--------- >> drivers/net/hns3/hns3_mp.h | 9 +++- >> 5 files changed, 68 insertions(+), 72 deletions(-) >> >> -- >> 2.33.0 >> >