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] [day] [month] [year] [list]
Date:	Tue, 13 May 2014 18:46:19 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	amirv@...lanox.com
Cc:	netdev@...r.kernel.org, yevgenyp@...lanox.com,
	ogerlitz@...lanox.com, yuvala@...lanox.com
Subject: Re: [PATCH net-next V1 1/9] net/mlx4_core: Enforce irq affinity
 changes immediatly

From: Amir Vadai <amirv@...lanox.com>
Date: Tue, 13 May 2014 13:06:50 +0300

> +	cq->irq_affinity_change = 0;
 ...
> +			cq->mcq.irq_affinity_change = 0;
 ...
> +		cq->mcq.irq_affinity_change = 0;
 ...
> +		cq->mcq.irq_affinity_change = 0;
 ...
> +		cq->mcq.irq_affinity_change = 0;
 ...
> +			cq->irq_affinity_change = 1;
 ...
> +	bool                    irq_affinity_change;

Since irq_affinity_change is a bool, please assign 'true' and
'false' to it.

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ