On 2015/03/27 16:03, Masanobu SAITOH wrote:
New patch: http://www.netbsd.org/~msaitoh/ixg-20150321-0.difThis change have commited now. New patch: http://www.netbsd.org/~msaitoh/ixg-20150327-0.dif This change synchronizes our ixg(4) driver up to FreeBSD r38149:
s/38149/238149/
- Add TSO6 support. - The max size in dma tag is changed from 65535 to 262140 (IXGBE_TSO_SIZE). The value is the same as other *BSDs. The change might cause a address space shortage (ixgbe_dmamap_create() might fail) on some machines. - Fix a lot of bugs. - Improve performance.
-- ----------------------------------------------- SAITOH Masanobu (msaitoh%execsw.org@localhost msaitoh%netbsd.org@localhost)