hyperv/hn: Incease max supported MTU

MFC after:	1 week
Sponsored by:	Microsoft
Differential Revision:	https://reviews.freebsd.org/D12365
This commit is contained in:
Sepherosa Ziehau 2017-09-19 06:46:00 +00:00
parent eb2fe04416
commit d74831eea2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=323729

View File

@ -36,8 +36,7 @@
#define HN_RXBUF_SIZE (16 * 1024 * 1024)
#define HN_RXBUF_SIZE_COMPAT (15 * 1024 * 1024)
/* Claimed to be 12232B */
#define HN_MTU_MAX (9 * 1024)
#define HN_MTU_MAX (65535 - ETHER_ADDR_LEN)
#define HN_TXBR_SIZE (128 * PAGE_SIZE)
#define HN_RXBR_SIZE (128 * PAGE_SIZE)