DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: deprecate rx_descriptor_done API
@ 2020-02-26 15:01 Ferruh Yigit
  2020-02-26 16:35 ` Jerin Jacob
  0 siblings, 1 reply; 6+ messages in thread
From: Ferruh Yigit @ 2020-02-26 15:01 UTC (permalink / raw)
  To: Neil Horman, John McNamara, Marko Kovacevic
  Cc: dev, Ferruh Yigit, Andrew Rybchenko, Thomas Monjalon, Olivier Matz

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
Cc: Andrew Rybchenko <arybchenko@solarflare.com>
Cc: Thomas Monjalon <thomas@monjalon.net>
Cc: Olivier Matz <olivier.matz@6wind.com>
---
 doc/guides/rel_notes/deprecation.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 1339f54f5..9d68de0f6 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -93,6 +93,11 @@ Deprecation Notices
   In 19.11 PMDs will still update the field even when the offload is not
   enabled.
 
+* ethdev: ``rx_descriptor_done`` dev_ops and ``rte_eth_rx_descriptor_done``
+  will be deprecated in 20.11 and will be removed in 21.11.
+  Existing ``rte_eth_rx_descriptor_status`` and ``rte_eth_tx_descriptor_status``
+  APIs can be used as replacement.
+
 * cryptodev: support for using IV with all sizes is added, J0 still can
   be used but only when IV length in following structs ``rte_crypto_auth_xform``,
   ``rte_crypto_aead_xform`` is set to zero. When IV length is greater or equal
-- 
2.24.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: deprecate rx_descriptor_done API
  2020-02-26 15:01 [dpdk-dev] [PATCH] doc: deprecate rx_descriptor_done API Ferruh Yigit
@ 2020-02-26 16:35 ` Jerin Jacob
  2020-02-26 16:53   ` Thomas Monjalon
  0 siblings, 1 reply; 6+ messages in thread
From: Jerin Jacob @ 2020-02-26 16:35 UTC (permalink / raw)
  To: Ferruh Yigit
  Cc: Neil Horman, John McNamara, Marko Kovacevic, dpdk-dev,
	Andrew Rybchenko, Thomas Monjalon, Olivier Matz

On Wed, Feb 26, 2020 at 8:31 PM Ferruh Yigit <ferruh.yigit@intel.com> wrote:
>
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
> ---
> Cc: Andrew Rybchenko <arybchenko@solarflare.com>
> Cc: Thomas Monjalon <thomas@monjalon.net>
> Cc: Olivier Matz <olivier.matz@6wind.com>
> ---

Acked-by: Jerin Jacob <jerinj@marvell.com>


>  doc/guides/rel_notes/deprecation.rst | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> index 1339f54f5..9d68de0f6 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -93,6 +93,11 @@ Deprecation Notices
>    In 19.11 PMDs will still update the field even when the offload is not
>    enabled.
>
> +* ethdev: ``rx_descriptor_done`` dev_ops and ``rte_eth_rx_descriptor_done``
> +  will be deprecated in 20.11 and will be removed in 21.11.
> +  Existing ``rte_eth_rx_descriptor_status`` and ``rte_eth_tx_descriptor_status``
> +  APIs can be used as replacement.
> +
>  * cryptodev: support for using IV with all sizes is added, J0 still can
>    be used but only when IV length in following structs ``rte_crypto_auth_xform``,
>    ``rte_crypto_aead_xform`` is set to zero. When IV length is greater or equal
> --
> 2.24.1
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: deprecate rx_descriptor_done API
  2020-02-26 16:35 ` Jerin Jacob
@ 2020-02-26 16:53   ` Thomas Monjalon
  2020-02-28 10:55     ` Andrew Rybchenko
  2020-03-13  8:07     ` David Marchand
  0 siblings, 2 replies; 6+ messages in thread
From: Thomas Monjalon @ 2020-02-26 16:53 UTC (permalink / raw)
  To: Ferruh Yigit
  Cc: Jerin Jacob, Neil Horman, John McNamara, Marko Kovacevic,
	dpdk-dev, Andrew Rybchenko, Olivier Matz

26/02/2020 17:35, Jerin Jacob:
> On Wed, Feb 26, 2020 at 8:31 PM Ferruh Yigit <ferruh.yigit@intel.com> wrote:
> >
> > Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
> 
> Acked-by: Jerin Jacob <jerinj@marvell.com>

Acked-by: Thomas Monjalon <thomas@monjalon.net>




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: deprecate rx_descriptor_done API
  2020-02-26 16:53   ` Thomas Monjalon
@ 2020-02-28 10:55     ` Andrew Rybchenko
  2020-05-24 23:21       ` Thomas Monjalon
  2020-03-13  8:07     ` David Marchand
  1 sibling, 1 reply; 6+ messages in thread
From: Andrew Rybchenko @ 2020-02-28 10:55 UTC (permalink / raw)
  To: Thomas Monjalon, Ferruh Yigit
  Cc: Jerin Jacob, Neil Horman, John McNamara, Marko Kovacevic,
	dpdk-dev, Olivier Matz

On 2/26/20 7:53 PM, Thomas Monjalon wrote:
> 26/02/2020 17:35, Jerin Jacob:
>> On Wed, Feb 26, 2020 at 8:31 PM Ferruh Yigit <ferruh.yigit@intel.com> wrote:
>>>
>>> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
>>
>> Acked-by: Jerin Jacob <jerinj@marvell.com>
> 
> Acked-by: Thomas Monjalon <thomas@monjalon.net>
> 

Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: deprecate rx_descriptor_done API
  2020-02-26 16:53   ` Thomas Monjalon
  2020-02-28 10:55     ` Andrew Rybchenko
@ 2020-03-13  8:07     ` David Marchand
  1 sibling, 0 replies; 6+ messages in thread
From: David Marchand @ 2020-03-13  8:07 UTC (permalink / raw)
  To: Ferruh Yigit
  Cc: Jerin Jacob, Neil Horman, John McNamara, Marko Kovacevic,
	dpdk-dev, Andrew Rybchenko, Olivier Matz, Thomas Monjalon

On Wed, Feb 26, 2020 at 5:53 PM Thomas Monjalon <thomas@monjalon.net> wrote:
>
> 26/02/2020 17:35, Jerin Jacob:
> > On Wed, Feb 26, 2020 at 8:31 PM Ferruh Yigit <ferruh.yigit@intel.com> wrote:
> > >
> > > Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
> >
> > Acked-by: Jerin Jacob <jerinj@marvell.com>
>
> Acked-by: Thomas Monjalon <thomas@monjalon.net>

Acked-by: David Marchand <david.marchand@redhat.com>

btw, I did not find an opensource project using it.

--
David Marchand


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: deprecate rx_descriptor_done API
  2020-02-28 10:55     ` Andrew Rybchenko
@ 2020-05-24 23:21       ` Thomas Monjalon
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Monjalon @ 2020-05-24 23:21 UTC (permalink / raw)
  To: Ferruh Yigit
  Cc: dev, Jerin Jacob, Neil Horman, John McNamara, Marko Kovacevic,
	Olivier Matz, Andrew Rybchenko

28/02/2020 11:55, Andrew Rybchenko:
> On 2/26/20 7:53 PM, Thomas Monjalon wrote:
> > 26/02/2020 17:35, Jerin Jacob:
> >> On Wed, Feb 26, 2020 at 8:31 PM Ferruh Yigit <ferruh.yigit@intel.com> wrote:
> >>>
> >>> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
> >>
> >> Acked-by: Jerin Jacob <jerinj@marvell.com>
> > 
> > Acked-by: Thomas Monjalon <thomas@monjalon.net>
> 
> Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>

Applied, thanks



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-05-24 23:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-26 15:01 [dpdk-dev] [PATCH] doc: deprecate rx_descriptor_done API Ferruh Yigit
2020-02-26 16:35 ` Jerin Jacob
2020-02-26 16:53   ` Thomas Monjalon
2020-02-28 10:55     ` Andrew Rybchenko
2020-05-24 23:21       ` Thomas Monjalon
2020-03-13  8:07     ` David Marchand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).