Re: [PATCH v1 5/5] net/ark: add PMD support for devices as virtual functions

2022-05-18 Thread Ferruh Yigit
On 5/6/2022 10:27 PM, Ed Czeck wrote: Add capabilities field isvf to dev struct Disable configuration calls as required by vf Signed-off-by: Ed Czeck Hi Ed, Last two patches are removing VF restriction, adding a new VF device and enabling its probing. Can you please document this new featur

[PATCH v1 5/5] net/ark: add PMD support for devices as virtual functions

2022-05-06 Thread Ed Czeck
Add capabilities field isvf to dev struct Disable configuration calls as required by vf Signed-off-by: Ed Czeck --- drivers/net/ark/ark_ethdev.c | 79 drivers/net/ark/ark_global.h | 1 + 2 files changed, 45 insertions(+), 35 deletions(-) diff --git a/driver

[PATCH v1 5/5] net/ark: add PMD support for devices as virtual functions

2022-05-05 Thread Ed Czeck
Add capabilities field isvf to dev struct Disable configuration calls as required by vf Signed-off-by: Ed Czeck --- drivers/net/ark/ark_ethdev.c | 79 drivers/net/ark/ark_global.h | 1 + 2 files changed, 45 insertions(+), 35 deletions(-) diff --git a/driver