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)
Wed, Aug 12, 9:55 PM
Unknown Object (File)
Mon, Aug 10, 10:24 AM
Unknown Object (File)
Mon, Aug 10, 9:14 AM
Unknown Object (File)
Sat, Aug 8, 12:17 AM
Unknown Object (File)
Thu, Aug 6, 2:09 PM
Unknown Object (File)
Wed, Aug 5, 8:53 AM
Unknown Object (File)
Tue, Aug 4, 1:24 AM
Unknown Object (File)
Sat, Aug 1, 12:02 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.