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)
Sat, Mar 8, 6:30 AM
Unknown Object (File)
Mon, Mar 3, 7:30 AM
Unknown Object (File)
Dec 17 2024, 11:27 PM
Unknown Object (File)
Nov 26 2024, 11:28 AM
Unknown Object (File)
Nov 24 2024, 1:51 PM
Unknown Object (File)
Nov 22 2024, 10:42 PM
Unknown Object (File)
Nov 3 2024, 1:59 PM
Unknown Object (File)
Oct 6 2024, 3:50 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.