summaryrefslogtreecommitdiffstats
path: root/sys/dev/hyperv/include/hyperv.h
diff options
context:
space:
mode:
authorwhu <whu@FreeBSD.org>2015-07-07 04:15:22 +0000
committerwhu <whu@FreeBSD.org>2015-07-07 04:15:22 +0000
commitc6218b1955382ad46213448dab7e3e89d086f785 (patch)
tree85361cc5f410ae96991d34211e6dab63ce8abd63 /sys/dev/hyperv/include/hyperv.h
parent46c04bda4200a90700782ef64c0b3b57fd5f7692 (diff)
downloadFreeBSD-src-c6218b1955382ad46213448dab7e3e89d086f785.zip
FreeBSD-src-c6218b1955382ad46213448dab7e3e89d086f785.tar.gz
MFC r284746 and r284889 TSO and checksum offloading support for Netvsc
driver on Hyper-V. Submitted by: whu Reviewed by: royger Approved by: re Relnotes: yes Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D2906
Diffstat (limited to 'sys/dev/hyperv/include/hyperv.h')
-rw-r--r--sys/dev/hyperv/include/hyperv.h2
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) \
OpenPOWER on IntegriCloud