Re: [dpdk-dev] [PATCH v10 04/11] usertools/cpu_layout: support python3 only

2020-10-02 Thread David Marchand
On Wed, Sep 30, 2020 at 1:45 PM Kevin Laatz wrote: > > From: Louise Kilheeney > > Changed script to explicitly use python3 only to avoid > maintaining python 2 and removed deprecation notice. > > Signed-off-by: Louise Kilheeney > Reviewed-by: Bruce Richardson > Acked-by: Robin Jarry > Acked-by

[dpdk-dev] [PATCH v10 04/11] usertools/cpu_layout: support python3 only

2020-09-30 Thread Kevin Laatz
From: Louise Kilheeney Changed script to explicitly use python3 only to avoid maintaining python 2 and removed deprecation notice. Signed-off-by: Louise Kilheeney Reviewed-by: Bruce Richardson Acked-by: Robin Jarry Acked-by: Stephen Hemminger --- usertools/cpu_layout.py | 13 ++---