ixgbevf: add ixgbevf_rx_skb
authorJacob Keller <jacob.e.keller@intel.com>
Sat, 21 Sep 2013 06:24:09 +0000 (06:24 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 29 Oct 2013 10:53:30 +0000 (03:53 -0700)
commit08681618662f18631467a9746dea821db6f22a66
tree67df827871e05bee9176184202446407bc7a77bb
parent6a2aae5ae620ebf5e49f36eb937f2214c6630430
ixgbevf: add ixgbevf_rx_skb

This patch adds ixgbevf_rx_skb in line with how ixgbe handles the variations on
how packets can be received. It will be extended in a following patch for
CONFIG_NET_RX_BUSY_POLL support.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c