]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit89de1c5a5c20e980784a757b87e202f84f398764
tree2f1c1400926819da041300698557d1c5b94ac85e
parent16d6e2c362efdf8d9dfd393b752ab4d16592bbc2
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]