Re: [dpdk-dev] [PATCH] usertools: fix telemetry script user socket path

2020-06-24 Thread Thomas Monjalon
10/06/2020 15:38, Bruce Richardson: > On Wed, Jun 10, 2020 at 02:30:33PM +0100, Ciara Power wrote: > > The path to the socket when running the script as a regular user needed > > to be updated to match the logic in EAL. > > > > Fixes: 6a2967c112a3 ("usertools: add new telemetry script") +Cc: sta.

Re: [dpdk-dev] [PATCH] usertools: fix telemetry script user socket path

2020-06-10 Thread Bruce Richardson
On Wed, Jun 10, 2020 at 02:30:33PM +0100, Ciara Power wrote: > The path to the socket when running the script as a regular user needed > to be updated to match the logic in EAL. > > Fixes: 6a2967c112a3 ("usertools: add new telemetry script") > Cc: bruce.richard...@intel.com > > Signed-off-by: Cia

[dpdk-dev] [PATCH] usertools: fix telemetry script user socket path

2020-06-10 Thread Ciara Power
The path to the socket when running the script as a regular user needed to be updated to match the logic in EAL. Fixes: 6a2967c112a3 ("usertools: add new telemetry script") Cc: bruce.richard...@intel.com Signed-off-by: Ciara Power --- usertools/dpdk-telemetry.py | 4 ++-- 1 file changed, 2 inse