> -----Original Message-----
> From: jer...@marvell.com <jer...@marvell.com>
> Sent: Sunday, May 1, 2022 3:47 PM
> To: dev@dpdk.org; Dumitrescu, Cristian <cristian.dumitre...@intel.com>;
> Thomas Monjalon <tho...@monjalon.net>; Ferruh Yigit
> <ferruh.yi...@xilinx.com>; Andrew Rybchenko
> <andrew.rybche...@oktetlabs.ru>; Ray Kinsella <m...@ashroe.eu>
> Cc: ajit.khapa...@broadcom.com; abo...@pensando.io; Xing, Beilei
> <beilei.x...@intel.com>; Richardson, Bruce <bruce.richard...@intel.com>;
> ch...@att.com; Xia, Chenbo <chenbo....@intel.com>; Loftus, Ciara
> <ciara.lof...@intel.com>; dsinghra...@marvell.com;
> ed.cz...@atomicrules.com; evge...@amazon.com; gr...@u256.net;
> g.si...@nxp.com; zhouguoy...@huawei.com; Wang, Haiyue
> <haiyue.w...@intel.com>; hka...@marvell.com; heinrich.k...@corigine.com;
> hemant.agra...@nxp.com; hyon...@cisco.com; igo...@amazon.com;
> irussk...@marvell.com; jgraj...@cisco.com; Singh, Jasvinder
> <jasvinder.si...@intel.com>; jianw...@trustnetic.com;
> jiawe...@trustnetic.com; Wu, Jingjing <jingjing...@intel.com>; Daley, John
> <johnd...@cisco.com>; john.mil...@atomicrules.com; linvi...@tuxdriver.com;
> Wiles, Keith <keith.wi...@intel.com>; kirankum...@marvell.com;
> ouli...@huawei.com; lir...@marvell.com; lon...@microsoft.com;
> m...@semihalf.com; spin...@cesnet.cz; ma...@nvidia.com; Peters, Matt
> <matt.pet...@windriver.com>; maxime.coque...@redhat.com;
> m...@semihalf.com; humi...@huawei.com; pna...@marvell.com;
> ndabilpu...@marvell.com; Yang, Qiming <qiming.y...@intel.com>; Zhang,
> Qi Z <qi.z.zh...@intel.com>; rad...@marvell.com;
> rahul.lakkire...@chelsio.com; rm...@marvell.com; Xu, Rosen
> <rosen...@intel.com>; sachin.sax...@oss.nxp.com; skotesh...@marvell.com;
> shsha...@marvell.com; shaib...@amazon.com; Shepard Siegel
> <shepard.sie...@atomicrules.com>; asoma...@amd.com;
> somnath.ko...@broadcom.com; sthem...@microsoft.com; Webster, Steven
> <steven.webs...@windriver.com>; sk...@marvell.com;
> mtetsu...@gmail.com; vbu...@marvell.com; viachesl...@nvidia.com; Wang,
> Xiao W <xiao.w.w...@intel.com>; cloud.wangxiao...@huawei.com;
> yisen.zhu...@huawei.com; Wang, Yong <yongw...@vmware.com>;
> xuanziya...@huawei.com; Jerin Jacob <jer...@marvell.com>
> Subject: [dpdk-dev] [PATCH v5] ethdev: mtr: support protocol based input color
> selection
>
> From: Jerin Jacob <jer...@marvell.com>
>
> Currently, meter object supports only DSCP based on input color table,
> The patch enhance that to support VLAN based input color table,
> color table based on inner field for the tunnel use case, and
> support for fallback color per meter if packet based on a different field.
>
> All of the above features are exposed through capability and added
> additional capability to specify the implementation supports
> more than one input color table per ethdev port.
>
> Suggested-by: Cristian Dumitrescu <cristian.dumitre...@intel.com>
> Signed-off-by: Jerin Jacob <jer...@marvell.com>
> ---
>
Acked-by: Cristian Dumitrescu <cristian.dumitre...@intel.com>
Thanks very much, Jerin!