android_kernel_oneplus_msm8998/drivers/net/ethernet/intel
Alexander Duyck ba5b8dcdb8 fm10k: Clean-up page reuse code
This patch cleans up the page reuse code getting it into a state where all
the workarounds needed are in place as well as cleaning up a few minor
oversights such as using __free_pages instead of put_page to drop a locally
allocated page.

It also cleans up how we clear the descriptor status bits.  Previously they
were zeroed as a part of clearing the hdr_addr.  However the hdr_addr is a
64 bit field and 64 bit writes can be a bit more expensive on on 32 bit
systems.  Since we are no longer using the header split feature the upper
32 bits of the address no longer need to be cleared.  As a result we can
just clear the status bits and leave the length and VLAN fields as-is which
should provide more information in debugging.

Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com>
Tested-by: Krishneil Singh <Krishneil.k.singh@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2015-01-22 18:10:17 -08:00
..
e1000 e1000: fix time comparison 2015-01-22 18:10:15 -08:00
e1000e e1000e: Fix 82572EI that has no hardware timestamp support 2015-01-22 18:10:16 -08:00
fm10k fm10k: Clean-up page reuse code 2015-01-22 18:10:17 -08:00
i40e i40e/i40evf: Bump i40e and i40evf versions 2015-01-16 05:21:10 -08:00
i40evf i40e/i40evf: Bump i40e and i40evf versions 2015-01-16 05:21:10 -08:00
igb igb: Clean-up page reuse code 2015-01-22 18:10:17 -08:00
igbvf net: rename vlan_tx_* helpers since "tx" is misleading there 2015-01-13 17:51:08 -05:00
ixgb net: rename vlan_tx_* helpers since "tx" is misleading there 2015-01-13 17:51:08 -05:00
ixgbe net: rename vlan_tx_* helpers since "tx" is misleading there 2015-01-13 17:51:08 -05:00
ixgbevf net: rename vlan_tx_* helpers since "tx" is misleading there 2015-01-13 17:51:08 -05:00
e100.c e100: fix typo in MDI/MDI-X eeprom check in e100_phy_init 2014-12-31 11:55:40 -08:00
Kconfig i40e: adds FCoE configure option 2015-01-14 16:48:39 -05:00
Makefile fm10k: Add skeletal frame for Intel(R) FM10000 Ethernet Switch Host Interface Driver 2014-09-23 03:59:13 -07:00