Re: Exposing sysctls for ixgbe

2013-10-05 Thread hiren panchasara
Thanks. Committed via: http://svnweb.freebsd.org/base?view=revision&revision=256069 Cheers, Hiren ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@fr

Re: Exposing sysctls for ixgbe

2013-10-04 Thread Jack Vogel
Good with me Hiren Jack On Fri, Oct 4, 2013 at 2:55 PM, hiren panchasara wrote: > I am going to commit this change in the weekend. > > Let me know if there are any objections. > > Thanks, > Hiren > > > > On Mon, Sep 30, 2013 at 8:51 AM, hiren panchasara wrote: > >> + jfv >> >> >> On Wed, Sep

Re: Exposing sysctls for ixgbe

2013-10-04 Thread hiren panchasara
I am going to commit this change in the weekend. Let me know if there are any objections. Thanks, Hiren On Mon, Sep 30, 2013 at 8:51 AM, hiren panchasara wrote: > + jfv > > > On Wed, Sep 25, 2013 at 5:35 PM, Adrian Chadd wrote: > >> please cc jfv and get them into his driver. :) >> >> -a >>

Re: Exposing sysctls for ixgbe

2013-09-30 Thread hiren panchasara
+ jfv On Wed, Sep 25, 2013 at 5:35 PM, Adrian Chadd wrote: > please cc jfv and get them into his driver. :) > > -a > > > On 24 September 2013 23:53, hiren panchasara wrote: > >> Any comments? >> >> cheers, >> Hiren >> >> On Sun, Sep 22, 2013 at 12:01 PM, hiren panchasara > >wrote: >> >> > $ sy

Re: Exposing sysctls for ixgbe

2013-09-25 Thread Adrian Chadd
please cc jfv and get them into his driver. :) -a On 24 September 2013 23:53, hiren panchasara wrote: > Any comments? > > cheers, > Hiren > > On Sun, Sep 22, 2013 at 12:01 PM, hiren panchasara >wrote: > > > $ sysctl hw.igb > > hw.igb.rxd: 4096 > > hw.igb.txd: 4096 > > hw.igb.enable_aim: 1 > >

Re: Exposing sysctls for ixgbe

2013-09-24 Thread hiren panchasara
Any comments? cheers, Hiren On Sun, Sep 22, 2013 at 12:01 PM, hiren panchasara wrote: > $ sysctl hw.igb > hw.igb.rxd: 4096 > hw.igb.txd: 4096 > hw.igb.enable_aim: 1 > hw.igb.enable_msix: 1 > hw.igb.max_interrupt_rate: 8000 > hw.igb.buf_ring_size: 4096 > hw.igb.header_split: 0 > hw.igb.num_queues

Exposing sysctls for ixgbe

2013-09-22 Thread hiren panchasara
$ sysctl hw.igb hw.igb.rxd: 4096 hw.igb.txd: 4096 hw.igb.enable_aim: 1 hw.igb.enable_msix: 1 hw.igb.max_interrupt_rate: 8000 hw.igb.buf_ring_size: 4096 hw.igb.header_split: 0 hw.igb.num_queues: 1 hw.igb.rx_process_limit: 100 $ sysctl hw.ix sysctl: unknown oid 'hw.ix': No such file or directory I t