[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20140823.114357.1040666365885664477.davem@davemloft.net>
Date: Sat, 23 Aug 2014 11:43:57 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: vyasevich@...il.com
Cc: netdev@...r.kernel.org, vyasevic@...hat.com,
jeffrey.t.kirsher@...el.com, jesse.brandeburg@...el.com,
bruce.w.allan@...el.com, carolyn.wyborny@...el.com,
donald.c.skidmore@...el.com, gregory.v.rose@...el.com,
alexander.h.duyck@...el.com, john.ronciak@...el.com,
mitch.a.williams@...el.com, linux.nics@...el.com,
e1000-devel@...ts.sourceforge.net
Subject: Re: [PATCH 5/8] i40e: Fix TSO and hw checksums for non-accelerated
vlan packets.
From: vyasevich@...il.com
Date: Fri, 22 Aug 2014 22:17:07 -0400
> @@ -2295,7 +2295,7 @@ static netdev_tx_t i40e_xmit_frame_ring(struct sk_buff *skb,
> goto out_drop;
>
> /* obtain protocol of skb */
> - protocol = skb->protocol;
> + protocol = get_vlan_protocol(skb);
I don't think this even compiles.
It's "vlan_get_protocol" not "get_vlan_protocol".
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists