Page MenuHomeFreeBSD

wlanstats: add crypto_swcipherfail
ClosedPublic

Authored by adrian on Apr 10 2025, 8:42 PM.
Referenced Files
F122941783: D49767.id.diff
Wed, Jul 9, 6:46 PM
Unknown Object (File)
Mon, Jul 7, 1:50 PM
Unknown Object (File)
Sun, Jul 6, 9:33 PM
Unknown Object (File)
Sun, Jul 6, 2:19 AM
Unknown Object (File)
Sat, Jul 5, 7:23 AM
Unknown Object (File)
Mon, Jun 23, 4:00 AM
Unknown Object (File)
Mon, Jun 23, 2:31 AM
Unknown Object (File)
Mon, Jun 23, 1:51 AM
Subscribers

Details

Summary

This adds the is_crypto_swcipherfail counter to wlanstats.
This counter counts the instances of failing to find support
for a requested cipher being handled completely in software.

Diff Detail

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

Event Timeline

bz requested changes to this revision.Apr 12 2025, 7:39 PM
bz added a subscriber: bz.

The ones from 2d4583c462a5d7904e2bb4c77f521d16fd2e7140 are still missing.

This revision now requires changes to proceed.Apr 12 2025, 7:39 PM

Aren't they in 02a8d40c9ffb2987c291ea96cf7be7c012b359a3 ?

% git show 02a8d40c9ffb2987c291ea96cf7be7c012b359a3
fatal: bad object 02a8d40c9ffb2987c291ea96cf7be7c012b359a3

In D49767#1135362, @bz wrote:

% git show 02a8d40c9ffb2987c291ea96cf7be7c012b359a3
fatal: bad object 02a8d40c9ffb2987c291ea96cf7be7c012b359a3

Hmph, lemme see what happened.

In D49767#1135362, @bz wrote:

% git show 02a8d40c9ffb2987c291ea96cf7be7c012b359a3
fatal: bad object 02a8d40c9ffb2987c291ea96cf7be7c012b359a3

ok, try https://reviews.freebsd.org/D49162

It looks like it's landed fine in -head. Even the diff above shows the counters for the GCMP stuff.

May bad. I checked with the is_ prefix if my history is right.

This revision is now accepted and ready to land.Apr 12 2025, 8:53 PM
This revision was automatically updated to reflect the committed changes.