* [dpdk-dev] [PATCH] doc/rel_notes: remove old deprecation notice for sched
@ 2021-06-14 9:45 Jasvinder Singh
2021-06-14 13:26 ` David Marchand
2021-06-14 15:00 ` [dpdk-dev] [PATCH v2] " Jasvinder Singh
0 siblings, 2 replies; 6+ messages in thread
From: Jasvinder Singh @ 2021-06-14 9:45 UTC (permalink / raw)
To: dev; +Cc: cristian.dumitrescu, ferruh.yigit
APIs and data structures hasve been modifed as per deprecation
note, so removing deprecation notice from the notes.
Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
---
doc/guides/rel_notes/deprecation.rst | 6 ------
1 file changed, 6 deletions(-)
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 9584d6bfd..9a239000a 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -135,12 +135,6 @@ Deprecation Notices
values to the function ``rte_event_eth_rx_adapter_queue_add`` using
the structure ``rte_event_eth_rx_adapter_queue_add``.
-* sched: To allow more traffic classes, flexible mapping of pipe queues to
- traffic classes, and subport level configuration of pipes and queues
- changes will be made to macros, data structures and API functions defined
- in "rte_sched.h". These changes are aligned to improvements suggested in the
- RFC https://mails.dpdk.org/archives/dev/2018-November/120035.html.
-
* metrics: The function ``rte_metrics_init`` will have a non-void return
in order to notify errors instead of calling ``rte_exit``.
--
2.26.3
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH] doc/rel_notes: remove old deprecation notice for sched
2021-06-14 9:45 [dpdk-dev] [PATCH] doc/rel_notes: remove old deprecation notice for sched Jasvinder Singh
@ 2021-06-14 13:26 ` David Marchand
2021-06-14 15:00 ` [dpdk-dev] [PATCH v2] " Jasvinder Singh
1 sibling, 0 replies; 6+ messages in thread
From: David Marchand @ 2021-06-14 13:26 UTC (permalink / raw)
To: Jasvinder Singh; +Cc: dev, Cristian Dumitrescu, Yigit, Ferruh
On Mon, Jun 14, 2021 at 11:45 AM Jasvinder Singh
<jasvinder.singh@intel.com> wrote:
>
> APIs and data structures hasve been modifed as per deprecation
> note, so removing deprecation notice from the notes.
>
> Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
Please add a Fixes: tag.
Thanks.
--
David Marchand
^ permalink raw reply [flat|nested] 6+ messages in thread
* [dpdk-dev] [PATCH v2] doc/rel_notes: remove old deprecation notice for sched
2021-06-14 9:45 [dpdk-dev] [PATCH] doc/rel_notes: remove old deprecation notice for sched Jasvinder Singh
2021-06-14 13:26 ` David Marchand
@ 2021-06-14 15:00 ` Jasvinder Singh
2021-06-14 16:30 ` [dpdk-dev] [PATCH v3] " Jasvinder Singh
1 sibling, 1 reply; 6+ messages in thread
From: Jasvinder Singh @ 2021-06-14 15:00 UTC (permalink / raw)
To: dev; +Cc: cristian.dumitrescu, ferruh.yigit
APIs and data structures hasve been modified as per deprecation
note, so removing deprecation notice from the notes.
Fixes: 8b16a7a6fa5d ("doc: announce sched API change")
Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
---
v2:
- add fixes tag
doc/guides/rel_notes/deprecation.rst | 6 ------
1 file changed, 6 deletions(-)
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 9584d6bfd..9a239000a 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -135,12 +135,6 @@ Deprecation Notices
values to the function ``rte_event_eth_rx_adapter_queue_add`` using
the structure ``rte_event_eth_rx_adapter_queue_add``.
-* sched: To allow more traffic classes, flexible mapping of pipe queues to
- traffic classes, and subport level configuration of pipes and queues
- changes will be made to macros, data structures and API functions defined
- in "rte_sched.h". These changes are aligned to improvements suggested in the
- RFC https://mails.dpdk.org/archives/dev/2018-November/120035.html.
-
* metrics: The function ``rte_metrics_init`` will have a non-void return
in order to notify errors instead of calling ``rte_exit``.
--
2.26.3
^ permalink raw reply [flat|nested] 6+ messages in thread
* [dpdk-dev] [PATCH v3] doc/rel_notes: remove old deprecation notice for sched
2021-06-14 15:00 ` [dpdk-dev] [PATCH v2] " Jasvinder Singh
@ 2021-06-14 16:30 ` Jasvinder Singh
2021-06-14 16:39 ` Andrew Rybchenko
0 siblings, 1 reply; 6+ messages in thread
From: Jasvinder Singh @ 2021-06-14 16:30 UTC (permalink / raw)
To: dev; +Cc: cristian.dumitrescu, ferruh.yigit
APIs and data structures hasve been modified as per deprecation
note, so removing deprecation notice from the notes.
Fixes: 85f52aa422d6 ("sched: add pipe config params to subport struct")
Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
---
v3
- correct the fixes tag
v2
- add fixes tag
doc/guides/rel_notes/deprecation.rst | 6 ------
1 file changed, 6 deletions(-)
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 9584d6bfd..9a239000a 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -135,12 +135,6 @@ Deprecation Notices
values to the function ``rte_event_eth_rx_adapter_queue_add`` using
the structure ``rte_event_eth_rx_adapter_queue_add``.
-* sched: To allow more traffic classes, flexible mapping of pipe queues to
- traffic classes, and subport level configuration of pipes and queues
- changes will be made to macros, data structures and API functions defined
- in "rte_sched.h". These changes are aligned to improvements suggested in the
- RFC https://mails.dpdk.org/archives/dev/2018-November/120035.html.
-
* metrics: The function ``rte_metrics_init`` will have a non-void return
in order to notify errors instead of calling ``rte_exit``.
--
2.26.3
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH v3] doc/rel_notes: remove old deprecation notice for sched
2021-06-14 16:30 ` [dpdk-dev] [PATCH v3] " Jasvinder Singh
@ 2021-06-14 16:39 ` Andrew Rybchenko
2021-07-31 17:28 ` Thomas Monjalon
0 siblings, 1 reply; 6+ messages in thread
From: Andrew Rybchenko @ 2021-06-14 16:39 UTC (permalink / raw)
To: Jasvinder Singh, dev; +Cc: cristian.dumitrescu, ferruh.yigit
On 6/14/21 7:30 PM, Jasvinder Singh wrote:
> APIs and data structures hasve been modified as per deprecation
> note, so removing deprecation notice from the notes.
>
> Fixes: 85f52aa422d6 ("sched: add pipe config params to subport struct")
>
> Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH v3] doc/rel_notes: remove old deprecation notice for sched
2021-06-14 16:39 ` Andrew Rybchenko
@ 2021-07-31 17:28 ` Thomas Monjalon
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Monjalon @ 2021-07-31 17:28 UTC (permalink / raw)
To: Jasvinder Singh; +Cc: dev, cristian.dumitrescu, ferruh.yigit, Andrew Rybchenko
14/06/2021 18:39, Andrew Rybchenko:
> On 6/14/21 7:30 PM, Jasvinder Singh wrote:
> > APIs and data structures hasve been modified as per deprecation
> > note, so removing deprecation notice from the notes.
> >
> > Fixes: 85f52aa422d6 ("sched: add pipe config params to subport struct")
> >
> > Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
>
> Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Applied, thanks.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-07-31 17:29 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-14 9:45 [dpdk-dev] [PATCH] doc/rel_notes: remove old deprecation notice for sched Jasvinder Singh
2021-06-14 13:26 ` David Marchand
2021-06-14 15:00 ` [dpdk-dev] [PATCH v2] " Jasvinder Singh
2021-06-14 16:30 ` [dpdk-dev] [PATCH v3] " Jasvinder Singh
2021-06-14 16:39 ` Andrew Rybchenko
2021-07-31 17:28 ` Thomas Monjalon
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).