Re: [dpdk-dev] [PATCH v2] devargs: fix policy check in rte_eal_devargs_add

2017-08-03 Thread Thomas Monjalon
02/08/2017 19:12, Gaetan Rivet: > Do not fail upon detecting a set bus configuration when adding an > rte_devargs. i.e. adding a blacklisted PCI device while the bus is > configured in whitelist mode. > > This failure condition has been introduced when the bus policies > were implemented. This imp

[dpdk-dev] [PATCH v2] devargs: fix policy check in rte_eal_devargs_add

2017-08-02 Thread Gaetan Rivet
Do not fail upon detecting a set bus configuration when adding an rte_devargs. i.e. adding a blacklisted PCI device while the bus is configured in whitelist mode. This failure condition has been introduced when the bus policies were implemented. This implementation however was meant to strictly fo