Page MenuHomeFreeBSD

iflib: Set the NUMA domain in receive packet headers
ClosedPublic

Authored by markj on Nov 29 2024, 4:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 13, 10:38 PM
Unknown Object (File)
Thu, Oct 9, 10:55 AM
Unknown Object (File)
Wed, Oct 8, 10:56 AM
Unknown Object (File)
Tue, Oct 7, 2:05 AM
Unknown Object (File)
Sun, Oct 5, 1:52 AM
Unknown Object (File)
Fri, Oct 3, 5:29 PM
Unknown Object (File)
Thu, Oct 2, 7:49 AM
Unknown Object (File)
Tue, Sep 30, 8:43 AM

Details

Summary

Reading PR 273559 made me realize that commit 767723ddebe9 is
incomplete. iflib should set the NUMA domain of received packets before
passing them to protocol layers.

PR: 273559
Fixes: 767723ddebe9 ("iflib: Use if_alloc_dev() to allocate the ifnet")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable