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 C5EB4A0548; Fri, 24 Sep 2021 18:56:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5651F41305; Fri, 24 Sep 2021 18:56:54 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 5B160412F8 for ; Fri, 24 Sep 2021 18:56:52 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10117"; a="309672764" X-IronPort-AV: E=Sophos;i="5.85,320,1624345200"; d="scan'208";a="309672764" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Sep 2021 09:56:47 -0700 X-IronPort-AV: E=Sophos;i="5.85,320,1624345200"; d="scan'208";a="516092332" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.8.43]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 24 Sep 2021 09:56:45 -0700 Date: Fri, 24 Sep 2021 17:56:42 +0100 From: Bruce Richardson To: Conor Walsh Cc: fengchengwen@huawei.com, jerinj@marvell.com, kevin.laatz@intel.com, dev@dpdk.org Message-ID: References: <20210827172550.1522362-1-conor.walsh@intel.com> <20210924143335.1092300-1-conor.walsh@intel.com> <20210924143335.1092300-13-conor.walsh@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210924143335.1092300-13-conor.walsh@intel.com> Subject: Re: [dpdk-dev] [PATCH v5 12/12] raw/ioat: deprecate ioat rawdev driver 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 Fri, Sep 24, 2021 at 02:33:35PM +0000, Conor Walsh wrote: > Deprecate the rawdev IOAT driver as both IOAT and IDXD drivers have > moved to dmadev. > > Signed-off-by: Conor Walsh > --- This probably needs a release note entry for it too. With such a RN addition, feel free to add my acked-by. > MAINTAINERS | 2 +- > doc/guides/rawdevs/ioat.rst | 4 ++++ > 2 files changed, 5 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index ccabba9169..a4bcd2d024 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1322,7 +1322,7 @@ T: git://dpdk.org/next/dpdk-next-net-intel > F: drivers/raw/ifpga/ > F: doc/guides/rawdevs/ifpga.rst > > -IOAT Rawdev > +IOAT Rawdev - DEPRECATED > M: Bruce Richardson > F: drivers/raw/ioat/ > F: doc/guides/rawdevs/ioat.rst > diff --git a/doc/guides/rawdevs/ioat.rst b/doc/guides/rawdevs/ioat.rst > index a65530bd30..98d15dd032 100644 > --- a/doc/guides/rawdevs/ioat.rst > +++ b/doc/guides/rawdevs/ioat.rst > @@ -6,6 +6,10 @@ > IOAT Rawdev Driver > =================== > > +.. warning:: > + As of DPDK 21.11 the rawdev implementation of the IOAT driver has been deprecated. > + Please use the dmadev library instead. > + > The ``ioat`` rawdev driver provides a poll-mode driver (PMD) for Intel\ |reg| > Data Streaming Accelerator `(Intel DSA) > `_ and for Intel\ |reg| > -- > 2.25.1 >