[PATCH v3 15/15] net/i40e: use the common Rx path selection infrastructure
Bruce Richardson
bruce.richardson at intel.com
Wed Aug 20 11:51:15 CEST 2025
On Mon, Aug 18, 2025 at 10:59:14AM +0000, Ciara Loftus wrote:
> Replace the existing complicated logic with the use of the common function.
>
> Signed-off-by: Ciara Loftus <ciara.loftus at intel.com>
> ---
> v3
> * change burst features to true/false instead of using defines
> * Use new extra features structure to define burst features
> ---
> drivers/net/intel/i40e/i40e_rxtx.c | 144 +++++++++---------
> drivers/net/intel/i40e/i40e_rxtx.h | 15 ++
> .../net/intel/i40e/i40e_rxtx_vec_altivec.c | 6 +
> drivers/net/intel/i40e/i40e_rxtx_vec_common.h | 9 +-
> drivers/net/intel/i40e/i40e_rxtx_vec_neon.c | 6 +
> 5 files changed, 99 insertions(+), 81 deletions(-)
>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
More information about the dev
mailing list