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 DA81842DD1; Wed, 5 Jul 2023 13:33:05 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C6A3640ED8; Wed, 5 Jul 2023 13:33:05 +0200 (CEST) Received: from forward502b.mail.yandex.net (forward502b.mail.yandex.net [178.154.239.146]) by mails.dpdk.org (Postfix) with ESMTP id DE0864021F for ; Wed, 5 Jul 2023 13:33:04 +0200 (CEST) Received: from mail-nwsmtp-smtp-production-main-36.sas.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-36.sas.yp-c.yandex.net [IPv6:2a02:6b8:c08:a497:0:640:fcbf:0]) by forward502b.mail.yandex.net (Yandex) with ESMTP id 6A1DF5F308; Wed, 5 Jul 2023 14:33:03 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-36.sas.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id xWRNAq1WtKo0-YBUjRpIX; Wed, 05 Jul 2023 14:33:02 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1688556782; bh=pEv8IzxDLKy5YdEu/CyR/Psq7pcStme+EAQ/Vn4rOOU=; h=From:In-Reply-To:Cc:Date:References:To:Subject:Message-ID; b=IjDywE9wqdeeKsxEqWvo4bDm3EtEbUOv3WZO4+2LwFEORVGg6tucbgqrACvDovak2 eQQKzkiO3RDx+P0cF5zMEatmDWCcip6ZKmQ4Jmvt1dSdEo+NXmdFEslhJw4xQcHm4p wHhrGdbvu8tOXR+yTvl11hfyeE1A6QeJTMqU2i1Y= Authentication-Results: mail-nwsmtp-smtp-production-main-36.sas.yp-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: Date: Wed, 5 Jul 2023 12:32:57 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: [PATCH] doc: announce ethdev operation struct changes Content-Language: en-US To: Feifei Wang Cc: dev@dpdk.org, nd@arm.com, Honnappa.Nagarahalli@arm.com, Ruifeng Wang References: <20230704081006.1202932-1-feifei.wang2@arm.com> From: Konstantin Ananyev In-Reply-To: <20230704081006.1202932-1-feifei.wang2@arm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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 04/07/2023 09:10, Feifei Wang пишет: > 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, Acked-by: Konstantin Ananyev