[dpdk-dev] [PATCH 2/2] i40e: Enlarge the number of supported queues

2015-10-19 Thread Zhang, Helin
> -Original Message- > From: Wu, Jingjing > Sent: Monday, October 19, 2015 4:30 PM > To: Zhang, Helin; dev at dpdk.org > Cc: Pei, Yulong; Liu, Yong > Subject: RE: [PATCH 2/2] i40e: Enlarge the number of supported queues > > Hi, helin > > Few comments > > >

[dpdk-dev] [PATCH 2/2] i40e: Enlarge the number of supported queues

2015-09-22 Thread Zhang, Helin
] [PATCH 2/2] i40e: Enlarge the number of supported queues Hello Helin, Bruce, On Sun, Sep 20, 2015 at 4:51 PM, Helin Zhang wrote: It enlarges the number of supported queues to hardware allowed maximum. There was a software limitation of 64 per physical port which is not reasonable. I looked

[dpdk-dev] [PATCH 2/2] i40e: Enlarge the number of supported queues

2015-09-21 Thread David Marchand
Hello Helin, Bruce, On Sun, Sep 20, 2015 at 4:51 PM, Helin Zhang wrote: > It enlarges the number of supported queues to hardware allowed > maximum. There was a software limitation of 64 per physical port > which is not reasonable. > I looked at the commit that introduced this limitation, can't

[dpdk-dev] [PATCH 2/2] i40e: Enlarge the number of supported queues

2015-09-21 Thread Zhang, Helin
number of them and make sure not exceed that. Regards, Helin From: David Marchand [mailto:david.march...@6wind.com] Sent: Monday, September 21, 2015 3:42 PM To: Zhang, Helin; Richardson, Bruce Cc: dev at dpdk.org; Pei, Yulong Subject: Re: [dpdk-dev] [PATCH 2/2] i40e: Enlarge the number of supported

[dpdk-dev] [PATCH 2/2] i40e: Enlarge the number of supported queues

2015-09-20 Thread Helin Zhang
It enlarges the number of supported queues to hardware allowed maximum. There was a software limitation of 64 per physical port which is not reasonable. Signed-off-by: Helin Zhang --- config/common_bsdapp | 3 +- config/common_linuxapp | 3 +-