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 38FEE42E5F; Thu, 13 Jul 2023 14:51:07 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BB6D140DDB; Thu, 13 Jul 2023 14:51:06 +0200 (CEST) Received: from dkmailrelay1.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id 2446440DDA for ; Thu, 13 Jul 2023 14:51:06 +0200 (CEST) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesys.local [192.168.4.10]) by dkmailrelay1.smartsharesystems.com (Postfix) with ESMTP id D548B205EE; Thu, 13 Jul 2023 14:50:55 +0200 (CEST) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: [PATCH] doc: announce ethdev operation struct changes Date: Thu, 13 Jul 2023 14:50:49 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35D87A68@smartserver.smartshare.dk> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH] doc: announce ethdev operation struct changes Thread-Index: AQHZrk7+YdFcGOlznkOn0UqKTFzR/K+pQcfAgA3HBOCAAKu7cA== References: <20230704081006.1202932-1-feifei.wang2@arm.com> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Feifei Wang" , Cc: "nd" , "Honnappa Nagarahalli" , "Ruifeng Wang" , "Konstantin Ananyev" , "Ferruh Yigit" , , "Andrew Rybchenko" , "nd" , "nd" 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 > From: Feifei Wang [mailto:Feifei.Wang2@arm.com] > Sent: Thursday, 13 July 2023 04.37 >=20 > > From: Feifei Wang > > Sent: Tuesday, July 4, 2023 4:17 PM > > > > > From: Feifei Wang > > > Sent: Tuesday, July 4, 2023 4:10 PM > > > > > > To support mbufs recycle mode, announce the coming ABI changes = from > > > DPDK 23.11. > > > > > > Signed-off-by: Feifei Wang > > > Reviewed-by: Ruifeng Wang > > > --- > > > doc/guides/rel_notes/deprecation.rst | 4 ++++ > > > 1 file changed, 4 insertions(+) > > > > > > diff --git a/doc/guides/rel_notes/deprecation.rst > > > b/doc/guides/rel_notes/deprecation.rst > > > index 66431789b0..c7e1ffafb2 100644 > > > --- a/doc/guides/rel_notes/deprecation.rst > > > +++ b/doc/guides/rel_notes/deprecation.rst > > > @@ -118,6 +118,10 @@ Deprecation Notices > > > The legacy actions should be removed > > > once ``MODIFY_FIELD`` alternative is implemented in drivers. > > > > > > +* ethdev: The Ethernet device data structure ``struct = rte_eth_dev`` > > > +and > > > + the fast-path ethdev flat array ``struct rte_eth_fp_ops`` will = be > > > +updated > > > + with new fields to support mbufs recycle mode from DPDK 23.11. > > > + > > > * cryptodev: The function ``rte_cryptodev_cb_fn`` will be updated > > > to have another parameter ``qp_id`` to return the queue pair ID > > > which got error interrupt to the application, > > > -- > > > 2.25.1 >=20 > Ping~ Acked-by: Morten Br=F8rup