744e9a87c5
To allow the script to take queries from input pipes e.g. "echo
/ethdev/stats,0 | dpdk-telemetry.py", we need to handle the case of EOF
correctly without crashing with an exception. Do this by using a
try-except block around the input handling.
Fixes:
|
||
---|---|---|
.. | ||
cpu_layout.py | ||
dpdk-devbind.py | ||
dpdk-hugepages.py | ||
dpdk-pmdinfo.py | ||
dpdk-telemetry-client.py | ||
dpdk-telemetry.py | ||
meson.build |