CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2016/01/04 09:16:56
Modified files: sys/dev/pci : if_vmx.c Log message: Record the modified mbuf chain after transmit checksum setup code Keep the modified chain pointer and pass it back to the calling code so that it will get properly accounted for. Change it to m_pullup since m_pulldown with a zero offset is just as good. Tested by yasuoka@, myself and mxb at alumni ! chalmers ! se, thanks! ok yasuoka, mpi