Re: [dpdk-dev] [PATCH] net/mlx5: fix vport index in port action

2019-11-17 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Viacheslav Ovsiienko > Sent: Sunday, November 17, 2019 10:48 AM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Ori Kam > Subject: [PATCH] net/mlx5: fix vport index in port action > > The rdma_core routine mlx5dv_dr_create_flow_action_dest_vp

[dpdk-dev] [PATCH] net/mlx5: fix vport index in port action

2019-11-17 Thread Viacheslav Ovsiienko
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.