lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 30 Jun 2016 17:32:31 +0200
From:	Lino Sanfilippo <lsanfil@...vell.com>
To:	Sony Chacko <sony.chacko@...gic.com>, <davem@...emloft.net>
CC:	<netdev@...r.kernel.org>, <Dept_NX_Linux_NIC_Driver@...gic.com>
Subject: Re: [PATCH 1/1] qlcnic: add wmb() call in transmit data path.

Hi,

On 29.06.2016 23:51, Sony Chacko wrote:

> +	/* Ensure writes are complete before HW fetches Tx descriptors */
> +	wmb();
>   	qlcnic_update_cmd_producer(tx_ring);
>
>   	return NETDEV_TX_OK;
>

Would not an mmiowb be more appropriate in this case?

Regards,
Lino  

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ