On Tue, Sep 27, 2022 at 12:08 AM Thomas Monjalon wrote: > > 22/08/2022 07:33, Ori Kam: > > > Such deprecation was commenced in DPDK 21.11. > > > Since then, no parties have objected. Remove. > > > > > > The patch breaks ABI. > > > > > > Signed-off-by: Ivan Malov > > > Reviewed-by: Andrew Rybchenko > > > > Acked-by: Ori Kam > > Best, > > Ori > > > The patch is missing following change > to make devtools/check-doc-vs-code.sh happy: > > --- a/drivers/net/mlx5/mlx5.h > +++ b/drivers/net/mlx5/mlx5.h > @@ -850,7 +850,7 @@ struct mlx5_flow_meter_info { > * applications) at the device level. > * > * It complements the behavior of some pattern items such as > - * RTE_FLOW_ITEM_TYPE_PHY_PORT and is meaningless without them. > + * RTE_FLOW_ITEM_TYPE_REPRESENTED_PORT and is meaningless without them. > * > * When transferring flow rules, ingress and egress attributes keep > * their original meaning, as if processing traffic emitted or The patch also needs to appropriately update doc/guides/rel_notes/deprecation.rst > > >