Re: [PATCH 1/4] net/ark: add device capabilities record

2022-01-26 Thread Ferruh Yigit
On 1/19/2022 7:12 PM, John Miller wrote: Add static record of supported device capabilities. Signed-off-by: John Miller --- drivers/net/ark/ark_ethdev.c | 58 +--- 1 file changed, 48 insertions(+), 10 deletions(-) diff --git a/drivers/net/ark/ark_ethdev.c b/d

[PATCH 1/4] net/ark: add device capabilities record

2022-01-19 Thread John Miller
Add static record of supported device capabilities. Signed-off-by: John Miller --- drivers/net/ark/ark_ethdev.c | 58 +--- 1 file changed, 48 insertions(+), 10 deletions(-) diff --git a/drivers/net/ark/ark_ethdev.c b/drivers/net/ark/ark_ethdev.c index b618cba3f0.