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

Ferruh Yigit ferruh.yigit at intel.com
Mon Apr 3 11:51:37 CEST 2017


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.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>

Applied to dpdk-next-net/master, thanks.



More information about the dev mailing list