>Hi > >Is that possible use power of 2 or more CPU (smp) for >routing/shaping/accounting (iptables rules) with 2.4.x or >may be 2.6.x linux kernel?
Incoming packets are handled in an interrupt. So if you can manage to distribute IRQs between CPUs, you can at least split the routing work per NIC, e.g. cpu0 for eth0, cpu1 for eth1. Jan Engelhardt -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/