Re: [dpdk-dev] [PATCH] net/i40e: fix modifying the number of queues

2020-06-29 Thread Jeff Guo
hi, alvin On 6/29/2020 11:16 AM, Zhang, AlvinX wrote: Hi Jia, -Original Message- From: Guo, Jia Sent: Sunday, June 21, 2020 9:36 PM To: Zhang, AlvinX ; dev@dpdk.org Cc: sta...@dpdk.org; Xing, Beilei ; Jiang, MaoX Subject: Re: [PATCH] net/i40e: fix modifying the number of queues hi, a

Re: [dpdk-dev] [PATCH] net/i40e: fix modifying the number of queues

2020-06-28 Thread Zhang, AlvinX
Hi Jia, > -Original Message- > From: Guo, Jia > Sent: Sunday, June 21, 2020 9:36 PM > To: Zhang, AlvinX ; dev@dpdk.org > Cc: sta...@dpdk.org; Xing, Beilei ; Jiang, MaoX > > Subject: Re: [PATCH] net/i40e: fix modifying the number of queues > > hi, alvin > > On 6/10/2020 8:07 PM, alvinx.z

Re: [dpdk-dev] [PATCH] net/i40e: fix modifying the number of queues

2020-06-21 Thread Jeff Guo
hi, alvin On 6/10/2020 8:07 PM, alvinx.zh...@intel.com wrote: From: Alvin Zhang For the newly created VF, if the number of qps is greater than 4 at startup, it may fail to start. This patch updates the API `i40evf_dev_configure`. Could you explicit explain why it limit to 4 qps, and more de

[dpdk-dev] [PATCH] net/i40e: fix modifying the number of queues

2020-06-10 Thread alvinx . zhang
From: Alvin Zhang For the newly created VF, if the number of qps is greater than 4 at startup, it may fail to start. This patch updates the API `i40evf_dev_configure`. Fixes: c48eb308ed13 ("net/i40e: support VF request more queues") Cc: sta...@dpdk.org Signed-off-by: Alvin Zhang --- drivers/n