[v2] maintainers: update for testpmd
Checks
Commit Message
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 <yuying.zhang@intel.com>
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
Comments
On 2/10/2022 5:11 PM, Yuying Zhang wrote:
> 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 <yuying.zhang@intel.com>
> ---
> MAINTAINERS | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c65b753c6b..49fafd8be2 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -406,11 +406,13 @@ F: lib/ethdev/rte_flow*
> Traffic Management API - EXPERIMENTAL
> M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
> T: git://dpdk.org/next/dpdk-next-net
> +F: app/test-pmd/cmdline_tm.*
Thanks Yuying,
Can you please move the testpm files under the lib files?
For both components.
> F: lib/ethdev/rte_tm*
>
> Traffic Metering and Policing API - EXPERIMENTAL
> M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
> T: git://dpdk.org/next/dpdk-next-net
> +F: app/test-pmd/cmdline_mtr.*
> F: lib/ethdev/rte_mtr*
>
> Baseband API
@@ -406,11 +406,13 @@ F: lib/ethdev/rte_flow*
Traffic Management API - EXPERIMENTAL
M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
T: git://dpdk.org/next/dpdk-next-net
+F: app/test-pmd/cmdline_tm.*
F: lib/ethdev/rte_tm*
Traffic Metering and Policing API - EXPERIMENTAL
M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
T: git://dpdk.org/next/dpdk-next-net
+F: app/test-pmd/cmdline_mtr.*
F: lib/ethdev/rte_mtr*
Baseband API