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)
Feb 13 2024, 7:06 AM
Unknown Object (File)
Feb 13 2024, 5:07 AM
Unknown Object (File)
Feb 12 2024, 9:55 PM
Unknown Object (File)
Dec 25 2023, 7:14 AM
Unknown Object (File)
Dec 20 2023, 12:58 AM
Unknown Object (File)
Nov 8 2023, 10:56 PM
Unknown Object (File)
Nov 8 2023, 2:54 AM
Unknown Object (File)
Oct 18 2023, 6:47 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.