vmw_pvscsi: Expand vcpuHint to 16 bit to aliagn with host side change.
authorWentao Wang <wwentao@vmware.com>
Wed, 2 Nov 2022 15:14:52 +0000 (09:14 -0600)
committerWarner Losh <imp@FreeBSD.org>
Wed, 2 Nov 2022 15:14:52 +0000 (09:14 -0600)
commit923704f7b8efefd988bedd88ab68540332efa3f8
treebbf7764eafddac19788903b7ca335f7191852c33
parenta7222b3cc3417929b520b96672af86a19902d8a9
vmw_pvscsi: Expand vcpuHint to 16 bit to aliagn with host side change.

vcpuHint has been expanded to 16 bit on host side to enable
interruptions to be routed to more CPUs. Guest side should align with
the change.

This change has been tested with hosts with 8-bit and 16-bit vcpuHint,
on both platforms host side can get correct value.

This driver is for ESXi product which only supports x86/x64. They are
little-endian. So there is no need to consider big-endian system.

PR: 264840
Reviewed by: imp@, Zhenlei Huang
sys/dev/vmware/pvscsi/pvscsi.h