On Thu, Feb 07, 2019 at 11:37:19PM +0000, Nunley, Nicholas D wrote: > From: Michal Kubecek [mailto:mkube...@suse.cz] > > On Tue, Feb 05, 2019 at 04:01:03PM -0800, Jeff Kirsher wrote: > > > Introduce a new ioctl for setting per-queue parameters. > > > Users can apply commands to specific queues by setting SUB_COMMAND > > and > > > queue_mask with the following ethtool command: > > > > > > ethtool --set-perqueue-command DEVNAME [queue_mask %x] > > SUB_COMMAND > > > > The "set" part is IMHO a bit confusing in combination with "show" type > > subcommands. > > I'm not a fan of the "set" either. This patch set had already gone > through some review before it was passed on to me, and the command > naming wasn't a previous point of contention and I didn't want to > disturb the parts that weren't "broken", but since you've brought it > up I agree that this may not be the best name. I think > "--perqueue-command" is more appropriate. Does this seem reasonable to > you?
That sounds good, I would say either that or "--per-queue". Michal Kubecek