hyperv/hn: Enable transparent VF by default.

MFC after:	3 days
Sponsored by:	Microsoft
This commit is contained in:
Sepherosa Ziehau 2017-10-11 05:28:51 +00:00
parent 6f12c42e8b
commit 78e46963b6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=324517

View File

@ -584,7 +584,7 @@ SYSCTL_PROC(_hw_hn, OID_AUTO, vfmap, CTLFLAG_RD | CTLTYPE_STRING,
0, 0, hn_vfmap_sysctl, "A", "VF mapping");
/* Transparent VF */
static int hn_xpnt_vf = 0;
static int hn_xpnt_vf = 1;
SYSCTL_INT(_hw_hn, OID_AUTO, vf_transparent, CTLFLAG_RDTUN,
&hn_xpnt_vf, 0, "Transparent VF mod");