> -----Original Message----- > From: Bruce Richardson <bruce.richard...@intel.com> > Sent: Wednesday, November 6, 2024 10:01 PM > To: dev@dpdk.org > Cc: Bruce Richardson <bruce.richard...@intel.com>; Jerin Jacob > <jer...@marvell.com> > 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 <bruce.richard...@intel.com>
Series applied to dpdk-next-net-eventdev/for-main. Thanks