[v1] ethdev: remove deprecation notice for shared Rx queue

Message ID 20211102092911.1323554-1-xuemingl@nvidia.com (mailing list archive)
State Superseded, archived
Delegated to: Ferruh Yigit
Headers
Series [v1] ethdev: remove deprecation notice for shared Rx queue |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/github-robot: build success github build: passed
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS

Commit Message

Xueming Li Nov. 2, 2021, 9:29 a.m. UTC
  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(-)
  

Comments

Ferruh Yigit Nov. 2, 2021, 10:10 a.m. UTC | #1
On 11/2/2021 9:29 AM, Xueming Li wrote:
> 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>

Since it is too late to squash this patch, it will be a separate commit,
for that can you please make it as a fix patch?
In a way it is fixing the commit that is adding the feature?
  

Patch

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