Page MenuHomeFreeBSD

linuxkpi: Add xa_insert_irq wrapper
ClosedPublic

Authored by jhb on Fri, Jul 31, 3:06 PM.
Tags
None
Referenced Files
F165115243: D58576.id183163.diff
Thu, Aug 6, 4:32 AM
Unknown Object (File)
Wed, Aug 5, 9:20 AM
Unknown Object (File)
Wed, Aug 5, 8:46 AM
Unknown Object (File)
Wed, Aug 5, 8:03 AM
Unknown Object (File)
Wed, Aug 5, 5:28 AM
Unknown Object (File)
Wed, Aug 5, 3:58 AM
Unknown Object (File)
Tue, Aug 4, 5:07 PM
Unknown Object (File)
Tue, Aug 4, 9:15 AM

Details

Summary

This just invokes xa_insert similar to other xa_*_irq wrappers.

Sponsored by: Chelsio Communications

Diff Detail

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

Event Timeline

jhb requested review of this revision.Fri, Jul 31, 3:06 PM
bz added a subscriber: dumbbell.

For what it's there it is fine.

I believe 5542309ec6eba3af9e26c50acd654de462181b8e from @dumbbell and yours up there needs to be revised as the *_irq versions should hold that xa_lock_irq and unlock around the middle call but it may be better to do this in a follow-up pass.

This revision is now accepted and ready to land.Fri, Jul 31, 5:35 PM
This revision was automatically updated to reflect the committed changes.