CVSROOT: /cvs Module name: src Changes by: jmatt...@cvs.openbsd.org 2019/01/21 19:03:03
Modified files: sys/dev/pci : if_ixl.c Log message: Increase hardmtu to the maximum according to the datasheet and set the rx packet size limit to match so jumbos actually work. Larger packets are split across multiple buffers on the ring, so the buffers themselves stay the same size. ok dlg@