From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id D49E4A04A4; Tue, 26 May 2020 16:44:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9F7801D5E6; Tue, 26 May 2020 16:44:47 +0200 (CEST) Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by dpdk.org (Postfix) with ESMTP id 9AE4A1D5E1 for ; Tue, 26 May 2020 16:44:45 +0200 (CEST) Received: by mail-wm1-f65.google.com with SMTP id f5so3471489wmh.2 for ; Tue, 26 May 2020 07:44:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=Km4RlWwFqsC04hsfunV3Lbyw8Vah7gYVJ6KpH2PmUm0=; b=J7qfOLjQvVYX0ZaiUefR/WCc56Q4EbmZeQjC4P1yVE3E1ur3odF1IUsHEuNZ3mXXPw Unmjy+Az2VkQsz5+QvQMFq1m/dZrcF4DIcvehRIxqfdZzSz6c/zydNcfWLEgIxxYwWwq IF0np7DASxCyKRQuJY7b+C26KO1O57HiUEyR2Z+G30AKfY/ZwRe50zWstV2TbkXAoT/W Xoy7ynqXQMeH1qNt5i9usUD1ZdiiR0DBC3ilaRgtu6VgHsCE42rBXlASZ5NUJ7WWCdpi VJrMm9NekEYxTlMkcSFIWUUHQK2iF8k+549VD9ep5epY05EAbeNdKe1qP+HsAYpzDFe8 SVQw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=Km4RlWwFqsC04hsfunV3Lbyw8Vah7gYVJ6KpH2PmUm0=; b=ZRiX7PjPTzY9qWZA48ceWZKktF95t1ukMDrxJuZr6ruEEkk36He4LPdzDcQtCeJsaF Vqmep0D1I0Ao5nu8ZnxXrBDNMX9Ev5dUHEP+e27UqKQWc+xH1lszDg4iZMUhenMxaALu 92zXE0zhXlx5+3qDTlwlxirhITCbwPeYTgZNghVJ34OI48uXY7ASIdOxqIUa0wCCSRjX THvBQkzhG6FsHAnZ4rUpsV7al2hy4kVMfGgvJ2ES1qUG8XimXyuXWsq+bm217kP/B6L2 4/Rird3cCfJT21CP/3f1mlsPoOIsHz+TFXj7I1YwV3GbWXmllYDJqakc/HIFaE9tzwnc KCHw== X-Gm-Message-State: AOAM5334JnxPBacoa0yOaMHJZdp0kpqLTYXMsMvLdVPZccfs1mf5W65G uFiF8EHhhPolDQ6kxkxW8cN1xA== X-Google-Smtp-Source: ABdhPJzj0/3JH8RHE+1sJZu9JWwuOiVlKBKAIA+rxb6IDsglM1dXH3MLITz+IDogEM2q3sPnYfX+og== X-Received: by 2002:a1c:4b02:: with SMTP id y2mr1612484wma.115.1590504285338; Tue, 26 May 2020 07:44:45 -0700 (PDT) Received: from 6wind.com (2a01cb0c0005a600345636f7e65ed1a0.ipv6.abo.wanadoo.fr. [2a01:cb0c:5:a600:3456:36f7:e65e:d1a0]) by smtp.gmail.com with ESMTPSA id f123sm21729117wmf.44.2020.05.26.07.44.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 May 2020 07:44:44 -0700 (PDT) Date: Tue, 26 May 2020 16:44:44 +0200 From: Olivier Matz To: Maxime Coquelin Cc: jerinj@marvell.com, dev@dpdk.org, Ray Kinsella , Neil Horman , John McNamara , Marko Kovacevic , thomas@monjalon.net, david.marchand@redhat.com Message-ID: <20200526144444.GC2554@platinum> References: <20200525054606.4187060-1-jerinj@marvell.com> <20200525081541.45651-1-jerinj@marvell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [dpdk-dev] [PATCH v3] doc: announce the removal of RTE_KDRV_NONE based probe 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 Mon, May 25, 2020 at 10:20:29AM +0200, Maxime Coquelin wrote: > > > On 5/25/20 10:15 AM, jerinj@marvell.com wrote: > > From: Jerin Jacob > > > > In order to optimize the DPDK PCI enumeration management, RTE_KDRV_NONE > > based device driver probing will be removed in v20.08. > > The legacy virtio is the only consumer of RTE_KDRV_NONE based > > device driver probe scheme. > > The legacy virtio support will be available through existing VFIO/UIO > > based kernel driver scheme. > > More details at http://patches.dpdk.org/patch/69351/ > > > > Cc: maxime.coquelin@redhat.com > > Cc: david.marchand@redhat.com > > Signed-off-by: Jerin Jacob > > --- > > doc/guides/rel_notes/deprecation.rst | 8 ++++++++ > > 1 file changed, 8 insertions(+) > > > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > > index 2d11bae93..c7fb368ff 100644 > > --- a/doc/guides/rel_notes/deprecation.rst > > +++ b/doc/guides/rel_notes/deprecation.rst > > @@ -132,3 +132,11 @@ Deprecation Notices > > Python 2 support will be completely removed in 20.11. > > In 20.08, explicit deprecation warnings will be displayed when running > > scripts with Python 2. > > + > > +* pci: Remove ``RTE_KDRV_NONE`` based device driver probing. > > + In order to optimize the DPDK PCI enumeration management, ``RTE_KDRV_NONE`` > > + based device driver probing will be removed in v20.08. > > + The legacy virtio is the only consumer of ``RTE_KDRV_NONE`` based device > > + driver probe scheme. The legacy virtio support will be available through > > + the existing VFIO/UIO based kernel driver scheme. > > + More details at http://patches.dpdk.org/patch/69351/ > > > > Acked-by: Maxime Coquelin Acked-by: Olivier Matz