Re: [dpdk-dev] [PATCH v4] usertools/dpdk-devbind: add support for PCI wildcards

2020-09-08 Thread Thomas Monjalon
28/08/2020 17:48, Ferruh Yigit: > On 8/24/2020 6:04 PM, Bruce Richardson wrote: > > When binding or unbinding a range of devices, it can be useful to use > > wildcards to specify the devices rather than repeating the same prefix > > multiple times. We can use the python "glob" module to give us thi

Re: [dpdk-dev] [PATCH v4] usertools/dpdk-devbind: add support for PCI wildcards

2020-08-28 Thread Burakov, Anatoly
Acked-by: Anatoly Burakov Thanks, Anatoly > -Original Message- > From: Bruce Richardson > Sent: Monday, August 24, 2020 6:05 PM > To: dev@dpdk.org > Cc: Yigit, Ferruh ; Burakov, Anatoly > ; Richardson, Bruce > > Subject: [PATCH v4] usertools/dpdk-devbind: add support for PCI wildcards

Re: [dpdk-dev] [PATCH v4] usertools/dpdk-devbind: add support for PCI wildcards

2020-08-28 Thread Ferruh Yigit
On 8/24/2020 6:04 PM, Bruce Richardson wrote: > When binding or unbinding a range of devices, it can be useful to use > wildcards to specify the devices rather than repeating the same prefix > multiple times. We can use the python "glob" module to give us this > functionality - at least for PCI dev

[dpdk-dev] [PATCH v4] usertools/dpdk-devbind: add support for PCI wildcards

2020-08-24 Thread Bruce Richardson
When binding or unbinding a range of devices, it can be useful to use wildcards to specify the devices rather than repeating the same prefix multiple times. We can use the python "glob" module to give us this functionality - at least for PCI devices - by checking /sys for matching files. Examples