Page MenuHomeFreeBSD

wlanstats: add crypto_swcipherfail
ClosedPublic

Authored by adrian on Apr 10 2025, 8:42 PM.
Referenced Files
Unknown Object (File)
Fri, Sep 12, 9:51 PM
Unknown Object (File)
Thu, Sep 4, 9:38 AM
Unknown Object (File)
Thu, Sep 4, 4:55 AM
Unknown Object (File)
Thu, Sep 4, 1:41 AM
Unknown Object (File)
Aug 15 2025, 3:16 PM
Unknown Object (File)
Aug 15 2025, 6:57 AM
Unknown Object (File)
Aug 15 2025, 12:19 AM
Unknown Object (File)
Aug 4 2025, 9:11 PM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 63437
Build 60321: arc lint + arc unit

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.