From: Paolo Abeni Date: Tue, 3 Mar 2026 10:34:22 +0000 (+0100) Subject: Merge branch 'avoid-compiler-and-iq-oq-reordering' X-Git-Tag: v7.0-rc3~39^2~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=699f3b2e51d0b6e15a2e88980e34909a11382a36;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'avoid-compiler-and-iq-oq-reordering' Vimlesh Kumar says: ==================== avoid compiler and IQ/OQ reordering Utilize READ_ONCE and WRITE_ONCE APIs to prevent compiler optimization and reordering. Ensure IO queue OUT/IN_CNT registers are flushed. Relocate IQ/OQ IN/OUT_CNTS updates to occur before NAPI completion, and replace napi_complete with napi_complete_done. ==================== Link: https://patch.msgid.link/20260227091402.1773833-1-vimleshk@marvell.com Signed-off-by: Paolo Abeni --- 699f3b2e51d0b6e15a2e88980e34909a11382a36