Re: Netfilter and SMP

2006-05-26 Thread Andi Kleen
> Can somebody provide me with some information on how to configure my > SMP system so that both processors share the network traffic load. You would need multiple active incoming network interfaces. Linux right now doesn't support load balancing from a single interrupt. Even if it did that woul

Netfilter and SMP

2006-05-26 Thread Majid Khan
Hi, I am developing a netfilter based application on an SMP (AMD 64;dual core) system (kernel 2.6). One thing that I noticed over a period of time was that most of the network traffic was handled by only one of the processor. Only under high network traffic (roughly 10,000 packet/sec or more) did