HomeFreeBSD

buf_ring: Remove old arm-only dequeue code

Description

buf_ring: Remove old arm-only dequeue code

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

Reviewed by: alc, imp, kib, markj
Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D46153

Details

Provenance
andrewAuthored on Aug 19 2024, 9:07 AM
Reviewer
alc
Differential Revision
D46153: buf_ring: Remove old arm-only dequeue code
Parents
rG44e1cfca417c: buf_ring: Use atomic operations with br_cons_tail
Branches
Unknown
Tags
Unknown