Page MenuHomeFreeBSD

buf_ring: Remove old arm-only dequeue code
ClosedPublic

Authored by andrew on Jul 26 2024, 8:56 AM.
Tags
None
Referenced Files
F99624507: D46153.diff
Fri, Oct 11, 11:30 AM
Unknown Object (File)
Tue, Oct 1, 7:45 AM
Unknown Object (File)
Sun, Sep 29, 11:58 PM
Unknown Object (File)
Sat, Sep 28, 5:57 AM
Unknown Object (File)
Tue, Sep 24, 11:32 AM
Unknown Object (File)
Thu, Sep 19, 4:39 AM
Unknown Object (File)
Sep 9 2024, 1:36 AM
Unknown Object (File)
Sep 8 2024, 5:34 PM
Subscribers

Details

Summary

In the single consumer dequeue the consumer thread controls
br_cons_head. As such no ordering between this and other data are
required.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 58848
Build 55735: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jul 26 2024, 12:57 PM

There's other inconsistent stuff here, but this looks save since the data is protected by a lock.

In D46153#1052004, @imp wrote:

There's other inconsistent stuff here, but this looks save since the data is protected by a lock.

Oh i see the other reviews and I see markj flagged the main one i saw

This revision was automatically updated to reflect the committed changes.