Re: [dpdk-dev] [PATCH v3] net/i40e: fix modify the number of qps in VF

2020-07-15 Thread Zhang, AlvinX
Hi Guojia, Thanks a lot. I'll update it. BR, Alvin > -Original Message- > From: Guo, Jia > Sent: Wednesday, July 15, 2020 6:17 PM > To: Zhang, AlvinX > Cc: dev@dpdk.org; Xing, Beilei > Subject: Re: [PATCH v3] net/i40e: fix modify the number of qps in VF > > hi, alvin > > The process

Re: [dpdk-dev] [PATCH v3] net/i40e: fix modify the number of qps in VF

2020-07-15 Thread Jeff Guo
hi, alvin The processing of the queue pairs configure looks better than prior version, but still have some comment. On 7/15/2020 3:28 PM, alvinx.zh...@intel.com wrote: From: Alvin Zhang If a VF request PF to allocate more number of queue pairs, the PF will free the queue pairs which have be

[dpdk-dev] [PATCH v3] net/i40e: fix modify the number of qps in VF

2020-07-15 Thread alvinx . zhang
From: Alvin Zhang If a VF request PF to allocate more number of queue pairs, the PF will free the queue pairs which have been allocated and reset the VF. So, VF should stop to work until all the process is done. This patch modify the process of the request queue pairs. To improve efficiency and e