Date: Tue, 23 Mar 2010 19:44:59 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/alc if_alc.c Message-ID: <201003231945.o2NJjEf1077163@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2010-03-23 19:44:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/alc if_alc.c Log: SVN rev 205532 on 2010-03-23 19:44:59Z by yongari MFC r204228,204230: r204228: Add TSO support on VLANs. Also make sure to update TSO capability whenever jumbo frame is configured. While I'm here remove unnecessary check of VLAN hardware checksum offloading. vlan(4) already takes care of this. r204230: Remove Tx mbuf parsing code for VLAN in TSO path. Controller does not support TSO over VLAN if VLAN hardware tagging is disabled so there is no need to check VLAN here. Revision Changes Path 1.1.2.6 +8 -38 src/sys/dev/alc/if_alc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003231945.o2NJjEf1077163>