Re: [PATCH v5 1/2] ethdev: introduce generic dummy packet burst function

2022-02-11 Thread Ferruh Yigit
On 2/11/2022 7:11 PM, Ferruh Yigit wrote: Multiple PMDs have dummy/noop Rx/Tx packet burst functions. These dummy functions are very simple, introduce a common function in the ethdev and update drivers to use it instead of each driver having its own functions. Signed-off-by: Ferruh Yigit Acked-

[PATCH v5 1/2] ethdev: introduce generic dummy packet burst function

2022-02-11 Thread Ferruh Yigit
Multiple PMDs have dummy/noop Rx/Tx packet burst functions. These dummy functions are very simple, introduce a common function in the ethdev and update drivers to use it instead of each driver having its own functions. Signed-off-by: Ferruh Yigit Acked-by: Morten Brørup Acked-by: Viacheslav Ovs