On Tue, Dec 16, 2025 at 10:35:03AM +0000, Ciara Loftus wrote:
> Depending on the underlying architecture and CPU flags available, a
> different set of Rx paths may be defined by a driver using the common
> path selection infrastructure. However the Rx path selection function
> iterates through the entire array of potential Rx paths, regardless of
> whether they are available for selection by that platform. This could
> result in a null Rx burst function being selected. Fix this by
> discarding paths with a null Rx burst function from selection.
>
> Fixes: 9d99641d80a0 ("net/intel: introduce infrastructure for Rx path
> selection")
> Cc: [email protected]
>
> Signed-off-by: Ciara Loftus <[email protected]>
Acked-by: Bruce Richardson <[email protected]>
- [PATCH 5/8] net/i40e: ensure all Rx paths are selectable Ciara Loftus
- [PATCH 6/8] net/iavf: ensure all Rx paths are selectable Ciara Loftus
- [PATCH 7/8] net/ice: ensure all Rx paths are selectable Ciara Loftus
- [PATCH 8/8] net/idpf: ensure all Rx paths are selectable Ciara Loftus
- Re: [PATCH 0/8] Fixes for Intel common rx/tx path selecti... Bruce Richardson
- RE: [PATCH 0/8] Fixes for Intel common rx/tx path se... Loftus, Ciara
- [PATCH v2 0/3] Fixes for Intel common rx/tx path selectio... Ciara Loftus
- [PATCH v2 1/3] net/intel: prevent selection of a nul... Ciara Loftus
- Re: [PATCH v2 1/3] net/intel: prevent selection ... Bruce Richardson
- [PATCH v2 2/3] net/intel: prevent selection of a nul... Ciara Loftus
- Re: [PATCH v2 2/3] net/intel: prevent selection ... Bruce Richardson
- [PATCH v2 3/3] net/intel: bring common Rx path selec... Ciara Loftus
- Re: [PATCH v2 3/3] net/intel: bring common Rx pa... Bruce Richardson
- Re: [PATCH v2 0/3] Fixes for Intel common rx/tx path... Bruce Richardson

