Re: [PATCH v5 15/34] net/ixgbe: refactor vector common code

2025-06-09 Thread Bruce Richardson
On Fri, Jun 06, 2025 at 06:08:54PM +0100, Anatoly Burakov wrote: > Each vector driver provides its own Rx queue setup etc. functions, but > actually they're entirely identical, and can be merged. Rename the > `ixgbe_recycle_mbufs_vec_common.c` to `ixgbe_rxtx_vec_common.c` and move > all common code

[PATCH v5 15/34] net/ixgbe: refactor vector common code

2025-06-06 Thread Anatoly Burakov
Each vector driver provides its own Rx queue setup etc. functions, but actually they're entirely identical, and can be merged. Rename the `ixgbe_recycle_mbufs_vec_common.c` to `ixgbe_rxtx_vec_common.c` and move all common code there from each respective vector driver. Signed-off-by: Anatoly Burako