Page MenuHomeFreeBSD

Properly set VNET when nuking recvif from fragment queues
ClosedPublic

Authored by bz on Oct 25 2019, 4:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 18, 12:02 AM
Unknown Object (File)
Fri, Mar 29, 11:34 AM
Unknown Object (File)
Jan 31 2024, 11:24 PM
Unknown Object (File)
Dec 23 2023, 1:00 AM
Unknown Object (File)
Dec 4 2023, 2:27 PM
Unknown Object (File)
Nov 11 2023, 9:39 AM
Unknown Object (File)
Nov 10 2023, 8:30 PM
Unknown Object (File)
Nov 8 2023, 8:28 PM
Subscribers

Details

Summary

In theory the eventhandler invoke should be in the same VNET as
the the current interface. We however cannot guarantee that for
all cases in the future.

So before checking if the fragmentation handling for this VNET
is active, switch the VNET to the VNET of the interface to always
get the one we want.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable