> -----Original Message-----
> From: [email protected] <[email protected]>
> Sent: Wednesday, May 25, 2022 3:37 PM
> To: Li, Xiaoyun <[email protected]>; Singh, Aman Deep
> <[email protected]>; Zhang, Yuying <[email protected]>;
> Dumitrescu, Cristian <[email protected]>
> Cc: [email protected]; Sunil Kumar Kori <[email protected]>
> Subject: [PATCH v2 1/1] app/testpmd: support different input color method
>
> From: Sunil Kumar Kori <[email protected]>
>
> To enable input coloring, based on VLAN or DSCP, patch adds
> command line interface to configure the following:
>
> - configuring input coloring using VLAN or DSCP while creating
> meter i.e. during rte_mtr_create()
>
> - Update VLAN input coloring table at runtime.
>
> - configures protocol priorities.
>
> - retrieve protocol and priority information
>
> Depends-on: patch-22751 ("ethdev: mtr: support protocol based input color
> selection")
>
> Signed-off-by: Sunil Kumar Kori <[email protected]>
> ---
> v1..v2:
> - Rebased to branch dpdk-next-net
> - add CLIs for input coloring mechanism
>
> app/test-pmd/cmdline.c | 4 +
> app/test-pmd/cmdline_mtr.c | 558
> ++++++++++++++++++++++++++++++++++++-
Acked-by: Cristian Dumitrescu <[email protected]>