]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r287775:
authorhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 8 Oct 2015 08:30:40 +0000 (08:30 +0000)
committerhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 8 Oct 2015 08:30:40 +0000 (08:30 +0000)
commit4b3e4b39cba56c6c4462071b5d7bf335b303b905
tree6af525c8e6da724ab25fd566f53589d0a1b2e47a
parent80beb1a833902ead0a7a6692af5e13635534914c
MFC r287775:
Update TSO limits to include all headers.

To make driver programming easier the TSO limits are changed to
reflect the values used in the BUSDMA tag a network adapter driver is
using. The TCP/IP network stack will subtract space for all linklevel
and protocol level headers and ensure that the full mbuf chain passed
to the network adapter fits within the given limits. See r287775
for a more detailed description.

Differential Revision: https://reviews.freebsd.org/D3477
Reviewed by: rmacklem

git-svn-id: svn://svn.freebsd.org/base/stable/10@289020 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/net/if_var.h
sys/netinet/tcp_output.c