Re: [PATCH net v1 2/2] octeon_ep_vf: avoid compiler and IQ/OQ reordering
From: Paolo Abeni <pabeni@redhat.com>
Date: 2025-12-29 16:18:35
Also in:
lkml
From: Paolo Abeni <pabeni@redhat.com>
Date: 2025-12-29 16:18:35
Also in:
lkml
On 12/19/25 8:29 AM, Vimlesh Kumar wrote:
Utilize READ_ONCE and WRITE_ONCE APIs for IO queue Tx/Rx variable access to prevent compiler optimization and reordering. Additionally, ensure IO queue OUT/IN_CNT registers are flushed by performing a read-back after writing.
Same question here. /P