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)
Wed, Apr 23, 7:01 AM
Unknown Object (File)
Wed, Apr 16, 3:28 AM
Unknown Object (File)
Tue, Apr 8, 9:25 AM
Unknown Object (File)
Mar 26 2025, 9:08 AM
Unknown Object (File)
Mar 21 2025, 10:31 PM
Unknown Object (File)
Mar 15 2025, 6:57 AM
Unknown Object (File)
Mar 2 2025, 5:01 AM
Unknown Object (File)
Mar 1 2025, 1:27 PM

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