[PATCH v3 02/10] net/iavf: permit secondary process Rx path selection
Bruce Richardson
bruce.richardson at intel.com
Wed Feb 18 11:03:40 CET 2026
On Wed, Feb 18, 2026 at 09:49:29AM +0000, Ciara Loftus wrote:
> Commit 3f59c3d97a89 ("net/iavf: use same Rx path across processes")
> changed the way that secondary processes selected their Rx burst
> function. Instead of letting secondary processes select their own
> function, they now used the function selected by the primary process.
> However, the primary process only selects the function at device start,
> so if the primary process hadn't started the device by the time the
> secondary process was selecting its Rx burst function, the secondary
> process would not select the correct function.
>
> This commit addresses this issue by allowing the secondary process to
> select the path if the device has not been started yet.
>
> Fixes: 3f59c3d97a89 ("net/iavf: use same Rx path across processes")
> Cc: stable at dpdk.org
>
> Signed-off-by: Ciara Loftus <ciara.loftus at intel.com>
> ---
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
More information about the stable
mailing list