Re: [dpdk-dev] [PATCH v1] net/i40e: support request any number of queues

2019-03-05 Thread Kevin Traynor
On 17/01/2019 07:26, Yan, Zhirun wrote: > > >> -Original Message- >> From: Kevin Traynor [mailto:ktray...@redhat.com] >> Sent: Wednesday, January 16, 2019 1:34 AM >> To: Yan, Zhirun ; dev@dpdk.org; Zhang, Qi Z >> >> Subject: Re: [dpdk-dev] [PATC

Re: [dpdk-dev] [PATCH v1] net/i40e: support request any number of queues

2019-01-16 Thread Yan, Zhirun
> -Original Message- > From: Kevin Traynor [mailto:ktray...@redhat.com] > Sent: Wednesday, January 16, 2019 1:34 AM > To: Yan, Zhirun ; dev@dpdk.org; Zhang, Qi Z > > Subject: Re: [dpdk-dev] [PATCH v1] net/i40e: support request any number of > queues > > On

Re: [dpdk-dev] [PATCH v1] net/i40e: support request any number of queues

2019-01-15 Thread Kevin Traynor
On 01/15/2019 02:57 PM, Zhirun Yan wrote: > Before this patch, VF must request a specific queues(1/2/4/8/16) with > DPDK PF. This patch align the number of requested queues to next power > of 2. So VF can request any number queues from 1 to 16. > > Signed-off-by: Zhirun Yan > --- > drivers/net/i

Re: [dpdk-dev] [PATCH v1] net/i40e: support request any number of queues

2019-01-15 Thread Zhang, Qi Z
> -Original Message- > From: Yan, Zhirun > Sent: Tuesday, January 15, 2019 10:57 PM > To: dev@dpdk.org; Zhang, Qi Z > Cc: Yan, Zhirun > Subject: [PATCH v1] net/i40e: support request any number of queues > > Before this patch, VF must request a specific queues(1/2/4/8/16) with DPDK PF.

[dpdk-dev] [PATCH v1] net/i40e: support request any number of queues

2019-01-14 Thread Zhirun Yan
Before this patch, VF must request a specific queues(1/2/4/8/16) with DPDK PF. This patch align the number of requested queues to next power of 2. So VF can request any number queues from 1 to 16. Signed-off-by: Zhirun Yan --- drivers/net/i40e/i40e_pf.c | 5 - 1 file changed, 4 insertions(+)