Module Name: src Committed By: msaitoh Date: Thu Mar 2 05:35:01 UTC 2017
Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: Fix a problem that m_defrag() isn't called in if_transmit path. Now both if_start and if_transmit do m_defrag() correctly. This change improves the performance of TSO. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/pci/ixgbe/ix_txrx.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.