commit | af43da0dba0b1bc7af259cd7d6d76054f3acfab0 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Tue Jan 17 08:35:34 2017 -0800 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Thu Feb 16 04:02:44 2017 -0800 |
tree | 25751f67c1ea9f0cc65d6a977096f011ee4c60e4 | |
parent | 1733284d02e21ec256f10794109d8c39c3c1b0f8 [diff] |
ixgbe: Add function for checking to see if we can reuse page This patch consolidates the code for the ixgbe driver so that it is more inline with what is already in igb. The general idea is to just consolidate functions that represent logical steps in the Rx process so we can later update them more easily. 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>