Re: [PATCH v2 5/6] ixgbevf: keep writel() closer to wmb()

From: Sinan Kaya
Date: Thu Mar 15 2018 - 21:13:17 EST


On 3/15/2018 9:04 PM, Sinan Kaya wrote:
> /* notify HW of packet */
> - ixgbevf_write_tail(tx_ring, i);
> + writel(value, tx_ring->tail);
>

oops. copy paste mistake.

I'll hold onto posting v3 until i hear more feedback.

--
Sinan Kaya
Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc.
Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project.