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

2020-05-28 Thread Burakov, Anatoly
On 28-May-20 1:39 PM, Burakov, Anatoly wrote: On 22-May-20 2:23 PM, Louise Kilheeney wrote: Changed script to explicitly use python3 only. Signed-off-by: Louise Kilheeney --- There is a bunch of old cruft in a few scripts, such as python compatibility checks and reimplementation of check_ou

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

2020-05-28 Thread Burakov, Anatoly
On 22-May-20 2:23 PM, Louise Kilheeney wrote: Changed script to explicitly use python3 only. Signed-off-by: Louise Kilheeney --- There is a bunch of old cruft in a few scripts, such as python compatibility checks and reimplementation of check_output. it would be nice if those were fixed as

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

2020-05-22 Thread Louise Kilheeney
Changed script to explicitly use python3 only. Signed-off-by: Louise Kilheeney --- usertools/dpdk-devbind.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usertools/dpdk-devbind.py b/usertools/dpdk-devbind.py index 40b4beea4..441301f2d 100755 --- a/usertools/dpdk-devbind.