Re: [PATCH net-next v7 06/10] enic: add MBOX core send and receive for admin channel
From: Jakub Kicinski
Date: Mon May 18 2026 - 21:38:50 EST
On Wed, 13 May 2026 08:15:43 -0700 Satish Kharat wrote:
> - enic_admin_msg_enqueue(enic, buf->os_buf, bytes_written);
> + if (READ_ONCE(enic->admin_rq_handler)) {
Why do you need the READ_ONCE() / WRITE_ONCE() on the handler?