From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by smtp.lore.kernel.org (Postfix) with ESMTP id E18B4C433EF for ; Thu, 24 Mar 2022 03:01:22 +0000 (UTC) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3759C41151; Thu, 24 Mar 2022 04:01:21 +0100 (CET) Received: from szxga03-in.huawei.com (szxga03-in.huawei.com [45.249.212.189]) by mails.dpdk.org (Postfix) with ESMTP id 0B505410FC for ; Thu, 24 Mar 2022 04:01:19 +0100 (CET) Received: from dggeme756-chm.china.huawei.com (unknown [172.30.72.57]) by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4KP8ym3QztzBrjJ for ; Thu, 24 Mar 2022 10:57:20 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by dggeme756-chm.china.huawei.com (10.3.19.102) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.21; Thu, 24 Mar 2022 11:01:16 +0800 From: "Min Hu (Connor)" To: CC: Huisong Li Subject: [PATCH V2 0/4] bugfix for bonding Date: Thu, 24 Mar 2022 11:00:32 +0800 Message-ID: <20220324030036.4761-1-humin29@huawei.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20211025063922.34066-1-humin29@huawei.com> References: <20211025063922.34066-1-humin29@huawei.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [10.69.192.56] X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To dggeme756-chm.china.huawei.com (10.3.19.102) 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 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(-) -- 2.33.0