* [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
* Re: [dpdk-dev] [PATCH v1] ethdev: remove deprecation notice for shared Rx queue
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
1 sibling, 0 replies; 4+ messages in thread
From: Ferruh Yigit @ 2021-11-02 10:10 UTC (permalink / raw)
To: Xueming Li, dev; +Cc: Ray Kinsella
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?
^ permalink raw reply [flat|nested] 4+ messages in thread
* [dpdk-dev] [PATCH v2] ethdev: fix deprecation notice for shared Rx queue
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 ` Xueming Li
2021-11-02 13:36 ` Ferruh Yigit
1 sibling, 1 reply; 4+ messages in thread
From: Xueming Li @ 2021-11-02 11:42 UTC (permalink / raw)
To: dev; +Cc: xuemingl, Ferruh Yigit, Ray Kinsella, Andrew Rybchenko, Ajit Khaparde
Shared Rx queue feature has been supported, remove deprecation notice.
Fixes: 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
* Re: [dpdk-dev] [PATCH v2] ethdev: fix deprecation notice for shared Rx queue
2021-11-02 11:42 ` [dpdk-dev] [PATCH v2] ethdev: fix " Xueming Li
@ 2021-11-02 13:36 ` Ferruh Yigit
0 siblings, 0 replies; 4+ messages in thread
From: Ferruh Yigit @ 2021-11-02 13:36 UTC (permalink / raw)
To: Xueming Li, dev; +Cc: Ray Kinsella, Andrew Rybchenko, Ajit Khaparde
On 11/2/2021 11:42 AM, Xueming Li wrote:
> Shared Rx queue feature has been supported, remove deprecation notice.
>
> Fixes: dd22740cc291 ("ethdev: introduce shared Rx queue")
>
> Signed-off-by: Xueming Li <xuemingl@nvidia.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
Applied to dpdk-next-net/main, thanks.
^ 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).