diff options
author | whu <whu@FreeBSD.org> | 2015-06-24 06:01:29 +0000 |
---|---|---|
committer | whu <whu@FreeBSD.org> | 2015-06-24 06:01:29 +0000 |
commit | 71f5e477907b183fef33897b05d98b3a721f7670 (patch) | |
tree | 180aec2b405866aefcf04b49bf9360abbdca513e /sys/dev/hyperv/include | |
parent | cce1064454bef10bbe1d0b8a157d4cdee65e95b7 (diff) | |
download | FreeBSD-src-71f5e477907b183fef33897b05d98b3a721f7670.zip FreeBSD-src-71f5e477907b183fef33897b05d98b3a721f7670.tar.gz |
TSO and checksum offloading support for Netvsc driver on Hyper-V.
Submitted by: whu
Reviewed by: royger
Approved by: royger
MFC after: 1 week
Relnotes: yes
Sponsored by: Microsoft OSTC
Differential Revision: https://reviews.freebsd.org/D2517
Diffstat (limited to 'sys/dev/hyperv/include')
-rw-r--r-- | sys/dev/hyperv/include/hyperv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hyperv/include/hyperv.h b/sys/dev/hyperv/include/hyperv.h index 5360b7c..6727503 100644 --- a/sys/dev/hyperv/include/hyperv.h +++ b/sys/dev/hyperv/include/hyperv.h @@ -107,7 +107,7 @@ typedef uint8_t hv_bool_uint8_t; #define HV_MAX_PIPE_USER_DEFINED_BYTES 116 -#define HV_MAX_PAGE_BUFFER_COUNT 16 +#define HV_MAX_PAGE_BUFFER_COUNT 32 #define HV_MAX_MULTIPAGE_BUFFER_COUNT 32 #define HV_ALIGN_UP(value, align) \ |