i40evf: transmit and receive functionality
authorGreg Rose <gregory.v.rose@intel.com>
Sat, 21 Dec 2013 06:12:51 +0000 (06:12 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 31 Dec 2013 23:45:23 +0000 (15:45 -0800)
commit7f12ad741a4870b8b6e3aafbcd868d0191770802
tree2f1c1400926819da041300698557d1c5b94ac85e
parent5eae00c57f5e42bf201023471917da213c4946d6
i40evf: transmit and receive functionality

This file contains the transmit, receive, and NAPI functionality.

Some of the functions in this module are extracted from the i40e driver
but functions that are not appropriate for virtual function devices have
been removed.

Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Tested-by: Sibai Li <sibai.li@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40evf/i40e_txrx.c [new file with mode: 0644]