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 C3E0DA0093; Tue, 3 May 2022 12:03:24 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2CCDF40C35; Tue, 3 May 2022 12:03:24 +0200 (CEST) Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by mails.dpdk.org (Postfix) with ESMTP id 0C9AD40691 for ; Tue, 3 May 2022 12:03:22 +0200 (CEST) Received: from kwepemi500012.china.huawei.com (unknown [172.30.72.55]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4KswWJ2n3szhYBr for ; Tue, 3 May 2022 18:02:52 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) 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; Tue, 3 May 2022 18:03:19 +0800 From: "Min Hu (Connor)" To: CC: "Min Hu (Connor)" Subject: [PATCH v3 0/5] bugfix for bonding Date: Tue, 3 May 2022 18:02:12 +0800 Message-ID: <20220503100217.46203-1-humin29@huawei.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20220324030036.4761-1-humin29@huawei.com> References: <20220324030036.4761-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: dggems702-chm.china.huawei.com (10.3.19.179) 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 Fix some bonding related bug for bonding PMD and testpmd. 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 Min Hu (Connor) (1): ethdev: fix dev state when stop --- v3: - fix comments - add a new patch to fix dev state. v2: - add two patches in net/bonding. - change port status of slave device in start_port - delete removing slave operation when close bond port 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 | 21 +++-- lib/ethdev/rte_ethdev.c | 3 +- 5 files changed, 138 insertions(+), 15 deletions(-) -- 2.33.0