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=-16.1 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,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 86462C432BE for ; Wed, 1 Sep 2021 11:13:53 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id 0729660F4B for ; Wed, 1 Sep 2021 11:13:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 0729660F4B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ashroe.eu Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 749784114B; Wed, 1 Sep 2021 13:13:52 +0200 (CEST) Received: from mail-108-mta82.mxroute.com (mail-108-mta82.mxroute.com [136.175.108.82]) by mails.dpdk.org (Postfix) with ESMTP id 638A940698 for ; Wed, 1 Sep 2021 13:13:50 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta82.mxroute.com (ZoneMTA) with ESMTPSA id 17ba1109b3d00074ba.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Wed, 01 Sep 2021 11:13:45 +0000 X-Zone-Loop: 3df5ddbe805bf64cfcc2f571fd4dec7501c9c3e0a413 X-Originating-IP: [149.28.56.236] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date: Message-ID:From:References:Cc:To:Subject:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=Xq8+wEDxHUc4fAK1UDHeyUygPP4e1+Cqn4chbIkt6Zs=; b=P5w1DgZaIdF/5CA6elkogPWQMC 1dTMKc8zYkQPPawJkStbpppz5sOqDpIHd7I5b6XfhQukwvasdEirRixueKi9+6xSCW63+iTYPrcJx knuYUkiTADVamJ++iIXSBpjrHQaYBkSVn8pqgjEoSnvgVdwm+PX5upRhDUs2h7iBs1+YiZcpDKCPG LB06LqFk8swFFzEj9NlpwfRIuIHEl6+IUOUGepOzRbgxJtvM6aPDqFrkKcqKBSP/ETvmCkLuVuuxp muLz7O6B5O6ybJ7wqBG8nGskJP0Sr1ylAjeG5k8tX683blZ64ySf/5W/7GJRoOd/cshh/RZ7hQByh 5LuT4mQA==; To: Robin Zhang , dev@dpdk.org Cc: beilei.xing@intel.com, anatoly.burakov@intel.com, jingjing.wu@intel.com, qi.z.zhang@intel.com, junfeng.guo@intel.com, stevex.yang@intel.com, david.marchand@redhat.com, ktraynor@redhat.com References: <20210830031215.557238-1-robinx.zhang@intel.com> <20210901033059.767679-1-robinx.zhang@intel.com> <20210901033059.767679-2-robinx.zhang@intel.com> From: "Kinsella, Ray" Message-ID: <66b30e96-3b59-0934-630c-2130b77ab867@ashroe.eu> Date: Wed, 1 Sep 2021 12:13:41 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20210901033059.767679-2-robinx.zhang@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-AuthUser: mdr@ashroe.eu Subject: Re: [dpdk-dev] [PATCH v2 1/3] net/i40e: remove i40evf 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 Sender: "dev" On 01/09/2021 04:30, Robin Zhang wrote: > The default VF driver for Intel 700 Series Ethernet Controller already > switch to iavf in DPDK 21.05. And i40evf is no need to maintain now, > so remove i40evf related code. > > Signed-off-by: Robin Zhang > --- > drivers/net/i40e/i40e_ethdev.h | 1 - > drivers/net/i40e/i40e_ethdev_vf.c | 3015 ----------------------------- > drivers/net/i40e/meson.build | 1 - > drivers/net/i40e/rte_pmd_i40e.c | 9 +- > 4 files changed, 3 insertions(+), 3023 deletions(-) > delete mode 100644 drivers/net/i40e/i40e_ethdev_vf.c > Acked-by: Ray Kinsella