A Splitter

Brooks Davis brooks at one-eyed-alien.net
Sun Aug 15 23:40:02 PDT 2004


On Mon, Aug 16, 2004 at 12:04:53PM +0530, Sudheer Vutukuru wrote:
> Hi  all,
> 
> i want to configure a freebsd machine to act like splitter
> 
> what i mean by splitter is we want to split the traffic based on a
> hash function in to two/three streams. our setup is like this we will
> keep 3 gigabit ethernet cards in one machine and we will be getting
> traffic on one line we need to split the traffic and send them in two
> lines.
> 
> for this can i write a module in freebsd that should do this, the
> important point is i need to handle gigabit traffic. is there another
> way to do this.

It should be fairly easy to write a netgraph module to do this.  I
suspect it will be very hard to forward a fully gigabit link worth of
packets in this manner unless they are all fairly large and you have
very good hardware, but you certaintly should be able to produce
signifcant results.  You're best bet is probably 5-CURRENT on a high
performance SMP system with 3 PCI-X busses.  An Opteron system will
probably have the best performance.

-- Brooks

-- 
Any statement of the form "X is the one, true Y" is FALSE.
PGP fingerprint 655D 519C 26A7 82E7 2529  9BF0 5D8E 8BE9 F238 1AD4
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-net/attachments/20040815/caade8d2/attachment.bin


More information about the freebsd-net mailing list