Page MenuHomeFreeBSD

wlanstats: add crypto_swcipherfail
AcceptedPublic

Authored by adrian on Thu, Apr 10, 8:42 PM.
Referenced Files
Unknown Object (File)
Thu, Apr 17, 12:52 PM
Unknown Object (File)
Thu, Apr 17, 2:46 AM
Unknown Object (File)
Wed, Apr 16, 7:51 AM
Unknown Object (File)
Sat, Apr 12, 3:38 PM
Unknown Object (File)
Sat, Apr 12, 2:42 PM
Subscribers

Details

Reviewers
bz
Group Reviewers
wireless
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.Sat, Apr 12, 7:39 PM
bz added a subscriber: bz.

The ones from 2d4583c462a5d7904e2bb4c77f521d16fd2e7140 are still missing.

This revision now requires changes to proceed.Sat, Apr 12, 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.Sat, Apr 12, 8:53 PM