commit | 3fd218767fa49857e812e53a27fcbf5d24d040d6 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Tue Jan 17 08:36:45 2017 -0800 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Thu Feb 16 04:02:44 2017 -0800 |
tree | 9bb02df712ca656279feac2177daea48f6becff0 | |
parent | c3630cc40b4f0fe004e21f19bfb5cd2231c105f8 [diff] |
ixgbe: Break out Rx buffer page management We are going to be expanding the number of Rx paths in the driver. Instead of duplicating all that code I am pulling it apart into separate functions so that we don't have so much code duplication. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>