numam-dpdk/usertools
Thomas Monjalon c9208f1dc9 usertools: fix CPU layout with python 3
These differences in Python 3 were causing errors:
- xrange is replaced by range
- dict values are a view (instead of list)
- has_key is removed

Fixes: deb87e6777 ("usertools: use sysfs for CPU layout")
Fixes: 63985c5f10 ("usertools: fix CPU layout for more than 2 threads")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: Gowrishankar Muthukrishnan <gowrishankar.m@linux.vnet.ibm.com>
2017-05-02 00:17:40 +02:00
..
cpu_layout.py usertools: fix CPU layout with python 3 2017-05-02 00:17:40 +02:00
dpdk-devbind.py usertools: remove devbind module search corner cases 2017-05-01 23:58:31 +02:00
dpdk-pmdinfo.py tools: move to usertools 2017-01-04 21:17:32 +01:00
dpdk-setup.sh tools: move to usertools 2017-01-04 21:17:32 +01:00