diff options
author | Auke Kok <auke-jan.h.kok@intel.com> | 2006-05-25 13:24:17 -0700 |
---|---|---|
committer | Auke Kok <juke-jan.h.kok@intel.com> | 2006-05-25 13:24:17 -0700 |
commit | 1dfdd7df21309e57867962020a5ccb83d00e5432 (patch) | |
tree | 6e04f530caa49cbc4957fcad1429fe9bb77fe5d9 /drivers/net/ixgb/ixgb.h | |
parent | c9e055ac4fdbb52622437e0dbfdbc1d4897d2775 (diff) | |
download | op-kernel-dev-1dfdd7df21309e57867962020a5ccb83d00e5432.zip op-kernel-dev-1dfdd7df21309e57867962020a5ccb83d00e5432.tar.gz |
ixgb: add performance enhancements to the buffer_info struct
o modify the rx refill logic and tail bump
o add counter for failures
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: John Ronciak <john.ronciak@intel.com>
Diffstat (limited to 'drivers/net/ixgb/ixgb.h')
-rw-r--r-- | drivers/net/ixgb/ixgb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ixgb/ixgb.h b/drivers/net/ixgb/ixgb.h index b9c37fd..bdbaf5a 100644 --- a/drivers/net/ixgb/ixgb.h +++ b/drivers/net/ixgb/ixgb.h @@ -200,6 +200,7 @@ struct ixgb_adapter { struct ixgb_hw hw; u16 msg_enable; struct ixgb_hw_stats stats; + uint32_t alloc_rx_buff_failed; #ifdef CONFIG_PCI_MSI boolean_t have_msi; #endif |