Two small improvements for eventdev telemetry: * add a device info command to show the name, driver and other minor details for each device. * add aliases for "dev_list" and "dev_info" to just "list" and "info" for consistency with other commands.
V2: expand from single patch to a 2-patch set. Bruce Richardson (2): eventdev: add device info telemetry command eventdev: add standard aliases for telemetry commands lib/eventdev/rte_eventdev.c | 46 +++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) -- 2.43.0