Re: [PATCH nft v2] src: evaluate: Show error for fanout without balance

2016-04-08 Thread Pablo Neira Ayuso
On Thu, Apr 07, 2016 at 10:58:54PM +0530, Shivani Bhardwaj wrote: > The idea of fanout option is to improve the performance by indexing CPU > ID to map packets to the queues. This is used for load balancing. > Fanout option is not required when there is a single queue specified. > > According to

[PATCH nft v2] src: evaluate: Show error for fanout without balance

2016-04-07 Thread Shivani Bhardwaj
The idea of fanout option is to improve the performance by indexing CPU ID to map packets to the queues. This is used for load balancing. Fanout option is not required when there is a single queue specified. According to iptables, queue balance should be specified in order to use fanout.