[dpdk-dev] [PATCH v5] 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

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

2020-07-15 Thread Zhang, AlvinX
k-dev] [PATCH v5] net/i40e: fix modify the number of qps in > VF > > > > > -Original Message- > > From: dev On Behalf Of alvinx.zh...@intel.com > > Sent: Thursday, July 16, 2020 12:24 > > To: Guo, Jia > > Cc: Xing, Beilei ; dev@dpdk.org; Zhang,

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

2020-07-15 Thread Yang, Qiming
> -Original Message- > From: dev On Behalf Of alvinx.zh...@intel.com > Sent: Thursday, July 16, 2020 12:24 > To: Guo, Jia > Cc: Xing, Beilei ; dev@dpdk.org; Zhang, AlvinX > ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH v5] net/i40e: fix modify the number of qps

[dpdk-dev] [PATCH v5] 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