On Mon, Nov 10, 2008 at 11:57 AM, Fahim Akhter <akhter.fahim@xxxxxxxxxxx> wrote: > The Link > https://lists.linux-foundation.org/pipermail/bridge/2008-October/006074.html > , is about capturing packets and sending to user space. Speed is important > in my current scenario. Is there anyway I can do everything in kernel > specially by hacking or tweaking the already kernel space. Instead of socket > programming and capturing packets at ethernet? That message also talks about the case where userspace will not give you enough performance. The thing to do then would be to write a network driver which sits on top of a real network device and processes the packets before passing it on in either direction. Look for the vlan and bonding drivers for examples. Or maybe you could use the netfilter hooks in bridging, if your use of this encrypted link is restricted to being between bridges. _______________________________________________ Bridge mailing list Bridge@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/bridge