On 08/23/2014 02:43 PM, David Miller wrote: > From: [email protected] > 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". >
Yes. I notice this one as well this morning, but didn't have time to fix. Apologies. -vlad ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ E1000-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/e1000-devel To learn more about Intel® Ethernet, visit http://communities.intel.com/community/wired
