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

2022-02-11 Thread Thomas Monjalon
11/02/2022 18:14, 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 > A

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