> -----Original Message----- > From: Zhang, Yuying <[email protected]> > Sent: Thursday, February 10, 2022 2:51 PM > To: [email protected]; Li, Xiaoyun <[email protected]>; Yigit, Ferruh > <[email protected]>; [email protected]; Dumitrescu, Cristian > <[email protected]> > Cc: Zhang, Yuying <[email protected]> > Subject: [PATCH v3] maintainers: update for testpmd > > Move 'test-pmd/cmdline_tm.*' files under > "Traffic Management API" component. > Move 'test-pmd/cmdline_mtr.*' files under > "Traffic Metering and Policing API" component. > > Signed-off-by: Yuying Zhang <[email protected]> > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index c65b753c6b..a650f312cd 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -407,11 +407,13 @@ Traffic Management API - EXPERIMENTAL > M: Cristian Dumitrescu <[email protected]> > T: git://dpdk.org/next/dpdk-next-net > F: lib/ethdev/rte_tm* > +F: app/test-pmd/cmdline_tm.* > > Traffic Metering and Policing API - EXPERIMENTAL > M: Cristian Dumitrescu <[email protected]> > T: git://dpdk.org/next/dpdk-next-net > F: lib/ethdev/rte_mtr* > +F: app/test-pmd/cmdline_mtr.* > > Baseband API > M: Nicolas Chautru <[email protected]> > -- > 2.25.1
Acked-by: Cristian Dumitrescu <[email protected]>

