[dpdk-dev] [PATCH v8 05/10] app/test-cmdline: support python3 only

Robin Jarry robin.jarry at 6wind.com
Mon Sep 28 13:27:40 CEST 2020


Hi Kevin, all,

2020-09-28, Kevin Laatz:
> Changed script to explicitly use python3 only to avoid
> maintaining python 2 and removed deprecation notice.
> 
> Cc: Olivier Matz <olivier.matz at 6wind.com>
> 
> Signed-off-by: Louise Kilheeney <louise.kilheeney at intel.com>
> Signed-off-by: Kevin Laatz <kevin.laatz at intel.com>
> Reviewed-by: Bruce Richardson <bruce.richardson at intel.com>
> 
> ---
> v5:
>   - fixed python3 issue causing script to fail. Divisions without the
>     typecast lead to a floating point result, which was messing up the
>     loop.
> 
> v6:
>   - Removed changes to mk/rte.sdktest.mk since it no longer exists.
> 
> v8:
>   - Replaced integer cast with integer division operator.

Acked-by: Robin Jarry <robin.jarry at 6wind.com>


More information about the dev mailing list