* [dpdk-dev] [PATCH] doc: add deprecation notice for sched changes @ 2020-07-16 10:28 Savinay Dharmappa 2020-07-16 13:25 ` [dpdk-dev] [PATCH v2] " Savinay Dharmappa 0 siblings, 1 reply; 8+ messages in thread From: Savinay Dharmappa @ 2020-07-16 10:28 UTC (permalink / raw) To: savinay.dharmappa, jasvinder.singh, dev; +Cc: cristian.dumitrescu Add deprecation note for making changes in data structures and APIs in order to allow dynamic configuration of subport bandwidth profile. These changes are aligned as suggested in the RFC[1]. https://mails.dpdk.org/archives/dev/2020-July/175161.html Signed-off-by: Savinay Dharmappa <savinay.dharmappa@intel.com> --- doc/guides/rel_notes/deprecation.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index a58a179..d78a3a1 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -129,6 +129,12 @@ Deprecation Notices in "rte_sched.h". These changes are aligned to improvements suggested in the RFC https://mails.dpdk.org/archives/dev/2018-November/120035.html. +* sched: To allow dynamic configuration of the subport bandwidth profile, + changes will be made to data structures ``rte_sched_subport_params`` + ``rte_sched_port_params`` and new data structure, API fuctions will be + defined in "rte_sched.h". These changes are aligned as suggested in the + RFC https://mails.dpdk.org/archives/dev/2020-July/175161.html + * metrics: The function ``rte_metrics_init`` will have a non-void return in order to notify errors instead of calling ``rte_exit``. -- 2.7.4 ^ permalink raw reply [flat|nested] 8+ messages in thread
* [dpdk-dev] [PATCH v2] doc: add deprecation notice for sched changes 2020-07-16 10:28 [dpdk-dev] [PATCH] doc: add deprecation notice for sched changes Savinay Dharmappa @ 2020-07-16 13:25 ` Savinay Dharmappa 2020-07-27 11:16 ` Shetty, Praveen 2020-07-29 5:13 ` [dpdk-dev] [PATCH v3] " Savinay Dharmappa 0 siblings, 2 replies; 8+ messages in thread From: Savinay Dharmappa @ 2020-07-16 13:25 UTC (permalink / raw) To: savinay.dharmappa, dev; +Cc: cristian.dumitrescu, Jasvinder Singh Add deprecation note for making changes in data structures and APIs in order to allow dynamic configuration of subport bandwidth profile. These changes are aligned as suggested in the RFC[1]. https://mails.dpdk.org/archives/dev/2020-July/175161.html Signed-off-by: Savinay Dharmappa <savinay.dharmappa@intel.com> Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com> --- doc/guides/rel_notes/deprecation.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index a58a179..14df5df 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -129,6 +129,12 @@ Deprecation Notices in "rte_sched.h". These changes are aligned to improvements suggested in the RFC https://mails.dpdk.org/archives/dev/2018-November/120035.html. +* sched: To allow dynamic configuration of the subport bandwidth profile, + changes will be made to data structures ``rte_sched_subport_params`` + ``rte_sched_port_params`` and new data structure, API functions will be + defined in "rte_sched.h". These changes are aligned as suggested in the + RFC https://mails.dpdk.org/archives/dev/2020-July/175161.html + * metrics: The function ``rte_metrics_init`` will have a non-void return in order to notify errors instead of calling ``rte_exit``. -- 2.7.4 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH v2] doc: add deprecation notice for sched changes 2020-07-16 13:25 ` [dpdk-dev] [PATCH v2] " Savinay Dharmappa @ 2020-07-27 11:16 ` Shetty, Praveen 2020-07-29 5:13 ` [dpdk-dev] [PATCH v3] " Savinay Dharmappa 1 sibling, 0 replies; 8+ messages in thread From: Shetty, Praveen @ 2020-07-27 11:16 UTC (permalink / raw) To: Dharmappa, Savinay, Dharmappa, Savinay, dev Cc: Dumitrescu, Cristian, Singh, Jasvinder -----Original Message----- From: dev <dev-bounces@dpdk.org> On Behalf Of Savinay Dharmappa Sent: Thursday, July 16, 2020 6:56 PM To: Dharmappa, Savinay <savinay.dharmappa@intel.com>; dev@dpdk.org Cc: Dumitrescu, Cristian <cristian.dumitrescu@intel.com>; Singh, Jasvinder <jasvinder.singh@intel.com> Subject: [dpdk-dev] [PATCH v2] doc: add deprecation notice for sched changes Add deprecation note for making changes in data structures and APIs in order to allow dynamic configuration of subport bandwidth profile. These changes are aligned as suggested in the RFC[1]. https://mails.dpdk.org/archives/dev/2020-July/175161.html Signed-off-by: Savinay Dharmappa <savinay.dharmappa@intel.com> Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com> --- doc/guides/rel_notes/deprecation.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index a58a179..14df5df 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -129,6 +129,12 @@ Deprecation Notices in "rte_sched.h". These changes are aligned to improvements suggested in the RFC https://mails.dpdk.org/archives/dev/2018-November/120035.html. +* sched: To allow dynamic configuration of the subport bandwidth +profile, + changes will be made to data structures ``rte_sched_subport_params`` + ``rte_sched_port_params`` and new data structure, API functions will +be + defined in "rte_sched.h". These changes are aligned as suggested in +the + RFC https://mails.dpdk.org/archives/dev/2020-July/175161.html + * metrics: The function ``rte_metrics_init`` will have a non-void return in order to notify errors instead of calling ``rte_exit``. Acked-by: Praveen Shetty <praveen.shetty@intel.com> -- 2.7.4 ^ permalink raw reply [flat|nested] 8+ messages in thread
* [dpdk-dev] [PATCH v3] doc: add deprecation notice for sched changes 2020-07-16 13:25 ` [dpdk-dev] [PATCH v2] " Savinay Dharmappa 2020-07-27 11:16 ` Shetty, Praveen @ 2020-07-29 5:13 ` Savinay Dharmappa 2020-07-29 11:08 ` [dpdk-dev] [PATCH v4] " Savinay Dharmappa 1 sibling, 1 reply; 8+ messages in thread From: Savinay Dharmappa @ 2020-07-29 5:13 UTC (permalink / raw) To: savinay.dharmappa, jasvinder.singh, Praveen.Shetty, Goutham.Gandi, dev Cc: cristian.dumitrescu Add deprecation note for making changes in data structures and APIs in order to allow dynamic configuration of subport bandwidth profile. These changes are aligned as suggested in the RFC[1]. https://mails.dpdk.org/archives/dev/2020-July/175161.html Signed-off-by: Savinay Dharmappa <savinay.dharmappa@intel.com> Acked-by: Jasvinder Singh <jasvinder.singh@intel.com> Acked-by: Praveen Shetty <praveen.shetty@intel.com> --- doc/guides/rel_notes/deprecation.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index a58a179..14df5df 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -129,6 +129,12 @@ Deprecation Notices in "rte_sched.h". These changes are aligned to improvements suggested in the RFC https://mails.dpdk.org/archives/dev/2018-November/120035.html. +* sched: To allow dynamic configuration of the subport bandwidth profile, + changes will be made to data structures ``rte_sched_subport_params`` + ``rte_sched_port_params`` and new data structure, API functions will be + defined in "rte_sched.h". These changes are aligned as suggested in the + RFC https://mails.dpdk.org/archives/dev/2020-July/175161.html + * metrics: The function ``rte_metrics_init`` will have a non-void return in order to notify errors instead of calling ``rte_exit``. -- 2.7.4 ^ permalink raw reply [flat|nested] 8+ messages in thread
* [dpdk-dev] [PATCH v4] doc: add deprecation notice for sched changes 2020-07-29 5:13 ` [dpdk-dev] [PATCH v3] " Savinay Dharmappa @ 2020-07-29 11:08 ` Savinay Dharmappa 2020-08-04 14:14 ` Pai G, Sunil 0 siblings, 1 reply; 8+ messages in thread From: Savinay Dharmappa @ 2020-07-29 11:08 UTC (permalink / raw) To: savinay.dharmappa, jasvinder.singh, Praveen.Shetty, sivaprasad.tummala, dev Cc: cristian.dumitrescu Add deprecation note for making changes in data structures and APIs in order to allow dynamic configuration of subport bandwidth profile. These changes are aligned as suggested in the RFC[1]. https://mails.dpdk.org/archives/dev/2020-July/175161.html Signed-off-by: Savinay Dharmappa <savinay.dharmappa@intel.com> Acked-by: Jasvinder Singh <jasvinder.singh@intel.com> Acked-by: Praveen Shetty <praveen.shetty@intel.com> --- doc/guides/rel_notes/deprecation.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 99c9806..9a9ecb1 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -135,6 +135,12 @@ Deprecation Notices will be removed in 20.11. It will be replaced with ``refcnt`` of type ``uint16_t``. +* sched: To allow dynamic configuration of the subport bandwidth profile, + changes will be made to data structures ``rte_sched_subport_params`` + ``rte_sched_port_params`` and new data structure, API functions will be + defined in "rte_sched.h". These changes are aligned as suggested in the + RFC https://mails.dpdk.org/archives/dev/2020-July/175161.html + * metrics: The function ``rte_metrics_init`` will have a non-void return in order to notify errors instead of calling ``rte_exit``. -- 2.7.4 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH v4] doc: add deprecation notice for sched changes 2020-07-29 11:08 ` [dpdk-dev] [PATCH v4] " Savinay Dharmappa @ 2020-08-04 14:14 ` Pai G, Sunil 2020-08-06 14:16 ` Thomas Monjalon 0 siblings, 1 reply; 8+ messages in thread From: Pai G, Sunil @ 2020-08-04 14:14 UTC (permalink / raw) To: Dharmappa, Savinay, Dharmappa, Savinay, Singh, Jasvinder, Shetty, Praveen, Tummala, Sivaprasad, dev Cc: Dumitrescu, Cristian > -----Original Message----- > From: dev <dev-bounces@dpdk.org> On Behalf Of Savinay Dharmappa > Sent: Wednesday, July 29, 2020 4:38 PM > To: Dharmappa, Savinay <savinay.dharmappa@intel.com>; Singh, Jasvinder > <jasvinder.singh@intel.com>; Shetty, Praveen <praveen.shetty@intel.com>; > Tummala, Sivaprasad <sivaprasad.tummala@intel.com>; dev@dpdk.org > Cc: Dumitrescu, Cristian <cristian.dumitrescu@intel.com> > Subject: [dpdk-dev] [PATCH v4] doc: add deprecation notice for sched changes > > Add deprecation note for making changes in data structures and APIs in order to > allow dynamic configuration of subport bandwidth profile. > These changes are aligned as suggested in the RFC[1]. > > https://mails.dpdk.org/archives/dev/2020-July/175161.html > > Signed-off-by: Savinay Dharmappa <savinay.dharmappa@intel.com> > Acked-by: Jasvinder Singh <jasvinder.singh@intel.com> > Acked-by: Praveen Shetty <praveen.shetty@intel.com> > --- > doc/guides/rel_notes/deprecation.rst | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst > b/doc/guides/rel_notes/deprecation.rst > index 99c9806..9a9ecb1 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -135,6 +135,12 @@ Deprecation Notices > will be removed in 20.11. It will be replaced with ``refcnt`` of type > ``uint16_t``. > > +* sched: To allow dynamic configuration of the subport bandwidth > +profile, > + changes will be made to data structures ``rte_sched_subport_params`` > + ``rte_sched_port_params`` and new data structure, API functions will > +be > + defined in "rte_sched.h". These changes are aligned as suggested in > +the > + RFC https://mails.dpdk.org/archives/dev/2020-July/175161.html > + > * metrics: The function ``rte_metrics_init`` will have a non-void return > in order to notify errors instead of calling ``rte_exit``. > > -- > 2.7.4 Acked-by: Sunil Pai G <sunil.pai.g@intel.com> ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH v4] doc: add deprecation notice for sched changes 2020-08-04 14:14 ` Pai G, Sunil @ 2020-08-06 14:16 ` Thomas Monjalon 2020-08-07 22:49 ` Thomas Monjalon 0 siblings, 1 reply; 8+ messages in thread From: Thomas Monjalon @ 2020-08-06 14:16 UTC (permalink / raw) To: dev Cc: Dharmappa, Savinay, Singh, Jasvinder, Shetty, Praveen, Tummala, Sivaprasad, Dumitrescu, Cristian, Pai G, Sunil > > Add deprecation note for making changes in data structures and APIs in order to > > allow dynamic configuration of subport bandwidth profile. > > These changes are aligned as suggested in the RFC[1]. > > > > https://mails.dpdk.org/archives/dev/2020-July/175161.html > > > > Signed-off-by: Savinay Dharmappa <savinay.dharmappa@intel.com> > > Acked-by: Jasvinder Singh <jasvinder.singh@intel.com> > > Acked-by: Praveen Shetty <praveen.shetty@intel.com> > Acked-by: Sunil Pai G <sunil.pai.g@intel.com> It seems all acks are from the same team. Any other opinion? ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH v4] doc: add deprecation notice for sched changes 2020-08-06 14:16 ` Thomas Monjalon @ 2020-08-07 22:49 ` Thomas Monjalon 0 siblings, 0 replies; 8+ messages in thread From: Thomas Monjalon @ 2020-08-07 22:49 UTC (permalink / raw) To: Dharmappa, Savinay Cc: dev, Singh, Jasvinder, Shetty, Praveen, Tummala, Sivaprasad, Dumitrescu, Cristian, Pai G, Sunil 06/08/2020 16:16, Thomas Monjalon: > > > Add deprecation note for making changes in data structures and APIs in order to > > > allow dynamic configuration of subport bandwidth profile. > > > These changes are aligned as suggested in the RFC[1]. > > > > > > https://mails.dpdk.org/archives/dev/2020-July/175161.html > > > > > > Signed-off-by: Savinay Dharmappa <savinay.dharmappa@intel.com> > > > Acked-by: Jasvinder Singh <jasvinder.singh@intel.com> > > > Acked-by: Praveen Shetty <praveen.shetty@intel.com> > > Acked-by: Sunil Pai G <sunil.pai.g@intel.com> > > It seems all acks are from the same team. > Any other opinion? Applied ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2020-08-07 22:49 UTC | newest] Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2020-07-16 10:28 [dpdk-dev] [PATCH] doc: add deprecation notice for sched changes Savinay Dharmappa 2020-07-16 13:25 ` [dpdk-dev] [PATCH v2] " Savinay Dharmappa 2020-07-27 11:16 ` Shetty, Praveen 2020-07-29 5:13 ` [dpdk-dev] [PATCH v3] " Savinay Dharmappa 2020-07-29 11:08 ` [dpdk-dev] [PATCH v4] " Savinay Dharmappa 2020-08-04 14:14 ` Pai G, Sunil 2020-08-06 14:16 ` Thomas Monjalon 2020-08-07 22:49 ` 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).