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
F97863102: D44316.id140817.diff
Tue, Oct 1, 1:33 PM
Unknown Object (File)
Sat, Sep 21, 1:39 PM
Unknown Object (File)
Tue, Sep 17, 2:20 PM
Unknown Object (File)
Sat, Sep 7, 11:27 PM
Unknown Object (File)
Sat, Sep 7, 6:12 PM
Unknown Object (File)
Sat, Sep 7, 6:12 PM
Unknown Object (File)
Sat, Sep 7, 6:12 PM
Unknown Object (File)
Sat, Sep 7, 6:06 PM

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.