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 E8A07A0553; Sat, 11 Jun 2022 09:42:49 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9111F40222; Sat, 11 Jun 2022 09:42:49 +0200 (CEST) Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by mails.dpdk.org (Postfix) with ESMTP id 66BCD40041; Sat, 11 Jun 2022 09:42:48 +0200 (CEST) Received: from kwepemi500017.china.huawei.com (unknown [172.30.72.56]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4LKqWR4Q7FzgYF0; Sat, 11 Jun 2022 15:40:51 +0800 (CST) Received: from localhost.localdomain (10.28.79.22) by kwepemi500017.china.huawei.com (7.221.188.110) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Sat, 11 Jun 2022 15:42:44 +0800 From: Dongdong Liu To: CC: , Dongdong Liu Subject: [PATCH 0/2] net/hns3: support backplane media type Date: Sat, 11 Jun 2022 15:42:25 +0800 Message-ID: <20220611074227.30276-1-liudongdong3@huawei.com> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [10.28.79.22] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To kwepemi500017.china.huawei.com (7.221.188.110) 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 This patchset include two patches: 1. net/hns3: fix fail to obtain VF LSC capability. 2. net/hns3: support backplane media type. Chengwen Feng (1): net/hns3: support backplane media type Huisong Li (1): net/hns3: fix fail to obtain VF LSC capability drivers/net/hns3/hns3_ethdev.c | 54 +++++++++++++++++-------------- drivers/net/hns3/hns3_ethdev_vf.c | 8 +++++ 2 files changed, 38 insertions(+), 24 deletions(-) -- 2.22.0