From: Bill Fink <billfink@mindspring.com>
To: Spike White <spikewhitetx@gmail.com>
Cc: netdev@vger.kernel.org
Subject: Re: inconsistency of ethtool feature names for get vs. set
Date: Thu, 29 May 2014 22:39:06 -0400 [thread overview]
Message-ID: <20140529223906.c79827145882d8a7e270b68a@mindspring.com> (raw)
In-Reply-To: <loom.20140529T162434-807@post.gmane.org>
On Thu, 29 May 2014, Spike White wrote:
> Bill Fink <billfink <at> mindspring.com> writes:
>
> >
> > On Thu, 2 Jan 2014, Ben Hutchings wrote:
> >
> > > On Thu, 2014-01-02 at 15:03 +0000, Ben Hutchings wrote:
> > > > On Thu, 2014-01-02 at 11:47 +0200, Or Gerlitz wrote:
> > > [...]
> > > > > $ ethtool -k eth1 | grep generic-receive-offload
> > > > > generic-receive-offload: on
> > > > >
> > > > > $ ethtool -K eth1 generic-receive-offload off
> > > > > ethtool: bad command line argument(s)
> > > > > For more information run ethtool -h
> > > > >
> > > > > --> looking in the sources and realizing I need to use "rx-gro"
> > > >
> > > > Or 'gro'. All the old feature names that can be used with the -K
> option
> > > > are listed in the manual page. All the new feature names are
> consistent
> > > > between -k/-K.
> > >
> > > By 'new feature names' I mean names for features that weren't
> previously
> > > exposed through ethtool.
> > >
> > > [...]
> > > > > Basically, this can be resolved by fairly simple patch, but I
> wasn't
> > > > > sure if you want it in user space, in the kernel or both...
> > > >
> > > > How do you intend to resolve this, given the compatibility
> requirement
> > > > that the old names must still be reported by -k and accepted by -K?
> > >
> > > Just to be clear, I do see that there's a problem here but the fix may
> > > have to be mostly or entirely in documentation rather than code.
> >
> > Wouldn't one simple option be to allow the long form like
> > generic-receive-offload for setting in addition to the existing
> > shortcuts rx-gro and gro? That way a user doing "ethtool -k"
> > could use the name provided to do a set via "ethtool -K" without
> > needing to consult a man page (or "ethtool -h"), while still
> > allowing more knowledgeable users to use the shortcut names.
> >
> > -Bill
> >
>
> I love Bill's suggestion.
>
> For instance, I have a mandate from my network engineering team to disable
> all offloads on all Linux VMs. (don't ask).
>
> I plagiarized the below code. But it uses the same keywords that it gets
> from -k to call -K. So it fails.
>
> So I have to continue to play whack-a-mole. As new offloads arise,
> decipher the translation (via viewing man pages, etc.)
Someone, I believe Ben Hutchings, had an ethtool patch that
accomplished my suggestion. Ben just needed someone to test
it. I unfortunately didn't have time back then to do the
testing myself, nor do I now, but the patch should be in
the archives.
-Bill
prev parent reply other threads:[~2014-05-30 2:44 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-02 9:47 inconsistency of ethtool feature names for get vs. set Or Gerlitz
2014-01-02 12:40 ` Rami Rosen
2014-01-02 15:03 ` Ben Hutchings
2014-01-02 18:41 ` Ben Hutchings
2014-01-02 20:12 ` Or Gerlitz
2014-01-06 20:39 ` Ben Hutchings
2014-01-07 4:58 ` Bill Fink
2014-05-29 14:40 ` Spike White
2014-05-30 2:39 ` Bill Fink [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140529223906.c79827145882d8a7e270b68a@mindspring.com \
--to=billfink@mindspring.com \
--cc=netdev@vger.kernel.org \
--cc=spikewhitetx@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).