i40e: transmit, receive, and NAPI
authorJesse Brandeburg <jesse.brandeburg@intel.com>
Wed, 11 Sep 2013 08:39:51 +0000 (08:39 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 11 Sep 2013 08:43:57 +0000 (01:43 -0700)
commitfd0a05ce74efc9aadd3b2e259ae1d16ee7c935c1
tree91969cd31fffdeaea0d709afaf2a8d0ad829abdc
parent41c445ff0f482bb6e6b72dcee9e598e20575f743
i40e: transmit, receive, and NAPI

This patch contains the transmit, receive, and NAPI routines, as well
as ancillary routines.

This file is code that is (will be) used by both the VF and PF
drivers.

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Shannon Nelson <shannon.nelson@intel.com>
CC: PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
CC: e1000-devel@lists.sourceforge.net
Tested-by: Kavindya Deegala <kavindya.s.deegala@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_txrx.c [new file with mode: 0644]