Page MenuHomeFreeBSD

linuxkpi: sk_buff: Resize the control buffer in struct sk_buff.
Needs ReviewPublic

Authored by cc on May 13 2024, 4:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 6, 2:29 AM
Unknown Object (File)
Aug 26 2025, 4:17 PM
Unknown Object (File)
Jul 26 2025, 10:13 PM
Unknown Object (File)
Jul 7 2025, 2:17 AM
Unknown Object (File)
Jul 7 2025, 12:12 AM
Unknown Object (File)
Jun 30 2025, 7:32 PM
Unknown Object (File)
May 28 2025, 7:28 PM
Unknown Object (File)
Mar 31 2025, 8:17 AM

Details

Reviewers
bz
Summary

Add aligned attribute to struct ieee80211_tx_rate so that the size of
skb->cb can be shrunk to 48 bytes.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 57682
Build 54570: arc lint + arc unit

Event Timeline

cc requested review of this revision.May 13 2024, 4:31 PM
sys/compat/linuxkpi/common/include/linux/skbuff.h
164

Please let me know if the comment for this control buffer needs to be updated.