Re: [dpdk-dev] [PATCH v5] net/i40e: fix qps configuration in VF

2020-07-16 Thread Zhang, Qi Z
> -Original Message- > From: dev On Behalf Of Jeff Guo > Sent: Thursday, July 16, 2020 3:31 PM > To: Zhang, AlvinX ; Yang, Qiming > > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v5] net/i40e: fix qps configuration in VF > > Acked-by:

Re: [dpdk-dev] [PATCH v5] net/i40e: fix qps configuration in VF

2020-07-16 Thread Jeff Guo
Acked-by: Jeff Guo On 7/16/2020 2:33 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 been allocated and reset the VF. So, VF should stop to work until all the process is done. This patch

[dpdk-dev] [PATCH v5] net/i40e: fix qps configuration 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