Re: [PATCH v4] net/ark: support for single function with multiple port

2023-05-16 Thread Ferruh Yigit
On 2/23/2023 2:25 PM, Ferruh Yigit wrote: > On 2/21/2023 4:30 PM, Ed Czeck wrote: >> Support the creation of multiple ports from one ark device via >> the use of ark pmd extension, though the assignment of queues >> to port. >> >> Add unique dev_private data for each port. >> >> This patch repairs

Re: [PATCH v4] net/ark: support for single function with multiple port

2023-02-23 Thread Ferruh Yigit
On 2/21/2023 4:30 PM, Ed Czeck wrote: > Support the creation of multiple ports from one ark device via > the use of ark pmd extension, though the assignment of queues > to port. > > Add unique dev_private data for each port. > > This patch repairs a latent issue uncovered during testing. > > Sig

[PATCH v4] net/ark: support for single function with multiple port

2023-02-21 Thread Ed Czeck
Support the creation of multiple ports from one ark device via the use of ark pmd extension, though the assignment of queues to port. Add unique dev_private data for each port. This patch repairs a latent issue uncovered during testing. Signed-off-by: Ed Czeck --- v3: * Backport to LTS version