[dpdk-dev] [PATCH] tools: fix syntax errors and add support for Python 3

2016-02-09 Thread Thomas Monjalon
2016-01-27 20:59, yurai: > This patch fixes syntax errors from tools/setup.sh during binding ethernet > device > on systems where Python 3 is default. Backward compability with Python 2 is > preserved. > > Signed-off-by: Dawid Jurczak Applied, thanks

[dpdk-dev] [PATCH] tools: fix syntax errors and add support for Python 3

2016-01-27 Thread yurai
This patch fixes syntax errors from tools/setup.sh during binding ethernet device on systems where Python 3 is default. Backward compability with Python 2 is preserved. Signed-off-by: Dawid Jurczak --- tools/dpdk_nic_bind.py | 74 +- 1 file chang