commit | f56e0cb1fea6aa3caace1c1ddde3f847793dcf38 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Tue Jan 31 02:59:39 2012 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Feb 10 15:51:33 2012 -0800 |
tree | 26bee86bc3df96516492a9f77cc452caa7056cda | |
parent | f990b79bc80ca7a23b8a6c33241c439072d0b85b [diff] |
ixgbe: Add function for testing status bits in Rx descriptor This change adds a small function for testing Rx status bits in the descriptor. The advantage to this is that we can avoid unnecessary byte swaps on big endian systems. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Stephen Ko <stephen.s.ko@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>