David Miller <davem@xxxxxxxxxxxxx> wrote: > >> I'm not trying to do anything fancy with QOS or egress rates; basically >> I just want a program that does >> fd = socket() // either UDP or Raw >> while (1) send(fd, buf, 1024) Please post the actual program as the current queue selection is flow based so how you construct your sockets matter. Also are you sure you're CPU-bound? If the bottleneck is elsewhere then increasing threads isn't going to do anything. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-net" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html