K 10 svn:author V 8 vangyzen K 8 svn:date V 27 2019-07-03T19:50:22.300220Z K 7 svn:log V 486 MFC r349278 bhyve: Fix vtscsi maximum segment config The seg_max value reported to the guest should be two less than the host's maximum, in order to leave room for the request and the response. This is analogous to r347033 for virtio_block. We hit the "too many segments to enqueue" assertion on OneFS because we increase MAXPHYS to 256 KB. Reviewed by: bryanv Discussed with: cem jhb rgrimes Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D20529 END