Re: [dpdk-dev] [PATCH v2] net/i40e: fix request queue fail in VF

2019-07-22 Thread Zhang, Qi Z
> -Original Message- > From: Zhu, TaoX > Sent: Friday, July 19, 2019 11:18 AM > To: Xing, Beilei ; Zhang, Qi Z > Cc: dev@dpdk.org; Zhu, TaoX ; sta...@dpdk.org > Subject: [PATCH v2] net/i40e: fix request queue fail in VF > > From: Zhu Tao > > When the VF configuration is larger than t

[dpdk-dev] [PATCH v2] net/i40e: fix request queue fail in VF

2019-07-18 Thread taox . zhu
From: Zhu Tao When the VF configuration is larger than the number of queues reserved by PF, VF sends the request queue command through admin queue. When PF received this command, it may reset the VF and send a notification before resetting. If this notification is read by the timed task alarm, Ta