]> git.baikalelectronics.ru Git - kernel.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)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 7 Oct 2011 06:38:42 +0000 (23:38 -0700)
commitf666694e09087c445651b237b49877cb4eb15973
tree7e929ba271141dad1fff5a68a473e5490c017ab7
parent87904b2b91501de12a8a6eaad41cc5f44de31c3e
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.

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>
drivers/net/ethernet/intel/igb/igb.h
drivers/net/ethernet/intel/igb/igb_main.c