DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v1] ethdev: remove deprecation notice for shared Rx queue
@ 2021-11-02  9:29 Xueming Li
  2021-11-02 10:10 ` Ferruh Yigit
  2021-11-02 11:42 ` [dpdk-dev] [PATCH v2] ethdev: fix " Xueming Li
  0 siblings, 2 replies; 4+ messages in thread
From: Xueming Li @ 2021-11-02  9:29 UTC (permalink / raw)
  To: Ferruh Yigit, dev; +Cc: xuemingl, Ray Kinsella

Shared Rx queue feature has been supported in commit[1], remove
deprecation notice.

[1]:
commit dd22740cc291 ("ethdev: introduce shared Rx queue")

Signed-off-by: Xueming Li <xuemingl@nvidia.com>
---
 doc/guides/rel_notes/deprecation.rst | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 4366015b015..a708ad76912 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -90,9 +90,6 @@ Deprecation Notices
   In v21.11 LTS, protocol header fields will be cleaned and only protocol header
   struct will remain.
 
-* ethdev: Add new Rx queue offload flag ``RTE_ETH_RX_OFFLOAD_SHARED_RXQ`` and
-  ``shared_group`` field to ``struct rte_eth_rxconf``.
-
 * ethdev: Queue specific stats fields will be removed from ``struct rte_eth_stats``.
   Mentioned fields are: ``q_ipackets``, ``q_opackets``, ``q_ibytes``, ``q_obytes``,
   ``q_errors``.
-- 
2.33.0


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

end of thread, other threads:[~2021-11-02 13:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-02  9:29 [dpdk-dev] [PATCH v1] ethdev: remove deprecation notice for shared Rx queue Xueming Li
2021-11-02 10:10 ` Ferruh Yigit
2021-11-02 11:42 ` [dpdk-dev] [PATCH v2] ethdev: fix " Xueming Li
2021-11-02 13:36   ` Ferruh Yigit

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).