Re: VJ Channel API - driver level (PATCH)

2006-05-04 Thread Alex Aizman
So, what are the requirements? The hardware already parses L2, L3, L4 headers, and for the future generation we could add to the set of already supported steering/filtering criteria. Having some discussion on the essential vs. optional requirements seems like the right thing at this point. On

VJ Channel API - driver level (PATCH)

2006-05-02 Thread Alex Aizman
Signed-off-by: Alex Aizman <[EMAIL PROTECTED]> Hacked netdevice.h to support multiple channels. --- netdevice-orig.h2006-03-04 10:01:38.0 -0800 +++ netdevice-channel.h 2006-03-09 10:17:11.419955200 -0800 @@ -246,6 +246,147 @@ extern int __init netdev_boot_setup(char *str); +

VJ Channel API - driver level (README)

2006-05-02 Thread Alex Aizman
The following "soaks" on our side for a couple months now... Noticed [1][2] and thought it'd make sense to add it to the mix. Contents == * README (inlined below) * netdevice.h patch with the preliminary/draft driver-level API (next message). Introduction Van Jaco