Page MenuHomeFreeBSD

wlanstats: add crypto_swcipherfail
ClosedPublic

Authored by adrian on Apr 10 2025, 8:42 PM.
Referenced Files
F133135747: D49767.id153478.diff
Thu, Oct 23, 6:44 AM
F133135745: D49767.id154134.diff
Thu, Oct 23, 6:44 AM
F133095243: D49767.diff
Wed, Oct 22, 10:36 PM
F133095235: D49767.id.diff
Wed, Oct 22, 10:36 PM
Unknown Object (File)
Wed, Oct 22, 1:48 PM
Unknown Object (File)
Wed, Oct 15, 6:43 AM
Unknown Object (File)
Thu, Oct 2, 11:05 AM
Unknown Object (File)
Wed, Oct 1, 9:27 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.