Page MenuHomeFreeBSD

ipsec: retire sadb_msg_reserved in order to facilitate per-cpu refcounting
AbandonedPublic

Authored by mjg on Sep 28 2022, 5:14 PM.
Tags
None
Referenced Files
F83657460: D36775.id.diff
Mon, May 13, 5:06 AM
Unknown Object (File)
Sun, May 12, 11:32 AM
Unknown Object (File)
Sun, May 5, 9:48 PM
Unknown Object (File)
Mon, Apr 29, 12:54 AM
Unknown Object (File)
Sun, Apr 28, 11:54 AM
Unknown Object (File)
Fri, Apr 26, 12:20 PM
Unknown Object (File)
Feb 1 2024, 11:15 PM
Unknown Object (File)
Jan 19 2024, 4:15 PM

Details

Reviewers
ae
Summary

The field is only used for debugging and the ref count would be too expensive to obtain.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

mjg requested review of this revision.Sep 28 2022, 5:14 PM

Looks good to me except for the ABI breakage.

sys/net/pfkeyv2.h
88

Will this removal break ABI ?

sbin/setkey and lib/libipsec have reference to this data type define struct sadb_msg {}