[dpdk-dev] Should the other queues at same port work when one queue is full ?

2015-01-18 Thread XU Liang
I configured the 82599 ports to work in multi-queue mode and flow director to assign different TCP connections to different queues. A multi-process application receive packets from queues and each?process reads a queue. When I kill one process, the process's?queue is full, all?descriptors of the

[dpdk-dev] Why nothing since 1.8.0?

2015-01-18 Thread Neil Horman
On Sat, Jan 17, 2015 at 07:57:04PM +, O'driscoll, Tim wrote: > I'm going to risk the wrath of the open source purists amongst you by > top-posting. The reason is that there has been lots of email on this subject, > and I want to summarise the key issue and clearly state our position on it. >

[dpdk-dev] [PATCH] eal / malloc : alignment parameter check failing due to changes in rte_is_power_of_2

2015-01-18 Thread Doherty, Declan
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Friday, January 16, 2015 5:02 PM > To: Doherty, Declan > Cc: dev at dpdk.org; De Lara Guarch, Pablo > Subject: Re: [dpdk-dev] [PATCH] eal / malloc : alignment parameter check > failing > due to chang

[dpdk-dev] Why nothing since 1.8.0?

2015-01-18 Thread O'driscoll, Tim
> -Original Message- > From: Neil Horman [mailto:nhorman at tuxdriver.com] > Sent: Sunday, January 18, 2015 6:25 PM > To: O'driscoll, Tim > Cc: Thomas Monjalon; dev at dpdk.org > Subject: Re: [dpdk-dev] Why nothing since 1.8.0? > > On Sat, Jan 17, 2015 at 07:57:04PM +, O'driscoll, Tim

[dpdk-dev] [PATCH v5 0/6] Enable VF RSS for Niantic

2015-01-18 Thread Thomas Monjalon
2015-01-08 11:56, Vlad Zolotarov: > I've acked PATCH1 and PATCH2 already before and since there are no > changes in them, pls., consider them ACKed... ;) Thank you for the great review. Note to everybody reading that: Vlad approved the 2 first patches of the serie at v4 stage. So it would be cl

[dpdk-dev] [PATCH v6 4/6] ether: Check VMDq RSS mode

2015-01-18 Thread Thomas Monjalon
2015-01-12 13:59, Ouyang Changchun: > Check mq mode for VMDq RSS, handle it correctly instead of returning an error; > Also remove the limitation of per pool queue number has max value of 1, > because > the per pool queue number could be 2 or 4 if it is VMDq RSS mode; > > The number of rxq specif

[dpdk-dev] [PATCH v6 0/6] Enable VF RSS for Niantic

2015-01-18 Thread Thomas Monjalon
> This patch enables VF RSS for Niantic, which allow each VF having at most 4 > queues. > The actual queue number per VF depends on the total number of pool, which is > determined by the max number of VF at PF initialization stage and the number > of > queue specified in config: > 1) If the max n