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
Differential D46153
buf_ring: Remove old arm-only dequeue code andrew on Jul 26 2024, 8:56 AM. Authored by Tags None Referenced Files
Subscribers
Details In the single consumer dequeue the consumer thread controls Sponsored by: Arm Ltd
Diff Detail
Event TimelineComment Actions There's other inconsistent stuff here, but this looks save since the data is protected by a lock. |