Re: Proposal for changes to network device drivers and network stack (RFC)

2012-09-21 Thread Mikolaj Golub
On Fri, Sep 07, 2012 at 01:28:16AM -0700, Anuranjan Shukla wrote: > Hi George, > Thanks for taking a look. Some answers/comments below. > > > > >> Building FreeBSD without the network stack (network stack as a module) > >> -- > >>

Re: Proposal for changes to network device drivers and network stack (RFC)

2012-09-21 Thread Anuranjan Shukla
Hi George, On 9/5/12 1:15 PM, "George Neville-Neil" wrote: > >> Building FreeBSD without the network stack (network stack as a module) >> -- >> Today, not compiling networking stack related files in the kernel breaks >> the kerne

Re: Proposal for changes to network device drivers and network stack (RFC)

2012-09-21 Thread Anuranjan Shukla
On 9/7/12 8:48 AM, "Julian Elischer" wrote: struct socket { int so_fibnum; /* routing domain for this socket */ uint32_t so_user_cookie; + u_int so_oqueue; /* manage send prioritizing based on application needs */ + u_short so_lrid;