[dpdk-dev] [PATCH v2 9/9] pci: implement automatic bind/unbind

2016-02-03 Thread Ivan Boule
On 01/29/2016 03:49 PM, David Marchand wrote: > Reuse pci hook to implement automatic bind / unbind. > The more I look at this, the more I think this should go to the PMDs > themselves (with options per devices to control this), with EAL offering > helpers to achieve this. This sounds good to me.

[dpdk-dev] [PATCH v2 9/9] pci: implement automatic bind/unbind

2016-01-29 Thread David Marchand
Reuse pci hook to implement automatic bind / unbind. The more I look at this, the more I think this should go to the PMDs themselves (with options per devices to control this), with EAL offering helpers to achieve this. Signed-off-by: David Marchand --- lib/librte_eal/bsdapp/eal/eal_pci.c