On 2/10/22 14:04, Morten Brørup wrote:
From: Ferruh Yigit [mailto:ferruh.yi...@intel.com]
Sent: Tuesday, 8 February 2022 20.45
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 <ferruh.yi...@intel.com>
After briefly considering if the dummy TX should free the burst, I concluded
that the current behavior is correct.
Could you share your thoughts, please. I'm wondering as well.
Good clean-up. :-)
Acked-by: Morten Brørup <m...@smartsharesystems.com>