From: Xueming Li Date: Tue, 2 Nov 2021 11:42:20 +0000 (+0800) Subject: ethdev: remove deprecation notice for shared Rx queue X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=cbf4cfa8f60ba7a07314a73f296efafb8c2d1fb8;p=dpdk.git ethdev: remove deprecation notice for shared Rx queue Shared Rx queue feature has been supported, remove deprecation notice. Fixes: dd22740cc291 ("ethdev: introduce shared Rx queue") Signed-off-by: Xueming Li Reviewed-by: Ferruh Yigit --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 4366015b01..a708ad7691 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``.