Re: [Announce] New netchannels implementation. Userspace network stack.

2006-10-20 Thread Evgeniy Polyakov
Netchannels implementation. Patch is against 2.6.17-rc3 tree. If there will be any interest to have such subsystem in vanila tree I will regenerate patch against appropriate git tree. Signed-off-by: Evgeniy Polyakov <[EMAIL PROTECTED]> diff --git a/arch/i386/kernel/syscall_table.S b/arch/i386/ke

[Announce] New netchannels implementation. Userspace network stack.

2006-10-20 Thread Evgeniy Polyakov
Netchannel [1] is pure bridge between low-level hardware and user, without any special protocol processing involved between them. Users are not limited to userspace only - I will use this netchannel infrastructure for fast NAT implementation, which is purely kernelspace user (although it is possib