diff options
author | sephe <sephe@FreeBSD.org> | 2017-01-05 06:11:53 +0000 |
---|---|---|
committer | sephe <sephe@FreeBSD.org> | 2017-01-05 06:11:53 +0000 |
commit | bd94ba508fbe154d01aa2799029931b8a8b32da8 (patch) | |
tree | c5c6b57074706cf5f29a5e35530e82590a044ab1 /sys/conf | |
parent | 39ca2a59d0256577dbaaab2b02d90fabd0926f46 (diff) | |
download | FreeBSD-src-bd94ba508fbe154d01aa2799029931b8a8b32da8.zip FreeBSD-src-bd94ba508fbe154d01aa2799029931b8a8b32da8.tar.gz |
MFC 309346,309348,309353
309346
hyperv/hn: Add HN_DEBUG kernel option.
If bufring is used for per-TX ring descs, don't update "available"
counter, which is only used to help debugging.
Sponsored by: Microsoft
Differential Revision: https://reviews.freebsd.org/D8674
309348
hyperv/hn: Don't hold txdesc, if no BPFs are attached.
Sponsored by: Microsoft
Differential Revision: https://reviews.freebsd.org/D8675
309353
hyperv/hn: Add 'options RSS' support.
Reviewed by: adrian
Sponsored by: Microsoft
Differential Revision: https://reviews.freebsd.org/D8676
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/options | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options index 3fa7d3b..612de3d 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -992,3 +992,6 @@ GPIO_SPI_DEBUG opt_gpio.h EVDEV_SUPPORT opt_evdev.h EVDEV_DEBUG opt_evdev.h UINPUT_DEBUG opt_evdev.h + +# Hyper-V network driver +HN_DEBUG opt_hn.h |