[PATCH 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

[PATCH 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