maintainers: set QoS git tree for some ethdev files

Message ID 20200122220322.3459006-1-thomas@monjalon.net (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series maintainers: set QoS git tree for some ethdev files |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-testing success Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-nxp-Performance success Performance Testing PASS
ci/Intel-compilation success Compilation OK
ci/travis-robot success Travis build: passed

Commit Message

Thomas Monjalon Jan. 22, 2020, 10:03 p.m. UTC
  The tree dpdk-next-tm does not exist anymore.
Traffic management and metering APIs, which are part of ethdev,
can be merged in the existing tree dpdk-next-qos.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
  

Comments

Cristian Dumitrescu Jan. 23, 2020, 10:04 a.m. UTC | #1
> -----Original Message-----
> From: Thomas Monjalon <thomas@monjalon.net>
> Sent: Wednesday, January 22, 2020 10:03 PM
> To: dev@dpdk.org
> Cc: Yigit, Ferruh <ferruh.yigit@intel.com>; Dumitrescu, Cristian
> <cristian.dumitrescu@intel.com>
> Subject: [PATCH] maintainers: set QoS git tree for some ethdev files
> 
> The tree dpdk-next-tm does not exist anymore.
> Traffic management and metering APIs, which are part of ethdev,
> can be merged in the existing tree dpdk-next-qos.
> 
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> ---
>  MAINTAINERS | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7006a64eee..c1d863309d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -379,11 +379,12 @@ F: lib/librte_ethdev/rte_flow*
> 
>  Traffic Management API - EXPERIMENTAL
>  M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
> -T: git://dpdk.org/next/dpdk-next-tm
> +T: git://dpdk.org/next/dpdk-next-qos
>  F: lib/librte_ethdev/rte_tm*
> 
>  Traffic Metering and Policing API - EXPERIMENTAL
>  M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
> +T: git://dpdk.org/next/dpdk-next-qos
>  F: lib/librte_ethdev/rte_mtr*
> 
>  Baseband API - EXPERIMENTAL
> --
> 2.24.1

Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
  
Thomas Monjalon Feb. 16, 2020, 11:17 a.m. UTC | #2
23/01/2020 11:04, Dumitrescu, Cristian:
> From: Thomas Monjalon <thomas@monjalon.net>
> > 
> > The tree dpdk-next-tm does not exist anymore.
> > Traffic management and metering APIs, which are part of ethdev,
> > can be merged in the existing tree dpdk-next-qos.
> > 
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> > ---
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > 
> >  Traffic Management API - EXPERIMENTAL
> >  M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
> > -T: git://dpdk.org/next/dpdk-next-tm
> > +T: git://dpdk.org/next/dpdk-next-qos
> >  F: lib/librte_ethdev/rte_tm*
> > 
> >  Traffic Metering and Policing API - EXPERIMENTAL
> >  M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
> > +T: git://dpdk.org/next/dpdk-next-qos
> >  F: lib/librte_ethdev/rte_mtr*
> 
> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>

Applied, thanks

Note that there is an overlap between dpdk-next-qos and dpdk-next-net.
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 7006a64eee..c1d863309d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -379,11 +379,12 @@  F: lib/librte_ethdev/rte_flow*
 
 Traffic Management API - EXPERIMENTAL
 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
-T: git://dpdk.org/next/dpdk-next-tm
+T: git://dpdk.org/next/dpdk-next-qos
 F: lib/librte_ethdev/rte_tm*
 
 Traffic Metering and Policing API - EXPERIMENTAL
 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
+T: git://dpdk.org/next/dpdk-next-qos
 F: lib/librte_ethdev/rte_mtr*
 
 Baseband API - EXPERIMENTAL