>-----Original Message-----
>From: Richardson, Bruce <[email protected]>
>Sent: Friday 8 October 2021 18:19
>To: [email protected]
>Cc: Power, Ciara <[email protected]>; David Marchand
><[email protected]>; Burakov, Anatoly
><[email protected]>; Kevin Traynor <[email protected]>;
>Richardson, Bruce <[email protected]>
>Subject: [PATCH v7 5/5] usertools/dpdk-telemetry: provide info on available
>sockets
>
>When a user runs the dpdk-telemetry script and fails to connect because the
>socket path does not exist, run a scan for possible sockets that could be
>connected to and inform the user of the command needed to connect to
>those.
>
>For example:
>
>  $ ./usertools/dpdk-telemetry.py -i4
>  Connecting to /run/user/1000/dpdk/rte/dpdk_telemetry.v2:4
>  Error connecting to /run/user/1000/dpdk/rte/dpdk_telemetry.v2:4
>
>  Other DPDK telemetry sockets found:
>  - dpdk_telemetry.v2  # Connect with './usertools/dpdk-telemetry.py'
>  - dpdk_telemetry.v2:2  # Connect with './usertools/dpdk-telemetry.py -i 2'
>  - dpdk_telemetry.v2:1  # Connect with './usertools/dpdk-telemetry.py -i 1'
>
>Signed-off-by: Bruce Richardson <[email protected]>
>---
<snip>

Acked-by: Ciara Power <[email protected]>

Reply via email to