Page MenuHomeFreeBSD

rtsock: do not allocate mbufs_tags(9) just to store a 8-bit value
ClosedPublic

Authored by glebius on Aug 10 2022, 7:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 15, 12:55 PM
Unknown Object (File)
Sat, Jun 13, 11:14 AM
Unknown Object (File)
May 13 2026, 9:54 PM
Unknown Object (File)
May 13 2026, 9:46 PM
Unknown Object (File)
May 13 2026, 9:37 PM
Unknown Object (File)
May 13 2026, 9:37 PM
Unknown Object (File)
May 13 2026, 6:46 PM
Unknown Object (File)
May 11 2026, 3:11 PM
Subscribers

Details

Summary

Use local storage of the mbuf packet header instead.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46838
Build 43727: arc lint + arc unit

Event Timeline

melifaro added inline comments.
sys/net/rtsock.c
160

Nit: I'd rather name it something like m_rtsock_family to indicate that this is a local field.

This revision is now accepted and ready to land.Aug 11 2022, 7:57 AM