CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2013/11/08 15:36:22

Modified files:
        sys/dev/pci    : if_vmx.c 

Log message:
advertise the ring sizes through the stack. specifically:

- set the sndq size to the tx ring size so tx mitigation can hopefully
kick in

- advertise the size of the rx ring to mclgeti

- only uses jumbo clusters. mtu is about what the ip stack will
do for transmitted packets, we should happily receive packets up
to the size the hardware supports. the point of mclgeti was to make
it possible to do so without wasting too much memory.

ok yasuoka@ uebayasi@

Reply via email to