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 D3DBFA034F; Mon, 30 Aug 2021 13:41:35 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 867564116D; Mon, 30 Aug 2021 13:41:35 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 98D264116B for ; Mon, 30 Aug 2021 13:41:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1630323693; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=UW3o2edFq9NcBCrzebRxaTfgKc2mLjM96v63zw1IeI0=; b=HMyO3+QrhnkXwKpW9GTxsaBa43MjFK2o/D0Pf+MdDQNUwkvir4Y4A8E5YD9XCMoDG/gaA5 Gsy+wGb8mrpcY9sWN0XKA9giMhZ7bE2hUnzPIlJOE/VduSAjAMeK+Ps4KflvHjk/YeN+52 IFljK4M+RGKtSBaxQCMgtCaAcVJfe2o= Received: from mail-lj1-f200.google.com (mail-lj1-f200.google.com [209.85.208.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-506-C6K7LySHMdiB84tApfC-uQ-1; Mon, 30 Aug 2021 07:41:31 -0400 X-MC-Unique: C6K7LySHMdiB84tApfC-uQ-1 Received: by mail-lj1-f200.google.com with SMTP id e10-20020a05651c04ca00b001c99c74e564so8433lji.11 for ; Mon, 30 Aug 2021 04:41:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=UW3o2edFq9NcBCrzebRxaTfgKc2mLjM96v63zw1IeI0=; b=fYpmoySYHS3P5lqH+O2XkZHbQD+9BLH11EEywsX2EnM+xmOV1atBEpcvPn1aEjXehP m275YINUeOwDSGcR79LSC3osJzv218Do27/s/6fO75n8S+15SEekEPV+JNWFoJL2DNvL +qhnAQg7jUMfMEKKsX3lH5dIO99eBjCKzQfsR8KJ8WxjgHU/XYqTMOZqHdERTkPzPPmL JsAk6eRVcqN/EgXDKpCelyLCn4r/UR+EBjMks6LGynEDbO2avUmbUofHoio6xIt6Fyxj u6iyrB9D6zwai8A/neOkOOAD6023Yc6TGtSXidmKnlFFahQeyLe5/u6HBpRB2evmk9bA xIPQ== X-Gm-Message-State: AOAM530beU9ZLRYk+VjNwRTojlyp2zNzL9MbwUH4tTPgUuwzG725fb4V K1Yq/8Bz30E5ohjVqds6TVwqQaj/+hzK6F2dzsQcJrGYW4Gq/w8kNZQhfPe2LDLr1FSZXZ00RW/ PyIU8UEYh2QP2uifv1BE= X-Received: by 2002:a2e:7d11:: with SMTP id y17mr20278887ljc.368.1630323689327; Mon, 30 Aug 2021 04:41:29 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxbJ6s+iuOm3xS3FdiJ8A20pHJ/NSQENo8RCMpeC3CJ8p/jUXp9nw6Gt5CjVXGYMXk1sbvyFkoO/IGhYgTAjdA= X-Received: by 2002:a2e:7d11:: with SMTP id y17mr20278875ljc.368.1630323689149; Mon, 30 Aug 2021 04:41:29 -0700 (PDT) MIME-Version: 1.0 References: <20210830031215.557238-1-robinx.zhang@intel.com> In-Reply-To: <20210830031215.557238-1-robinx.zhang@intel.com> From: David Marchand Date: Mon, 30 Aug 2021 13:41:17 +0200 Message-ID: To: Robin Zhang Cc: dev , Beilei Xing , "Burakov, Anatoly" , Jingjing Wu , Ray Kinsella , Qi Zhang , junfeng.guo@intel.com, SteveX Yang , Kevin Traynor Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH 0/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 Mon, Aug 30, 2021 at 5:25 AM Robin Zhang wrote: > > In DPDK 21.05, iavf already became the default VF for i40e devices. > So remove i40evf due to it's no need to maintain now. > > Robin Zhang (3): > net/i40e: remove i40evf > net/iavf: remove i40evf devargs option > doc: remove old deprecation notice for i40e Release notes must be updated. Are you leaving the PF support for servicing i40evf devices on purpose? Idem, driver-specific API wrt to VF is still present. -- David Marchand