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)
Sat, Jan 11, 4:56 PM
Unknown Object (File)
Dec 24 2024, 10:05 PM
Unknown Object (File)
Nov 19 2024, 6:03 PM
Unknown Object (File)
Nov 18 2024, 7:06 AM
Unknown Object (File)
Nov 17 2024, 11:12 PM
Unknown Object (File)
Nov 17 2024, 10:57 PM
Unknown Object (File)
Oct 18 2024, 10:50 AM
Unknown Object (File)
Oct 2 2024, 6: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.