Page MenuHomeFreeBSD

LinuxKPI: skbuff: add synchronization primitives and missing bits
ClosedPublic

Authored by bz on Feb 22 2025, 2:06 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 6, 10:19 AM
Unknown Object (File)
Thu, Oct 2, 3:20 PM
Unknown Object (File)
Wed, Sep 17, 1:54 PM
Unknown Object (File)
Wed, Sep 17, 5:50 AM
Unknown Object (File)
Tue, Sep 16, 12:59 PM
Unknown Object (File)
Mon, Sep 15, 12:45 PM
Unknown Object (File)
Sat, Sep 13, 11:29 PM
Unknown Object (File)
Sep 13 2025, 7:01 AM

Details

Summary

Make a pass over skbuff.h:

  • implement some missing bits
  • sprinkle some const
  • add locking and read/write_once calls as needed to provide synchronization as expected by Linux
  • ..

Sponsored by: The FreeBSD Foundation
MFC after: 3 days
PR: 283903

Diff Detail

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