]> www.infradead.org Git - users/jedix/linux-maple.git/commit
igb: Consolidate all of the ring feature flags into a single value
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 26 Aug 2011 07:45:36 +0000 (07:45 +0000)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 12:47:50 +0000 (20:47 +0800)
commit052dfc1a06eb17ee9f6d1f0d37b420d6791c6a2a
tree3923dd6f446a029feb89ee7091629cdd7cf6d170
parent5629fd6f7017681d49b817519203c05ac1b84c23
igb: Consolidate all of the ring feature flags into a single value

This change moves all of the ring flags into a single value.  The advantage
to this is that there is one central area for all of these flags and they
can all make use of the set/test bit operations.

(cherry picked from commit 866cff06903ed63b7410c75ce8d4e0c86127a563)
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>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/igb/igb.h
drivers/net/igb/igb_main.c