diff options
author | sephe <sephe@FreeBSD.org> | 2016-10-11 06:46:24 +0000 |
---|---|---|
committer | sephe <sephe@FreeBSD.org> | 2016-10-11 06:46:24 +0000 |
commit | 39161398cc3b27ca0ba6d26a75ddbb3dd3f06ae6 (patch) | |
tree | 1a62049016ac9e18e1b57f558da77eadc03d271d /sys/kern/sys_pipe.c | |
parent | fe165a1b963268750ec2be0b95dddc15604e8f64 (diff) | |
download | FreeBSD-src-39161398cc3b27ca0ba6d26a75ddbb3dd3f06ae6.zip FreeBSD-src-39161398cc3b27ca0ba6d26a75ddbb3dd3f06ae6.tar.gz |
MFC 302632-302634
302632
hyperv/vmbus: More verbose for GPADL_connect/chan_{rescind,offer}
Reviewed by: Dexuan Cui <decui microsoft com>, Hongjiang Zhang <honzhan microsoft com>
Sponsored by: Microsoft OSTC
Differential Revision: https://reviews.freebsd.org/D6976
302633
hyperv/vmbus: Free sysctl properly upon channel close.
Prepare for sub-channel re-open.
Sponsored by: Microsoft OSTC
Differential Revision: https://reviews.freebsd.org/D6977
302634
hyperv/vmbus: Fix sub-channel re-open support.
For multi-channel devices, once the primary channel is closed,
a set of 'rescind' messages for sub-channels will be delivered
by Hypervisor. Sub-channel MUST be freed according to these
'rescind' messages; directly re-openning sub-channels in the
same fashion as the primary channel's re-opening does NOT work
at all.
After the primary channel is re-opened, requested # of sub-
channels will be delivered though 'channel offer' messages, and
this set of newly offered channels can be opened along side with
the primary channel.
This unbreaks the MTU setting for hn(4), which requires re-
openning all existsing channels upon MTU change.
Sponsored by: Microsoft OSTC
Differential Revision: https://reviews.freebsd.org/D6978
Diffstat (limited to 'sys/kern/sys_pipe.c')
0 files changed, 0 insertions, 0 deletions