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 09D6243E42 for ; Thu, 11 Apr 2024 10:54:53 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D96B4402A8; Thu, 11 Apr 2024 10:54:52 +0200 (CEST) Received: from szxga03-in.huawei.com (szxga03-in.huawei.com [45.249.212.189]) by mails.dpdk.org (Postfix) with ESMTP id 374F340268 for ; Thu, 11 Apr 2024 10:54:51 +0200 (CEST) Received: from mail.maildlp.com (unknown [172.19.163.48]) by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4VFYNw09XhzFqY4; Thu, 11 Apr 2024 16:52:32 +0800 (CST) Received: from kwepemf500004.china.huawei.com (unknown [7.202.181.242]) by mail.maildlp.com (Postfix) with ESMTPS id 1240918006B; Thu, 11 Apr 2024 16:54:49 +0800 (CST) Received: from localhost.localdomain (10.67.165.2) by kwepemf500004.china.huawei.com (7.202.181.242) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.4; Thu, 11 Apr 2024 16:54:48 +0800 From: Jie Hai To: , CC: , , , Subject: [PATCH 21.11 0/2] backport some patches to stable release 21.11.7 Date: Thu, 11 Apr 2024 16:49:52 +0800 Message-ID: <20240411084954.2251434-1-haijie1@huawei.com> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [10.67.165.2] X-ClientProxiedBy: dggems701-chm.china.huawei.com (10.3.19.178) To kwepemf500004.china.huawei.com (7.202.181.242) 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 Backport some patches to stable release 21.11.7 Jie Hai (2): net/axgbe: fix Rx and Tx queue state net/nfp: fix Rx and Tx queue state drivers/net/axgbe/axgbe_ethdev.c | 6 ++++++ drivers/net/axgbe/axgbe_rxtx.c | 2 ++ drivers/net/nfp/nfp_ethdev.c | 6 ++++++ drivers/net/nfp/nfp_ethdev_vf.c | 6 ++++++ 4 files changed, 20 insertions(+) -- 2.30.0