On Mon, Jan 20, 2025 at 03:01:47PM +, Medvedkin, Vladimir wrote:
> On 13/12/2024 14:33, Bruce Richardson wrote:
> > The iavf driver only contains a single Tx prepare function, so when
> > selecting the Tx path, there is no need to reset and reassign the
> > function pointer in the ethdev struct
On 13/12/2024 14:33, Bruce Richardson wrote:
The iavf driver only contains a single Tx prepare function, so when
selecting the Tx path, there is no need to reset and reassign the
function pointer in the ethdev structure. This fixes an issue where the
pointer was reset to NULL, but never assigned
The iavf driver only contains a single Tx prepare function, so when
selecting the Tx path, there is no need to reset and reassign the
function pointer in the ethdev structure. This fixes an issue where the
pointer was reset to NULL, but never assigned back later on function
selection.
Fixes: 5712b
3 matches
Mail list logo