> -----Original Message-----
> From: sk...@marvell.com <sk...@marvell.com>
> Sent: Tuesday, August 23, 2022 11:23 AM
> To: Dumitrescu, Cristian <cristian.dumitre...@intel.com>; Singh, Aman Deep
> <aman.deep.si...@intel.com>; Zhang, Yuying <yuying.zh...@intel.com>;
> Nithin Dabilpuram <ndabilpu...@marvell.com>; Kiran Kumar K
> <kirankum...@marvell.com>; Sunil Kumar Kori <sk...@marvell.com>; Satha
> Rao <skotesh...@marvell.com>; Singh, Jasvinder
> <jasvinder.si...@intel.com>; Thomas Monjalon <tho...@monjalon.net>;
> Ferruh Yigit <ferruh.yi...@xilinx.com>; Andrew Rybchenko
> <andrew.rybche...@oktetlabs.ru>
> Cc: dev@dpdk.org
> Subject: [PATCH v2 1/1] ethdev: add protocol param to color table update
>
> From: Sunil Kumar Kori <sk...@marvell.com>
>
> Using rte_mtr_color_in_protocol_set(), user can configure
> combination of protocol headers, like outer_vlan and outer_ip,
> can be enabled on given meter object.
>
> But rte_mtr_meter_vlan_table_update() and
> rte_mtr_meter_dscp_table_update() do not have information that
> which table needs to be updated corresponding to protocol header
> i.e. inner or outer.
>
> Adding protocol paramreter will allow user to provide required
> protocol information so that corresponding inner or outer table
> can be updated corresponding to protocol header.
>
> If user wishes to configure both inner and outer table then
> API must be called twice with correct protocol information.
>
> Signed-off-by: Sunil Kumar Kori <sk...@marvell.com>
> ---
> v1..v2:
> - Rebase on ToT of dpdk-next-net-mrvl/for-next-net branch.
> - Remove "Depends On:" tag as dependent patch is merged.
>
Acked-by: Cristian Dumitrescu <cristian.dumitre...@intel.com>