Re: [PATCH v2] net/ark: support multi-port pkt generation

2022-03-03 Thread Ferruh Yigit
On 3/2/2022 7:26 PM, John Miller wrote: Added support for packet generation in multi-port Arkville implementations. The packet generator is a singleton within the device but is capable of generating packets for any port within one device. Signed-off-by: John Miller Applied to dpdk-next-net/mai

[PATCH v2] net/ark: support multi-port pkt generation

2022-03-02 Thread John Miller
Added support for packet generation in multi-port Arkville implementations. The packet generator is a singleton within the device but is capable of generating packets for any port within one device. Signed-off-by: John Miller --- v2: - Incorporated changes from Ferruh's comments. --- drivers/ne