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)
Dec 13 2024, 5:30 PM
Unknown Object (File)
Nov 17 2024, 11:25 AM
Unknown Object (File)
Oct 30 2024, 5:02 AM
Unknown Object (File)
Oct 26 2024, 6:55 PM
Unknown Object (File)
Sep 19 2024, 2:26 PM
Unknown Object (File)
Sep 13 2024, 5:56 AM
Unknown Object (File)
Sep 4 2024, 11:57 PM
Unknown Object (File)
Aug 21 2024, 8:50 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