Page MenuHomeFreeBSD

iwx: enable seqno offload
Needs ReviewPublic

Authored by adrian on Thu, Jun 5, 3:51 AM.
Referenced Files
F119698614: D50694.diff
Wed, Jun 11, 10:01 AM
Unknown Object (File)
Tue, Jun 10, 3:19 AM
Unknown Object (File)
Mon, Jun 9, 10:02 PM
Unknown Object (File)
Thu, Jun 5, 6:45 PM
Unknown Object (File)
Thu, Jun 5, 6:45 PM
Unknown Object (File)
Thu, Jun 5, 8:50 AM
Unknown Object (File)
Thu, Jun 5, 4:41 AM
Subscribers

Details

Reviewers
thj
bz
Group Reviewers
wireless
Summary

Enable sequence number offload.

This should both enable the sequence number offloading and disable
the net80211 TX lock from being acquired/released/checked.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 64654
Build 61538: arc lint + arc unit

Event Timeline

adrian requested review of this revision.Thu, Jun 5, 3:51 AM
adrian added a reviewer: wireless.
adrian added a project: wireless.
adrian added a reviewer: thj.
bz requested changes to this revision.Thu, Jun 5, 8:03 AM
bz added a subscriber: bz.
bz added inline comments.
sys/dev/iwx/if_iwx.c
5664

This is entirely done in firmware.

This revision now requires changes to proceed.Thu, Jun 5, 8:03 AM
sys/dev/iwx/if_iwx.c
5664

This is entirely done in firmware.

aha let me go and try that too then. If it works then I'll delete it and leave the comment there that seqno offload is done at that point.

Address bz's comment - yup, this works with seqno offload and
with it just not populated in the driver encap path. Neat!

As far as I can tell this is nop, but good ground work for future stuff.