Message ID | 20210614163000.2796888-1-jasvinder.singh@intel.com (mailing list archive) |
---|---|
State | Accepted, archived |
Delegated to: | Thomas Monjalon |
Headers | show |
Series | [v3] doc/rel_notes: remove old deprecation notice for sched | expand |
Context | Check | Description |
---|---|---|
ci/github-robot | success | github build: passed |
ci/intel-Testing | success | Testing PASS |
ci/Intel-compilation | success | Compilation OK |
ci/checkpatch | success | coding style OK |
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>
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.
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``.
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(-)