]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
vtnet: use CURVNET_SET() instead of CURVNET_SET_QUIET()
authorGleb Smirnoff <glebius@FreeBSD.org>
Thu, 18 Apr 2024 14:58:00 +0000 (07:58 -0700)
committerGleb Smirnoff <glebius@FreeBSD.org>
Thu, 18 Apr 2024 14:58:00 +0000 (07:58 -0700)
commita01c7081fef671bd59e9a597883e4c1cd1f16ad5
tree3334ba952b2a3b0096b48656e152eb7dc28bfcd4
parente991acd5d0f60fe3c57acb452003c551194a758b
vtnet: use CURVNET_SET() instead of CURVNET_SET_QUIET()

We don't expect the VNET context to be set for virtqueue neither
for taskqueue handlers.

Suggested by: zec
Fixes: 3f2b9607756d0f92ca29c844db0718b313a06634
sys/dev/virtio/network/if_vtnet.c