Re: [PATCH v2 1/3] net/ark: support secondary process

2023-02-20 Thread Ferruh Yigit
On 2/20/2023 10:04 PM, Ed Czeck wrote: > Hi ferruh, > We have limited support for secondary processes.  This patch simply > avoids corrupting the FPGA state if a secondary process attaches. > Improved support for secondary processes is on our list, but we need a > strong customer driver for this fe

Re: [PATCH v2 1/3] net/ark: support secondary process

2023-02-20 Thread Ed Czeck
Hi ferruh, We have limited support for secondary processes. This patch simply avoids corrupting the FPGA state if a secondary process attaches. Improved support for secondary processes is on our list, but we need a strong customer driver for this feature. An update patch is following soon. Thanks

Re: [PATCH v2 1/3] net/ark: support secondary process

2023-02-20 Thread Ferruh Yigit
On 2/17/2023 9:59 PM, Ed Czeck wrote: > From: John Miller > > disable device configuration for secondary processes > > Signed-off-by: John Miller > --- > v2: > * Use standard logging > --- > drivers/net/ark/ark_ethdev.c | 11 --- > 1 file changed, 8 insertions(+), 3 deletions(-) > > d

[PATCH v2 1/3] net/ark: support secondary process

2023-02-17 Thread Ed Czeck
From: John Miller disable device configuration for secondary processes Signed-off-by: John Miller --- v2: * Use standard logging --- drivers/net/ark/ark_ethdev.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/drivers/net/ark/ark_ethdev.c b/drivers/net/ark/ark_e