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
Unknown Object (File)
Tue, Apr 14, 12:40 PM
Unknown Object (File)
Sun, Apr 12, 10:38 AM
Unknown Object (File)
Sun, Apr 12, 1:00 AM
Unknown Object (File)
Tue, Apr 7, 1:22 AM
Unknown Object (File)
Mon, Mar 23, 8:57 PM
Unknown Object (File)
Sun, Mar 22, 7:15 PM
Unknown Object (File)
Fri, Mar 20, 6:09 AM
Unknown Object (File)
Feb 14 2026, 4:52 AM
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.