commit | 717ba0893508c2c8706c1408c152aa6d286d5d80 | [log] [tgz] |
---|---|---|
author | Nick Nunley <nicholasx.d.nunley@intel.com> | Wed Feb 17 01:04:18 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 17 13:21:36 2010 -0800 |
tree | 47a5de1340fef6ad52c3242273979a03fa563bd4 | |
parent | 43915c7c9a99e38406103d9c72b73edeaa19d0ff [diff] |
igb: inline igb_maybe_stop_tx igb_maybe_stop_tx() is extremely small and appears in several spots in the tx hotpath. This change inlines the function for a possible performance boost. Signed-off-by: Nicholas Nunley <nicholasx.d.nunley@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>