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 X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E5267C3A59F for ; Sat, 31 Aug 2019 09:03:26 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 90E1F23697 for ; Sat, 31 Aug 2019 09:03:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 90E1F23697 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=huawei.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4AD6E1EAB9; Sat, 31 Aug 2019 11:03:25 +0200 (CEST) Received: from huawei.com (szxga06-in.huawei.com [45.249.212.32]) by dpdk.org (Postfix) with ESMTP id 656EB1C0D5 for ; Sat, 31 Aug 2019 11:03:23 +0200 (CEST) Received: from DGGEMS404-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id F0EFF9939C9604176D70; Sat, 31 Aug 2019 17:03:20 +0800 (CST) Received: from [127.0.0.1] (10.57.115.182) by DGGEMS404-HUB.china.huawei.com (10.3.19.204) with Microsoft SMTP Server id 14.3.439.0; Sat, 31 Aug 2019 17:03:10 +0800 To: Ferruh Yigit , References: <1566568031-45991-1-git-send-email-xavier.huwei@huawei.com> <1566568031-45991-15-git-send-email-xavier.huwei@huawei.com> <10900af2-2c5b-5067-e359-d41c2344e519@intel.com> CC: , , , From: "Wei Hu (Xavier)" Message-ID: <1c1298f8-88f9-e8f5-b1a5-d41b2be605b2@huawei.com> Date: Sat, 31 Aug 2019 17:03:10 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <10900af2-2c5b-5067-e359-d41c2344e519@intel.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.57.115.182] X-CFilter-Loop: Reflected Subject: Re: [dpdk-dev] [PATCH 14/22] net/hns3: add support for hns3 VF PMD driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 2019/8/30 23:11, Ferruh Yigit wrote: > On 8/23/2019 2:47 PM, Wei Hu (Xavier) wrote: >> This patch adds support for hns3 VF PMD driver. >> >> In current version, we only support VF device is bound to vfio_pci or >> igb_uio and then taken over by DPDK when PF device is taken over by kernel >> mode hns3 ethdev driver, VF is not supported when PF devcie is taken over >> by DPDK. > I think better to say 'when PF is driven by DPDK driver' than 'when PF device is > taken over by DPDK'. > > Can you please this (VF only supported when PF is driver by kernel) in your > documentation please? > And perhaps VF driver support in feature list to highlight it... Hi, Ferruh Yigit We will fix it in patch V2. Thanks! Regards Xavier >> Signed-off-by: Wei Hu (Xavier) >> Signed-off-by: Chunsong Feng >> Signed-off-by: Min Hu (Connor) >> Signed-off-by: Hao Chen >> Signed-off-by: Huisong Li > > >