* [dpdk-dev] [PATCH] maintainers: set git tree for packet framework and QoS @ 2020-01-14 10:05 David Marchand 2020-01-14 10:23 ` Thomas Monjalon 2020-01-14 13:09 ` [dpdk-dev] [PATCH v2] " David Marchand 0 siblings, 2 replies; 8+ messages in thread From: David Marchand @ 2020-01-14 10:05 UTC (permalink / raw) To: dev; +Cc: cristian.dumitrescu, jasvinder.singh, Thomas Monjalon Signed-off-by: David Marchand <david.marchand@redhat.com> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index b0cd0440ef..c3c263a51a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1256,6 +1256,7 @@ F: doc/guides/sample_app_ug/packet_ordering.rst Hierarchical scheduler M: Cristian Dumitrescu <cristian.dumitrescu@intel.com> M: Jasvinder Singh <jasvinder.singh@intel.com> +T: git://dpdk.org/next/dpdk-next-qos F: lib/librte_sched/ F: doc/guides/prog_guide/qos_framework.rst F: app/test/test_red.c @@ -1275,6 +1276,7 @@ F: doc/guides/tools/pdump.rst Packet Framework ---------------- M: Cristian Dumitrescu <cristian.dumitrescu@intel.com> +T: git://dpdk.org/next/dpdk-next-pipeline F: lib/librte_pipeline/ F: lib/librte_port/ F: lib/librte_table/ -- 2.23.0 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: set git tree for packet framework and QoS 2020-01-14 10:05 [dpdk-dev] [PATCH] maintainers: set git tree for packet framework and QoS David Marchand @ 2020-01-14 10:23 ` Thomas Monjalon 2020-01-14 10:27 ` David Marchand 2020-01-14 13:09 ` [dpdk-dev] [PATCH v2] " David Marchand 1 sibling, 1 reply; 8+ messages in thread From: Thomas Monjalon @ 2020-01-14 10:23 UTC (permalink / raw) To: David Marchand; +Cc: dev, cristian.dumitrescu, jasvinder.singh, ferruh.yigit 14/01/2020 11:05, David Marchand: > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1256,6 +1256,7 @@ F: doc/guides/sample_app_ug/packet_ordering.rst > Hierarchical scheduler > M: Cristian Dumitrescu <cristian.dumitrescu@intel.com> > M: Jasvinder Singh <jasvinder.singh@intel.com> > +T: git://dpdk.org/next/dpdk-next-qos > F: lib/librte_sched/ > F: doc/guides/prog_guide/qos_framework.rst > F: app/test/test_red.c librte_meter is also candidate to QoS tree. About ethdev TM and MTR, I am not sure what is the right thing to do. ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: set git tree for packet framework and QoS 2020-01-14 10:23 ` Thomas Monjalon @ 2020-01-14 10:27 ` David Marchand 2020-01-14 10:34 ` Dumitrescu, Cristian 2020-01-14 10:36 ` Thomas Monjalon 0 siblings, 2 replies; 8+ messages in thread From: David Marchand @ 2020-01-14 10:27 UTC (permalink / raw) To: Thomas Monjalon; +Cc: dev, Cristian Dumitrescu, Singh, Jasvinder, Yigit, Ferruh On Tue, Jan 14, 2020 at 11:23 AM Thomas Monjalon <thomas@monjalon.net> wrote: > > 14/01/2020 11:05, David Marchand: > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -1256,6 +1256,7 @@ F: doc/guides/sample_app_ug/packet_ordering.rst > > Hierarchical scheduler > > M: Cristian Dumitrescu <cristian.dumitrescu@intel.com> > > M: Jasvinder Singh <jasvinder.singh@intel.com> > > +T: git://dpdk.org/next/dpdk-next-qos > > F: lib/librte_sched/ > > F: doc/guides/prog_guide/qos_framework.rst > > F: app/test/test_red.c > > librte_meter is also candidate to QoS tree. Argh, thought I had double checked... ok will fix. > About ethdev TM and MTR, I am not sure what is the right thing to do. The drivers using those apis are in dpdk-next-net. -- David Marchand ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: set git tree for packet framework and QoS 2020-01-14 10:27 ` David Marchand @ 2020-01-14 10:34 ` Dumitrescu, Cristian 2020-01-14 10:36 ` Thomas Monjalon 1 sibling, 0 replies; 8+ messages in thread From: Dumitrescu, Cristian @ 2020-01-14 10:34 UTC (permalink / raw) To: David Marchand, Thomas Monjalon; +Cc: dev, Singh, Jasvinder, Yigit, Ferruh > -----Original Message----- > From: David Marchand <david.marchand@redhat.com> > Sent: Tuesday, January 14, 2020 10:27 AM > To: Thomas Monjalon <thomas@monjalon.net> > Cc: dev <dev@dpdk.org>; Dumitrescu, Cristian > <cristian.dumitrescu@intel.com>; Singh, Jasvinder > <jasvinder.singh@intel.com>; Yigit, Ferruh <ferruh.yigit@intel.com> > Subject: Re: [PATCH] maintainers: set git tree for packet framework and QoS > > On Tue, Jan 14, 2020 at 11:23 AM Thomas Monjalon > <thomas@monjalon.net> wrote: > > > > 14/01/2020 11:05, David Marchand: > > > --- a/MAINTAINERS > > > +++ b/MAINTAINERS > > > @@ -1256,6 +1256,7 @@ F: > doc/guides/sample_app_ug/packet_ordering.rst > > > Hierarchical scheduler > > > M: Cristian Dumitrescu <cristian.dumitrescu@intel.com> > > > M: Jasvinder Singh <jasvinder.singh@intel.com> > > > +T: git://dpdk.org/next/dpdk-next-qos > > > F: lib/librte_sched/ > > > F: doc/guides/prog_guide/qos_framework.rst > > > F: app/test/test_red.c > > > > librte_meter is also candidate to QoS tree. > > Argh, thought I had double checked... ok will fix. > Yes, librte_meter should also go to the QoS tree. > > > About ethdev TM and MTR, I am not sure what is the right thing to do. > > The drivers using those apis are in dpdk-next-net. > Yes, these APIs are ethdev API, although QoS related. > > -- > David Marchand ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: set git tree for packet framework and QoS 2020-01-14 10:27 ` David Marchand 2020-01-14 10:34 ` Dumitrescu, Cristian @ 2020-01-14 10:36 ` Thomas Monjalon 2020-01-14 10:46 ` David Marchand 1 sibling, 1 reply; 8+ messages in thread From: Thomas Monjalon @ 2020-01-14 10:36 UTC (permalink / raw) To: David Marchand, Cristian Dumitrescu, Yigit, Ferruh; +Cc: dev, Singh, Jasvinder 14/01/2020 11:27, David Marchand: > On Tue, Jan 14, 2020 at 11:23 AM Thomas Monjalon <thomas@monjalon.net> wrote: > > 14/01/2020 11:05, David Marchand: > > About ethdev TM and MTR, I am not sure what is the right thing to do. > > The drivers using those apis are in dpdk-next-net. Yes this is my question: Is it fine merging QoS related patches on ethdev, drivers and testpmd in dpdk-next-net, or do we want them to be managed separately in dpdk-next-qos? There is not much activity here, so I am just anticipating a heavier activity. ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: set git tree for packet framework and QoS 2020-01-14 10:36 ` Thomas Monjalon @ 2020-01-14 10:46 ` David Marchand 0 siblings, 0 replies; 8+ messages in thread From: David Marchand @ 2020-01-14 10:46 UTC (permalink / raw) To: Thomas Monjalon; +Cc: Cristian Dumitrescu, Yigit, Ferruh, dev, Singh, Jasvinder On Tue, Jan 14, 2020 at 11:36 AM Thomas Monjalon <thomas@monjalon.net> wrote: > > 14/01/2020 11:27, David Marchand: > > On Tue, Jan 14, 2020 at 11:23 AM Thomas Monjalon <thomas@monjalon.net> wrote: > > > 14/01/2020 11:05, David Marchand: > > > About ethdev TM and MTR, I am not sure what is the right thing to do. > > > > The drivers using those apis are in dpdk-next-net. > > Yes this is my question: > Is it fine merging QoS related patches on ethdev, drivers and testpmd > in dpdk-next-net, or do we want them to be managed separately in dpdk-next-qos? > There is not much activity here, so I am just anticipating a heavier activity. If we move those files under the qos subtree, it will be impossible (?) to identify QoS only changes on those drivers, so we will end with the patches going to master. -- David Marchand ^ permalink raw reply [flat|nested] 8+ messages in thread
* [dpdk-dev] [PATCH v2] maintainers: set git tree for packet framework and QoS 2020-01-14 10:05 [dpdk-dev] [PATCH] maintainers: set git tree for packet framework and QoS David Marchand 2020-01-14 10:23 ` Thomas Monjalon @ 2020-01-14 13:09 ` David Marchand 2020-01-22 21:45 ` Thomas Monjalon 1 sibling, 1 reply; 8+ messages in thread From: David Marchand @ 2020-01-14 13:09 UTC (permalink / raw) To: dev; +Cc: cristian.dumitrescu, jasvinder.singh, ferruh.yigit, Thomas Monjalon Mark librte_meter and librte_sched as being handled in the dpdk-next-qos subtree. The packet framework bits go through dpdk-next-pipeline. Signed-off-by: David Marchand <david.marchand@redhat.com> --- MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index b0cd0440ef..429b47003e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1256,6 +1256,7 @@ F: doc/guides/sample_app_ug/packet_ordering.rst Hierarchical scheduler M: Cristian Dumitrescu <cristian.dumitrescu@intel.com> M: Jasvinder Singh <jasvinder.singh@intel.com> +T: git://dpdk.org/next/dpdk-next-qos F: lib/librte_sched/ F: doc/guides/prog_guide/qos_framework.rst F: app/test/test_red.c @@ -1275,6 +1276,7 @@ F: doc/guides/tools/pdump.rst Packet Framework ---------------- M: Cristian Dumitrescu <cristian.dumitrescu@intel.com> +T: git://dpdk.org/next/dpdk-next-pipeline F: lib/librte_pipeline/ F: lib/librte_port/ F: lib/librte_table/ @@ -1341,6 +1343,7 @@ F: app/test/test_fib* Traffic metering M: Cristian Dumitrescu <cristian.dumitrescu@intel.com> +T: git://dpdk.org/next/dpdk-next-qos F: lib/librte_meter/ F: doc/guides/sample_app_ug/qos_scheduler.rst F: app/test/test_meter.c -- 2.23.0 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH v2] maintainers: set git tree for packet framework and QoS 2020-01-14 13:09 ` [dpdk-dev] [PATCH v2] " David Marchand @ 2020-01-22 21:45 ` Thomas Monjalon 0 siblings, 0 replies; 8+ messages in thread From: Thomas Monjalon @ 2020-01-22 21:45 UTC (permalink / raw) To: David Marchand; +Cc: dev, cristian.dumitrescu, jasvinder.singh, ferruh.yigit 14/01/2020 14:09, David Marchand: > Mark librte_meter and librte_sched as being handled in the dpdk-next-qos > subtree. > The packet framework bits go through dpdk-next-pipeline. > > Signed-off-by: David Marchand <david.marchand@redhat.com> Applied, thanks ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2020-01-22 21:46 UTC | newest] Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2020-01-14 10:05 [dpdk-dev] [PATCH] maintainers: set git tree for packet framework and QoS David Marchand 2020-01-14 10:23 ` Thomas Monjalon 2020-01-14 10:27 ` David Marchand 2020-01-14 10:34 ` Dumitrescu, Cristian 2020-01-14 10:36 ` Thomas Monjalon 2020-01-14 10:46 ` David Marchand 2020-01-14 13:09 ` [dpdk-dev] [PATCH v2] " David Marchand 2020-01-22 21:45 ` 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).