commit | 0549ae20b77d411aefb5271c2c494b9c3f02d972 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Fri Jul 20 08:08:18 2012 +0000 |
committer | Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com> | Thu Aug 16 15:44:25 2012 -0700 |
tree | 42194614fcaf6384d46f88795c086fd842181c2c | |
parent | afaa9459de639591ff3318fd215a813c8d794759 [diff] |
ixgbe: combine ixgbe_add_rx_frag and ixgbe_can_reuse_page This patch combines ixgbe_add_rx_frag and ixgbe_can_reuse_page into a single function. The main motivation behind this is to make better use of the values so that we don't have to load them from memory and into registers twice. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>