On 4/1/2017 4:22 AM, Chen, Jing D wrote: > > >> -----Original Message----- >> From: Wang, Xiao W >> Sent: Tuesday, March 28, 2017 11:59 AM >> To: Chen, Jing D <jing.d.c...@intel.com> >> Cc: dev@dpdk.org; Wang, Xiao W <xiao.w.w...@intel.com>; >> sta...@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: sta...@dpdk.org >> >> Signed-off-by: Xiao Wang <xiao.w.w...@intel.com> > Acked-by : Jing Chen <jing.d.c...@intel.com>
Applied to dpdk-next-net/master, thanks.