linux/drivers/net/ethernet/intel/i40e
Jesse Brandeburg 3e587cf3c1 i40e/i40evf: force inline transmit functions
Inlining these functions gives us about 15% more 64 byte packets per
second when using pktgen. 13.3 million to 15 million with a single
queue.

Also fix the function names in i40evf to i40evf not i40e while we are
touching the function header.

Change-ID: I3294ae9b085cf438672b6db5f9af122490ead9d0
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Catherine Sullivan <catherine.sullivan@intel.com>
Tested-by: Jim Young <james.m.young@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2015-05-28 03:42:22 -07:00
..
i40e.h i40e: Remove unnecessary pf members 2015-05-28 03:38:20 -07:00
i40e_adminq.c
i40e_adminq.h
i40e_adminq_cmd.h
i40e_alloc.h
i40e_common.c i40e/i40evf: Save WR_CSR_PROT field from DEV/FUNC capabilities 2015-04-14 20:25:45 -07:00
i40e_dcb.c i40e: get rid of unused locals 2015-04-14 20:39:41 -07:00
i40e_dcb.h
i40e_dcb_nl.c i40e: Don't register/de-register apps on NIC partitions in MFP mode 2015-04-03 03:54:30 -07:00
i40e_debugfs.c i40e: enable user dump of internal hardware state 2015-04-14 20:14:58 -07:00
i40e_diag.c
i40e_diag.h
i40e_ethtool.c i40e: Remove unnecessary pf members 2015-05-28 03:38:20 -07:00
i40e_fcoe.c i40e: fix unrecognized FCOE EOF case 2015-05-28 03:39:56 -07:00
i40e_fcoe.h
i40e_hmc.c
i40e_hmc.h
i40e_lan_hmc.c
i40e_lan_hmc.h
i40e_main.c i40e: Move the FD ATR/SB messages to a higher debug level 2015-05-28 03:40:23 -07:00
i40e_nvm.c i40e: get rid of unused locals 2015-04-14 20:39:41 -07:00
i40e_osdep.h
i40e_prototype.h i40e: enable user dump of internal hardware state 2015-04-14 20:14:58 -07:00
i40e_ptp.c
i40e_register.h
i40e_status.h
i40e_txrx.c i40e/i40evf: force inline transmit functions 2015-05-28 03:42:22 -07:00
i40e_txrx.h i40e/i40evf: Add ATR support for tunneled TCP/IPv4/IPv6 packets. 2015-05-28 03:37:31 -07:00
i40e_type.h i40e/i40evf: Add stats to count Tunnel ATR hits 2015-05-28 03:38:00 -07:00
i40e_virtchnl.h
i40e_virtchnl_pf.c i40e: Disable offline diagnostics if VFs are enabled 2015-05-28 03:36:10 -07:00
i40e_virtchnl_pf.h i40e: Communicate VSI id in place of VSI index to the VFs 2015-04-03 03:54:31 -07:00
Makefile