Date: Sat, 20 Feb 2010 22:47:20 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net if.h if_vlan.c Message-ID: <201002202247.o1KMlg07068419@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2010-02-20 22:47:20 UTC FreeBSD src repository Modified files: sys/net if.h if_vlan.c Log: SVN rev 204149 on 2010-02-20 22:47:20Z by yongari Add TSO support on VLANs. Intentionally separated IFCAP_VLAN_HWTSO from IFCAP_VLAN_HWTAGGING. I think some hardwares may be able to TSO over VLAN without VLAN hardware tagging. Driver changes and userland support will follow. Reviewed by: thompsa Revision Changes Path 1.125 +1 -0 src/sys/net/if.h 1.147 +16 -1 src/sys/net/if_vlan.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002202247.o1KMlg07068419>