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 7A6FE42E98; Mon, 17 Jul 2023 10:28:41 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 69D62410D7; Mon, 17 Jul 2023 10:28:41 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id F204040698 for ; Mon, 17 Jul 2023 10:28:39 +0200 (CEST) Received: from [192.168.1.38] (unknown [188.170.87.158]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id BD3E850; Mon, 17 Jul 2023 11:28:37 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru BD3E850 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1689582519; bh=Onc6lXAUo1pRv3uzpauZ5LinGb5/9JV6XL9CpAbnDyM=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=rwWUj0iILPFbZRwuBvQ7gKjYsiVpeqvmm6CWrtSgetfIkQjDIj0PucI8bSeQQtvx8 1TBw1p8JqEMaXWP9BoubniCBc/sCZFQUJOZ74vfI3RsPfzrpiVDn46hcgUNunxCt21 VgkbN/jy8jiWoZJyMtWcP4wsjycC1lKhtYDze9U0= Message-ID: <97db40fa-ef99-072a-3d4e-0c286d90b344@oktetlabs.ru> Date: Mon, 17 Jul 2023 11:28:36 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH] doc: announce ethdev operation struct changes Content-Language: en-US To: =?UTF-8?Q?Morten_Br=c3=b8rup?= , Feifei Wang , dev@dpdk.org Cc: nd , Honnappa Nagarahalli , Ruifeng Wang , Konstantin Ananyev , Ferruh Yigit , thomas@monjalon.net References: <20230704081006.1202932-1-feifei.wang2@arm.com> <98CBD80474FA8B44BF855DF32C47DC35D87A68@smartserver.smartshare.dk> From: Andrew Rybchenko In-Reply-To: <98CBD80474FA8B44BF855DF32C47DC35D87A68@smartserver.smartshare.dk> 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 On 7/13/23 15:50, Morten Brørup wrote: >> From: Feifei Wang [mailto:Feifei.Wang2@arm.com] >> Sent: Thursday, 13 July 2023 04.37 >> >>> 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 >> >> Ping~ > > Acked-by: Morten Brørup > Acked-by: Andrew Rybchenko