[PATCH 12/13] ethdev: remove deprecated flow item PHY PORT
Thomas Monjalon
thomas at monjalon.net
Tue Sep 27 09:08:28 CEST 2022
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 <ivan.malov at oktetlabs.ru>
> > Reviewed-by: Andrew Rybchenko <andrew.rybchenko at oktetlabs.ru>
>
> Acked-by: Ori Kam <orika at nvidia.com>
> 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
More information about the dev
mailing list