Re: [dpdk-dev] [PATCH] net/mlx5: fix SubFunction representor probe in isolate mode

2021-07-22 Thread Slava Ovsiienko
> -Original Message- > From: Xueming(Steven) Li > Sent: Wednesday, July 7, 2021 14:53 > Cc: dev@dpdk.org; Xueming(Steven) Li ; > sta...@dpdk.org; Matan Azrad ; Shahaf Shuler > ; Slava Ovsiienko > Subject: [PATCH] net/mlx5: fix SubFunction representor probe in isolate > mode > > Represent

Re: [dpdk-dev] [PATCH] net/mlx5: fix SubFunction representor probe in isolate mode

2021-07-22 Thread Thomas Monjalon
> > 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: sta...@dpdk.org > > > > Signed-off-by: Xueming Li > Acked-by: Viacheslav Ovsiie

[dpdk-dev] [PATCH] net/mlx5: fix SubFunction representor probe in isolate mode

2021-07-07 Thread Xueming Li
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: sta...@dpdk.org Signed-off-by: Xueming Li --- drivers/net/mlx5/mlx5.c | 2 ++ 1 file changed, 2 in