net/mlx5: fix SF representor probing in isolate mode
authorXueming Li <xuemingl@nvidia.com>
Wed, 7 Jul 2021 11:53:26 +0000 (19:53 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 22 Jul 2021 14:53:26 +0000 (16:53 +0200)
commit92d16c83a7383b28cf845cfcae7282d63747e625
tree5128d5a786b64101955745686dee1e0edea03450
parent9f430dd75107d47fb9b67ab756503397b59b8955
net/mlx5: fix SF representor probing in isolate mode

Representor failed to probe in isolated mode due to callback of
retrieving representor info missing. This patch adds it back.

Fixes: cb95feefdd03 ("net/mlx5: support sub-function representor")
Cc: stable@dpdk.org
Signed-off-by: Xueming Li <xuemingl@nvidia.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
drivers/net/mlx5/mlx5.c