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)
Fri, May 24, 9:48 PM
Unknown Object (File)
May 7 2024, 1:00 PM
Unknown Object (File)
May 4 2024, 10:27 AM
Unknown Object (File)
May 3 2024, 5:43 PM
Unknown Object (File)
May 2 2024, 11:11 PM
Unknown Object (File)
May 2 2024, 10:32 PM
Unknown Object (File)
Apr 23 2024, 8:23 PM
Unknown Object (File)
Feb 13 2024, 7:06 AM
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.