> -Original Message-
> From: Alan Brady
> Sent: Thursday, February 22, 2024 11:05 AM
> To: intel-wired-...@lists.osuosl.org
> Cc: net...@vger.kernel.org; Brady, Alan ; Lobakin,
> Aleksander
> Subject: [PATCH v6 10/11 iwl-next] idpf: fix minor controlq issues
>
> While we're here improvin
While we're here improving virtchnl we can include two minor fixes for
the lower level ctrlq flow.
This adds a memory barrier to idpf_post_rx_buffs before we update tail
on the controlq. We should make sure our writes have had a chance to
finish before we tell HW it can touch them.
This also rem