Page MenuHomeFreeBSD

sys/pfkeyv2.h: define extensions for ipsec inline accel control
ClosedPublic

Authored by kib on Mar 12 2024, 11:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 25, 10:23 PM
Unknown Object (File)
Mon, Aug 25, 10:23 PM
Unknown Object (File)
Mon, Aug 25, 10:11 PM
Unknown Object (File)
Mon, Aug 11, 7:59 PM
Unknown Object (File)
Jul 1 2025, 11:45 AM
Unknown Object (File)
Jun 29 2025, 4:32 AM
Unknown Object (File)
Jun 28 2025, 8:55 AM
Unknown Object (File)
Jun 25 2025, 5:21 AM

Details

Summary
The extensions allow to restrict interface where SP or SA are offloaded,
and to receive software and hardware offload counters for given SA.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sys/net/pfkeyv2.h
305

Better use standard uintXX types here. It is a new structure, thus it is not a mix of old and new style. If we treat presence of new and old styles within a single file as a mix, we would never migrate from old style to the new standard.

sys/net/pfkeyv2.h
305

Converting the file to ANSI C types is a separate activity. It should be done in one pass.

I can do it but prefer to postpone after the ipsec_accel changes are landed.

sys/net/pfkeyv2.h
305

If this is the plan, then great! :)

sys/net/pfkeyv2.h
305

Remind me if I forget, please.

This revision was not accepted when it landed; it landed in state Needs Review.Jul 12 2024, 11:25 AM
This revision was automatically updated to reflect the committed changes.