ixv(4): Add missing IFLIB_IS_VF flag in iflib shared ctx
From Krzysztof: The driver built as KLD cannot be unloaded, if this flag is not set. Submitted by: Krzysztof Galazka <krzysztof.galazka@intel.com> Reviewed by: shurd@, erj@ MFC after: 1 week Sponsored by: Intel Corporation Differential Revision: https://reviews.freebsd.org/D19402
This commit is contained in:
parent
1b9d93948a
commit
be6bdccfb6
@ -220,7 +220,7 @@ static struct if_shared_ctx ixv_sctx_init = {
|
||||
.isc_vendor_info = ixv_vendor_info_array,
|
||||
.isc_driver_version = ixv_driver_version,
|
||||
.isc_driver = &ixv_if_driver,
|
||||
.isc_flags = IFLIB_TSO_INIT_IP,
|
||||
.isc_flags = IFLIB_IS_VF | IFLIB_TSO_INIT_IP,
|
||||
|
||||
.isc_nrxd_min = {MIN_RXD},
|
||||
.isc_ntxd_min = {MIN_TXD},
|
||||
|
Loading…
x
Reference in New Issue
Block a user