Re: [PATCH v3 3/3] dts: add l2fwd test suite

2024-11-13 Thread Patrick Robb
Reviewed-by: Patrick Robb Tested-by: Patrick Robb On Fri, Nov 8, 2024 at 12:01 PM Luca Vizzarro wrote: > Add a basic L2 forwarding test suite which tests the correct > functionality of the forwarding facility built-in in the DPDK. > > The tests are performed with different queues numbers per p

[PATCH v3 3/3] dts: add l2fwd test suite

2024-11-08 Thread Luca Vizzarro
Add a basic L2 forwarding test suite which tests the correct functionality of the forwarding facility built-in in the DPDK. The tests are performed with different queues numbers per port. Signed-off-by: Luca Vizzarro Signed-off-by: Thomas Wilks Reviewed-by: Paul Szczepanek Reviewed-by: Dean Ma