Re: [PATCH v2 2/3] net/ark: support for single function with multiple port

2023-02-20 Thread Ferruh Yigit
On 2/20/2023 10:09 PM, Ed Czeck wrote: > Hi Ferruh, > We had looked at providing this patch as an LTS backport, but there are > some ties to FPGA firmware which complicate its application.  As this is > a uncommon net/ark feature we support users on an as-needed basis. Got it, you don't want this

Re: [PATCH v2 2/3] net/ark: support for single function with multiple port

2023-02-20 Thread Ed Czeck
Hi Ferruh, We had looked at providing this patch as an LTS backport, but there are some ties to FPGA firmware which complicate its application. As this is a uncommon net/ark feature we support users on an as-needed basis. Thanks. Ed. On Mon, Feb 20, 2023 at 9:54 AM Ferruh Yigit wrote: > On 2/17

Re: [PATCH v2 2/3] net/ark: support for single function with multiple port

2023-02-20 Thread Ferruh Yigit
On 2/17/2023 9:59 PM, Ed Czeck wrote: > allows the creation of multiple ports from one ark device via > the use of ark pmd extension, though the splitting of queues Hi Ed, As far as I can see "single function with multiple port" support was already there but this commit is fixing queue index usag

[PATCH v2 2/3] net/ark: support for single function with multiple port

2023-02-17 Thread Ed Czeck
allows the creation of multiple ports from one ark device via the use of ark pmd extension, though the splitting of queues Add unique dev_private data for each port Signed-off-by: Ed Czeck --- drivers/net/ark/ark_ethdev.c| 14 +- drivers/net/ark/ark_ethdev_rx.c | 6 +++--- drive