Re: [PATCH v4] net/ixgbe: support Rx/Tx burst mode info

2025-04-29 Thread Bruce Richardson
On Mon, Apr 28, 2025 at 05:29:22PM -0400, Roger Melton wrote: > Return burst mode according to the selected Rx/Tx burst > function name. > Update 25.07 release notes with this information. > > Signed-off-by: Roger Melton > --- Acked-by: Bruce Richardson Applied to dpdk-next-net-intel. Thanks,

[PATCH v4] net/ixgbe: support Rx/Tx burst mode info

2025-04-28 Thread Roger Melton
Return burst mode according to the selected Rx/Tx burst function name. Update 25.07 release notes with this information. Signed-off-by: Roger Melton --- doc/guides/rel_notes/release_25_07.rst| 3 + drivers/net/intel/ixgbe/ixgbe_ethdev.c| 4 ++ drivers/net/intel/ixgbe/ixgbe_ethd