]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
if_ntb: Initialize if_mtu to the correct MTU
authorConrad Meyer <cem@FreeBSD.org>
Thu, 19 Nov 2015 19:53:19 +0000 (19:53 +0000)
committerConrad Meyer <cem@FreeBSD.org>
Thu, 19 Nov 2015 19:53:19 +0000 (19:53 +0000)
commit70bca634d018c4ce3929d88e57f63c40641b2c07
tree6ddd2c6d1330361faed74dfda7a41a422d17ee0e
parentf51a1fe048a60cb08616d88af3dcc11588ec8010
if_ntb: Initialize if_mtu to the correct MTU

Lower the payload data (IP) portion of the MTU from 0x10000 to
IP_MAXPACKET (0xFFFF) to avoid panicing the IP stack.

Sponsored by: EMC / Isilon Storage Division
sys/dev/ntb/if_ntb/if_ntb.c