[dpdk-dev] [PATCH] pci: fix probing blacklisted device with RTE_PCI_DRV_MULTIPLE flag

Stephen Hemminger stephen at networkplumber.org
Fri Aug 26 02:33:07 CEST 2016


On Tue, 16 Apr 2013 10:31:48 +0200
Julien Courtat <julien.courtat at 6wind.com> wrote:

> +		if ((dr->drv_flags & RTE_PCI_DRV_MULTIPLE) &&
> +		    (!dev->blacklisted)) {

parens around !dev->blacklisted are unnecessary


More information about the dev mailing list