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

2023-10-11 Thread Ferruh Yigit
On 10/10/2023 9:42 PM, Ed Czeck wrote: > Support the creation of multiple ports from one ark device via > the use of ark pmd extension. I.e., one device with q queue can > seen a p ports each with q/p queues. > > Add unique dev_private data for each port to manage queue assignment. > > This patc

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

2023-10-10 Thread Ed Czeck
Support the creation of multiple ports from one ark device via the use of ark pmd extension. I.e., one device with q queue can seen a p ports each with q/p queues. Add unique dev_private data for each port to manage queue assignment. This patch repairs a latent issue uncovered during testing. Fi