> -----Original Message-----
> From: Bruce Richardson <[email protected]>
> Sent: Wednesday, November 6, 2024 10:01 PM
> To: [email protected]
> Cc: Bruce Richardson <[email protected]>; Jerin Jacob
> <[email protected]>
> Subject: [EXTERNAL] [PATCH v2 2/2] eventdev: add standard aliases for
> telemetry commands
> 
> Most other device classes in DPDK which offer telemetry provide a list of the
> devices of that class via "/<class>/list", e. g. /ethdev/list, /ring/list,
> /mempool/list. However, eventdev provided that list via "dev_list" command.
> For consistency, 
> Most other device classes in DPDK which offer telemetry provide a list of the
> devices of that class via "/<class>/list", e.g. /ethdev/list, /ring/list,
> /mempool/list. However, eventdev provided that list via "dev_list" command.
> For consistency, add "list" as an alias for "dev_list" - after all the "dev" 
> is part of
> the initial "/eventdev"
> prefix part, so should not need repeating.
> 
> Similarly for the "dev_info" command, provide an alias as just "info".
> 
> Signed-off-by: Bruce Richardson <[email protected]>

Series applied to dpdk-next-net-eventdev/for-main. Thanks

Reply via email to