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, Nov 29, 2:13 PM
Unknown Object (File)
Nov 24 2024, 1:16 AM
Unknown Object (File)
Nov 6 2024, 4:48 AM
Unknown Object (File)
Nov 6 2024, 4:45 AM
Unknown Object (File)
Nov 3 2024, 11:41 PM
Unknown Object (File)
Oct 28 2024, 3:20 AM
Unknown Object (File)
Sep 23 2024, 7:31 PM
Unknown Object (File)
Sep 18 2024, 9:23 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.