> -----Original Message-----
> From: Wang, Xiao W
> Sent: Tuesday, March 28, 2017 11:59 AM
> To: Chen, Jing D <[email protected]>
> Cc: [email protected]; Wang, Xiao W <[email protected]>;
> [email protected]
> Subject: [PATCH] net/fm10k: fix secondary process crash
>
> If the primary process has initialized all the queues to vector pmd mode, the
> secondary process should not use scalar code path, because the per queue
> data structures haven't been prepared for that, e.g. txq->ops is for vector Tx
> rather than scalar Tx.
>
> Fixes: a6ce64a97520 ("fm10k: introduce vector driver")
> Cc: [email protected]
>
> Signed-off-by: Xiao Wang <[email protected]>
Acked-by : Jing Chen <[email protected]>