[PATCH v5 16/34] net/ixgbe: move vector Rx/Tx code to vec common

Bruce Richardson bruce.richardson at intel.com
Mon Jun 9 13:05:19 CEST 2025


On Fri, Jun 06, 2025 at 06:08:55PM +0100, Anatoly Burakov wrote:
> There is no reason why bits and pieces of vectorized code should be
> defined in `ixgbe_rxtx.c`, so move them to the vec common file.
> 
> Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
> ---
>  drivers/net/intel/ixgbe/ixgbe_rxtx.c          | 38 ++++---------------
>  drivers/net/intel/ixgbe/ixgbe_rxtx.h          |  6 ---
>  .../net/intel/ixgbe/ixgbe_rxtx_vec_common.c   | 31 +++++++++++++++
>  .../net/intel/ixgbe/ixgbe_rxtx_vec_common.h   |  4 ++
>  4 files changed, 42 insertions(+), 37 deletions(-)

Acked-by: Bruce Richardson <bruce.richardson at intel.com>


More information about the dev mailing list