Re: [PATCH v5 32/32] net/sssnic: add VF dev support

2023-09-26 Thread Ferruh Yigit
On 9/4/2023 5:56 AM, wa...@3snic.com wrote: > From: Renyong Wan > > In comparison to PF, VF PMD does not support the following features: > > 1. link up and link down set > 2. promiscuous enable and disable > 3. MAC stats in extend xstats > Does it make sense to document these in the driver doc

[PATCH v5 32/32] net/sssnic: add VF dev support

2023-09-03 Thread wanry
From: Renyong Wan In comparison to PF, VF PMD does not support the following features: 1. link up and link down set 2. promiscuous enable and disable 3. MAC stats in extend xstats Signed-off-by: Steven Song Signed-off-by: Renyong Wan --- drivers/net/sssnic/base/sssnic_api.c | 42