> > On dev_stop the Rx/Tx_burst functions are being set to NULL, this causes
> > a SEGFAULT in cases where control path calls stop and a paket is still
> > being processed by a worker.
> > Instead clear the fastpath functions in dev_close.
> >
> > Fixes: da6c687471a3 ("net/octeontx: add start and stop support")
>
> Cc: [email protected]
>
> >
> > Signed-off-by: Pavan Nikhilesh <[email protected]>
>
> Acked-by: Jerin Jacob <[email protected]>
Applied, thanks
Renamed "fastpath" to "Rx/Tx" to be more explicit.