netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: EladN@gilat.com
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH] net: stmmac: fix missing support for 802.1AD tag on reception
Date: Thu, 12 Apr 2018 21:48:51 -0400 (EDT)	[thread overview]
Message-ID: <20180412.214851.2050015892149281896.davem@davemloft.net> (raw)
In-Reply-To: <DB5PR07MB15447E832914A7FD15E06A5FA0BD0@DB5PR07MB1544.eurprd07.prod.outlook.com>

From: Elad Nachman <EladN@gilat.com>
Date: Wed, 11 Apr 2018 15:07:40 +0000

> --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c2018-04-11 17:04:00.586057300 +0300
> +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c2018-04-11 17:05:33.601992400 +0300
> @@ -3293,17 +3293,19 @@ dma_map_err:
> 
>  static void stmmac_rx_vlan(struct net_device *dev, struct sk_buff *skb)
>  {
> -struct ethhdr *ehdr;
> +struct vlan_ethhdr *veth;
>  u16 vlanid;
> +__be16 vlan_proto;

This patch has been mangled by your email client.

  reply	other threads:[~2018-04-13  1:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-11 15:07 [PATCH] net: stmmac: fix missing support for 802.1AD tag on reception Elad Nachman
2018-04-13  1:48 ` David Miller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-04-13  6:45 Elad Nachman
2018-04-13  7:03 Elad Nachman

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=20180412.214851.2050015892149281896.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=EladN@gilat.com \
    --cc=netdev@vger.kernel.org \
    /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).