commit | e014272672b964471608a2624e4cdf1d5e7c22ea | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Mon Feb 06 18:27:26 2017 -0800 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Mar 17 12:11:44 2017 -0700 |
tree | d636d83c4f5743fc62bf39b7d798db91792817cc | |
parent | e3cdf68d4a861d91ef62ed615483e673f07fccfe [diff] |
igb: Break out Rx buffer page management At this point we have 2 to 3 paths that can be taken depending on what Rx modes are enabled. In order to better support that and improve the maintainability I am breaking out the common bits from those paths and making them into their own functions. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>