Re: [PATCH v2 4/4] net/ixgbe: prevent crashes in secondary processes

2025-02-17 Thread Medvedkin, Vladimir
Acked-by: Vladimir Medvedkin On 17/02/2025 13:54, Anatoly Burakov wrote: Currently, the architecture of IXGBE base driver is such that it uses function pointers internally. These are not guaranteed to be valid in secondary processes, which can lead to crashes. This patch prevents IXGBE ethdev d

[PATCH v2 4/4] net/ixgbe: prevent crashes in secondary processes

2025-02-17 Thread Anatoly Burakov
Currently, the architecture of IXGBE base driver is such that it uses function pointers internally. These are not guaranteed to be valid in secondary processes, which can lead to crashes. This patch prevents IXGBE ethdev driver from calling into these functions. Bugzilla ID: 1575 Fixes: af75078fe