]> 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)
commit55a318de7bfdd32ab43ba46d771c9e5e82db9bdd
tree2f1c1400926819da041300698557d1c5b94ac85e
parentb78eece588acfba9727536c0fd64dd1636d2b9fe
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]