Hi, > -----Original Message----- > From: Viacheslav Ovsiienko <viachesl...@mellanox.com> > Sent: Sunday, November 17, 2019 10:48 AM > To: dev@dpdk.org > Cc: Matan Azrad <ma...@mellanox.com>; Raslan Darawsheh > <rasl...@mellanox.com>; Ori Kam <or...@mellanox.com> > Subject: [PATCH] net/mlx5: fix vport index in port action > > The rdma_core routine mlx5dv_dr_create_flow_action_dest_vport() > requires the vport id parameter to create port action. > The register c[0] value was used to deduce the port id value > and it fails in bonding configuration. The correct way is > to apply vport_num value queried from the rdma_core library. > > Fixes: f07341e7aed3 ("net/mlx5: update source and destination vport > translations") > > Signed-off-by: Viacheslav Ovsiienko <viachesl...@mellanox.com> > --- > drivers/net/mlx5/mlx5.c | 3 ++- > drivers/net/mlx5/mlx5_flow_dv.c | 6 +----- > 2 files changed, 3 insertions(+), 6 deletions(-) >
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh