-----Original Message-----
From: dev <redacted> On Behalf Of Jeff Guo
Sent: Thursday, July 16, 2020 3:31 PM
To: Zhang, AlvinX <redacted>; Yang, Qiming
[off-list ref]
Cc: dev@dpdk.org; stable@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v5] net/i40e: fix qps configuration in VF
Acked-by: Jeff Guo <redacted>
On 7/16/2020 2:33 PM, alvinx.zhang@intel.com wrote:
quoted
From: Alvin Zhang <redacted>
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 eliminate code redundancy, the promiscuous ops were also updated.
Fixes: c48eb308ed13 ("net/i40e: support VF request more queues")
Cc: stable@dpdk.org
Signed-off-by: Alvin Zhang <redacted>
Applied to dpdk-next-net-intel.
Thanks
Qi