Page MenuHomeFreeBSD

ixl(4)/ixlv(4): Remove a couple unnecessary register writes/flushes.
ClosedPublic

Authored by erj on Feb 5 2016, 11:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 6, 1:49 AM
Unknown Object (File)
Mon, Nov 3, 11:17 PM
Unknown Object (File)
Sat, Nov 1, 4:27 PM
Unknown Object (File)
Fri, Oct 31, 4:56 AM
Unknown Object (File)
Thu, Oct 23, 1:29 PM
Unknown Object (File)
Thu, Oct 23, 1:29 PM
Unknown Object (File)
Thu, Oct 23, 4:44 AM
Unknown Object (File)
Mon, Oct 20, 1:33 PM
Subscribers

Details

Summary

The one in ixl_xmit() has been brought up to us frequently.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2407
Build 2423: arc lint + arc unit

Event Timeline

erj retitled this revision from to ixl(4)/ixlv(4): Remove a couple unnecessary register writes/flushes..
erj updated this object.
sbruno added inline comments.
sys/dev/ixl/ixl_txrx.c
393

I can press the "I believe" button if you have audited the call path here and you really don't need a flush here.

This revision is now accepted and ready to land.Feb 11 2016, 11:06 PM
sys/dev/ixl/ixl_txrx.c
393

No other driver on our side does this; and people have brought this up a lot. Removing it doesn't seem to have caused any issues so far.