netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Rami Rosen <ramirose@gmail.com>, davem@davemloft.net
Cc: netdev@vger.kernel.org, roopa@cumulusnetworks.com
Subject: Re: [PATCH net-next] ethtool: Add hw-switch-offload to netdev_features_strings.
Date: Sat, 21 Feb 2015 20:31:37 +0300	[thread overview]
Message-ID: <54E8C0F9.9070508@cogentembedded.com> (raw)
In-Reply-To: <1424472648-24828-1-git-send-email-ramirose@gmail.com>

Hello.

On 2/21/2015 1:50 AM, Rami Rosen wrote:

> commit aafb3e98b279 (netdev: introduce new NETIF_F_HW_SWITCH_OFFLOAD feature
> flag for switch device offloads) added a new feature without adding it to
> netdev_features_strings array; this patch fixes this.

> Signed-off-by: Rami Rosen <ramirose@gmail.com>
> ---
>   net/core/ethtool.c | 1 +
>   1 file changed, 1 insertion(+)

> diff --git a/net/core/ethtool.c b/net/core/ethtool.c
> index 91f74f3..fc5feda 100644
> --- a/net/core/ethtool.c
> +++ b/net/core/ethtool.c
> @@ -98,6 +98,7 @@ static const char netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN]
>   	[NETIF_F_RXALL_BIT] =            "rx-all",
>   	[NETIF_F_HW_L2FW_DOFFLOAD_BIT] = "l2-fwd-offload",
>   	[NETIF_F_BUSY_POLL_BIT] =        "busy-poll",
> +        [NETIF_F_HW_SWITCH_OFFLOAD_BIT] = "hw-switch-offload",

    Please use tab for the indentation.

[...]

WBR, Sergei

      parent reply	other threads:[~2015-02-21 17:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-20 22:50 [PATCH net-next] ethtool: Add hw-switch-offload to netdev_features_strings Rami Rosen
2015-02-20 19:09 ` David Miller
2015-02-21 17:31 ` Sergei Shtylyov [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=54E8C0F9.9070508@cogentembedded.com \
    --to=sergei.shtylyov@cogentembedded.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=ramirose@gmail.com \
    --cc=roopa@cumulusnetworks.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).