Re: [dpdk-dev] [PATCH] maintainers: set git tree for packet framework and QoS

2020-01-14 Thread David Marchand
On Tue, Jan 14, 2020 at 11:36 AM Thomas Monjalon wrote: > > 14/01/2020 11:27, David Marchand: > > On Tue, Jan 14, 2020 at 11:23 AM Thomas Monjalon > > 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 us

Re: [dpdk-dev] [PATCH] maintainers: set git tree for packet framework and QoS

2020-01-14 Thread Thomas Monjalon
14/01/2020 11:27, David Marchand: > On Tue, Jan 14, 2020 at 11:23 AM Thomas Monjalon 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 m

Re: [dpdk-dev] [PATCH] maintainers: set git tree for packet framework and QoS

2020-01-14 Thread Dumitrescu, Cristian
> -Original Message- > From: David Marchand > Sent: Tuesday, January 14, 2020 10:27 AM > To: Thomas Monjalon > Cc: dev ; Dumitrescu, Cristian > ; Singh, Jasvinder > ; Yigit, Ferruh > Subject: Re: [PATCH] maintainers: set git tree for packet framework and QoS > > On Tue, Jan 14, 2020 a

Re: [dpdk-dev] [PATCH] maintainers: set git tree for packet framework and QoS

2020-01-14 Thread David Marchand
On Tue, Jan 14, 2020 at 11:23 AM Thomas Monjalon 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 > > M: Jasvinder Singh > >

Re: [dpdk-dev] [PATCH] maintainers: set git tree for packet framework and QoS

2020-01-14 Thread Thomas Monjalon
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 > M: Jasvinder Singh > +T: git://dpdk.org/next/dpdk-next-qos > F: lib/librte_sched/ > F: doc/gui

[dpdk-dev] [PATCH] maintainers: set git tree for packet framework and QoS

2020-01-14 Thread David Marchand
Signed-off-by: David Marchand --- 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: C