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

2019-07-18 Thread Ye Xiaolong
9 9:09 PM >To: Zhu, TaoX >Cc: Xing, Beilei ; Zhang, Qi Z ; >dev@dpdk.org >Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix request queue fail in VF > >On 07/18, taox@intel.com wrote: >>From: Zhu Tao >> >>When the VF configuration is larger than the number of queues r

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

2019-07-18 Thread Zhu, TaoX
Thanks, Zhutao -Original Message- From: Ye, Xiaolong Sent: Thursday, July 18, 2019 9:09 PM To: Zhu, TaoX Cc: Xing, Beilei ; Zhang, Qi Z ; dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix request queue fail in VF On 07/18, taox@intel.com wrote: >From: Zhu Tao > >W

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

2019-07-17 Thread Ye Xiaolong
On 07/18, taox@intel.com wrote: >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 notifi

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

2019-07-17 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