]> www.infradead.org Git - users/jedix/linux-maple.git/commit
igb: Combine all flag info fields into a single tx_flags structure
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 26 Aug 2011 07:44:59 +0000 (07:44 +0000)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 12:46:34 +0000 (20:46 +0800)
commit59160981c14d43f9c25972b1d19598343e4c2cd2
treefe6ef80553028ac8e0d2d0223e2f3fcd7b4918dc
parenta4bc16752d4d8e840cdf2ecf5d6e9356b6f43493
igb: Combine all flag info fields into a single tx_flags structure

This change is meant to combine all of the TX flags fields into one u32
flags field so that it can be stored into the tx_buffer_info structure.
This includes the time stamp flag as well as mapped_as_page flag info.

(cherry picked from commit 2bbfebe2db3453f9ad5a3de56b77d383b91a7829)
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