Re: opaque ifnet progress

2015-04-02 Thread Anuranjan Shukla
Hello Gleb, Thanks for sharing the details. >From looking at the wiki page it's not exactly clear what your plan is regarding the accessor functions as they stand today (if_get*/if_set* after drvapi change was made). I briefly glanced through some of the code changes but that takes time so it'd be

Re: Regression test suite for TCP

2014-08-18 Thread Anuranjan Shukla
If you're willing to shell out some $$, Ixia's ANVL is a fairly detailed test suite for TCP and other protocols. It's available as a software you can install on lnx/windows. I'd used it at Juniper while working with Robert for the connection groups work a couple years or so back. Regards, -Anu On

IFNAMSIZ/IF_NAMESIZE change proposal

2013-09-14 Thread Anuranjan Shukla
Hi, At Juniper Networks, interface name size was needed to be longer than what FreeBSD has. We're trying to reduce our local changes to FreeBSD to allow us an easier time upgrading to newer FreeBSD releases, and support the modularization of the network stack we'd proposed earlier. I'm sending t

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;

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

2012-09-07 Thread Anuranjan Shukla
Hi George, Thanks for taking a look. Some answers/comments below. > >> Building FreeBSD without the network stack (network stack as a module) >> -- >> >This would be interesting for many reasons, and I think it would be a good >co

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

2012-08-24 Thread Anuranjan Shukla
At Juniper Networks, we've been using FreeBSD to build JUNOS (Juniper's network operating system). So far the additions and changes to the functionality were made inline, making the task of upgrading to new versions of FreeBSD progressively difficult. We've been looking at JUNOS to see if we can bu