Linux Network Load Balancing is out :-)

2007-09-17 Thread Primiano Tucci
oratory" test in a 3 virtualized node cluster environment, but nothing more than this). Sources and some documentation on http://lnlb.sourceforge.net/ Greetings, Primiano Tucci - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROT

calling dev_queue_xmit from softirq

2007-09-11 Thread Primiano Tucci
Hi all, just a simple question here: can dev_queue_xmit be called from atomic context (a softirq for instance) or do i have to put the dev_queue_xmit call in a separate tasklet and call it from tasklet? Kernel 2.6.22 Thanks in advance Primiano Tucci - To unsubscribe from this list: send the line

Ethernet frames filtering/relaying. Help needed

2007-05-21 Thread Primiano Tucci
1:00:02:03:04:05 as destination MAC addr. -Extrapolate the IP datagram contained in the frames and push it in tun0 I need some suggestions about the best approach to catch and relay Ethernet frames on eth0. Should I use netfilter? Should I not? Any help will be appreciated. Thanks Primiano Tucc