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 455D1A00BE; Mon, 25 Apr 2022 08:49:31 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E3A6B41132; Mon, 25 Apr 2022 08:49:30 +0200 (CEST) Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by mails.dpdk.org (Postfix) with ESMTP id A7351410E6 for ; Mon, 25 Apr 2022 08:49:26 +0200 (CEST) Received: from kwepemi500012.china.huawei.com (unknown [172.30.72.55]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4KmwbX4KjFzhYgh; Mon, 25 Apr 2022 14:49:12 +0800 (CST) Received: from [10.67.103.128] (10.67.103.128) by kwepemi500012.china.huawei.com (7.221.188.12) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Mon, 25 Apr 2022 14:49:23 +0800 Subject: Re: [PATCH V2 0/4] bugfix for bonding From: "Min Hu (Connor)" To: CC: Huisong Li , References: <20211025063922.34066-1-humin29@huawei.com> <20220324030036.4761-1-humin29@huawei.com> Message-ID: Date: Mon, 25 Apr 2022 14:49:23 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.3.1 MIME-Version: 1.0 In-Reply-To: <20220324030036.4761-1-humin29@huawei.com> Content-Type: text/plain; charset="gbk"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.67.103.128] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To kwepemi500012.china.huawei.com (7.221.188.12) X-CFilter-Loop: Reflected X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Hi, Ferruh, what do you think of this patch? ÔÚ 2022/3/24 11:00, Min Hu (Connor) дµÀ: > From: Huisong Li > > Fix some bonding related bug for bonding PMD and testpmd. > > v2: > - add two patches in net/bonding. > - change port status of slave device in start_port > - delete removing slave operation when close bond port > > Huisong Li (4): > net/bonding: fix non-active slaves aren't stopped > net/bonding: fix non-terminable while loop > app/testpmd: fix port status of slave device > app/testpmd: fix slave device isn't released > > app/test-pmd/cmdline.c | 2 + > app/test-pmd/testpmd.c | 122 ++++++++++++++++++++++++- > app/test-pmd/testpmd.h | 5 +- > drivers/net/bonding/rte_eth_bond_pmd.c | 23 +++-- > 4 files changed, 137 insertions(+), 15 deletions(-) >