[dpdk-dev] [PATCH] net/fm10k: fix secondary process crash

Chen, Jing D jing.d.chen at intel.com
Sat Apr 1 05:22:07 CEST 2017



> -----Original Message-----
> From: Wang, Xiao W
> Sent: Tuesday, March 28, 2017 11:59 AM
> To: Chen, Jing D <jing.d.chen at intel.com>
> Cc: dev at dpdk.org; Wang, Xiao W <xiao.w.wang at intel.com>;
> stable at dpdk.org
> 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: stable at dpdk.org
> 
> Signed-off-by: Xiao Wang <xiao.w.wang at intel.com>
Acked-by : Jing Chen <jing.d.chen at intel.com>



More information about the dev mailing list