Re: [dpdk-dev] [PATCH v2 2/9] usertools/dpdk-devbind: support python3 only

2020-06-25 Thread Burakov, Anatoly
On 17-Jun-20 4:10 PM, Louise Kilheeney wrote: Changed script to explicitly use python3 only to avoid maintaining python 2. Signed-off-by: Louise Kilheeney --- v2: removed check_output function as not required for python3. --- usertools/dpdk-devbind.py | 17 - 1 file changed,

[dpdk-dev] [PATCH v2 2/9] usertools/dpdk-devbind: support python3 only

2020-06-17 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2. Signed-off-by: Louise Kilheeney --- v2: removed check_output function as not required for python3. --- usertools/dpdk-devbind.py | 17 - 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/us