Re: [dpdk-dev] [dpdk-stable] [PATCH] usertools: Fix clearing any old data

2019-07-04 Thread Thomas Monjalon
04/06/2019 09:20, David Marchand: > On Fri, May 31, 2019 at 3:37 PM Luca Boccassi wrote: > > On Fri, 2019-05-31 at 13:11 +0200, Timothy Redaelli wrote: > > > Currently clear_data (dpdk-devbind.py) doesn't work as expected since > > > "global devices" is missing and so "devices" is considered a loc

Re: [dpdk-dev] [dpdk-stable] [PATCH] usertools: Fix clearing any old data

2019-06-04 Thread David Marchand
On Fri, May 31, 2019 at 3:37 PM Luca Boccassi wrote: > On Fri, 2019-05-31 at 13:11 +0200, Timothy Redaelli wrote: > > Currently clear_data (dpdk-devbind.py) doesn't work as expected since > > "global devices" is missing and so "devices" is considered a local > > variable. > > > > This commit chan

Re: [dpdk-dev] [dpdk-stable] [PATCH] usertools: Fix clearing any old data

2019-05-31 Thread Luca Boccassi
On Fri, 2019-05-31 at 13:11 +0200, Timothy Redaelli wrote: > Currently clear_data (dpdk-devbind.py) doesn't work as expected since > "global devices" is missing and so "devices" is considered a local > variable. > > This commit changes "clear_data" function in order to really clear > devices by ad