Hi,
> -----Original Message----- > From: Ivan Malov <ivan.ma...@oktetlabs.ru> > Sent: Wednesday, October 13, 2021 20:03 > To: dev@dpdk.org > Cc: Ferruh Yigit <ferruh.yi...@intel.com>; NBU-Contact-Thomas Monjalon > <tho...@monjalon.net>; Ori Kam <or...@nvidia.com>; Andrew Rybchenko > <andrew.rybche...@oktetlabs.ru>; Matan Azrad <ma...@nvidia.com>; Slava > Ovsiienko <viachesl...@nvidia.com> > Subject: [PATCH v6 10/12] net/mlx5: support represented port flow action > > From: Andrew Rybchenko <andrew.rybche...@oktetlabs.ru> > > Semantics of the existing support for action PORT_ID suggests that support > for equal action REPRESENTED_PORT be implemented. > > Helper functions keep port_id suffix since action > MLX5_FLOW_ACTION_PORT_ID is still used internally. > > Signed-off-by: Andrew Rybchenko <andrew.rybche...@oktetlabs.ru> > --- > doc/guides/nics/features/mlx5.ini | 1 + > doc/guides/nics/mlx5.rst | 4 +- > drivers/net/mlx5/mlx5_flow_dv.c | 64 +++++++++++++++++++++++++------ > 3 files changed, 55 insertions(+), 14 deletions(-) > Acked-by: Viacheslav Ovsiienko <viachesl...@nvidia.com>