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". ------------------------------------------------------------------------------ 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
