Re: [PATCH v5 1/1] app/testpmd: support different input color method

2022-06-24 Thread Andrew Rybchenko
On 6/23/22 15:57, sk...@marvell.com wrote: From: Sunil Kumar Kori 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 V

RE: [PATCH v5 1/1] app/testpmd: support different input color method

2022-06-23 Thread Sunil Kumar Kori
dpdk.org; Sunil Kumar Kori > Subject: [PATCH v5 1/1] app/testpmd: support different input color method > > From: Sunil Kumar Kori > > To enable input coloring, based on VLAN or DSCP, patch adds command line > interface to configure the following: > > - configuring inp

[PATCH v5 1/1] app/testpmd: support different input color method

2022-06-23 Thread skori
From: Sunil Kumar Kori 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. - configu