commit | 30065e63d8366b6ea4c8962fa255adfac157ce06 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Fri Jul 15 03:05:14 2011 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Sat Aug 27 00:00:03 2011 -0700 |
tree | ddcb54b08d92118ec082048f8f6fee686064160f | |
parent | 471a76ded87d3375a3449dfa3d1cec567edd0c50 [diff] |
ixgbe: Simplify transmit cleanup path This patch helps to simplify the work being done by the transmit path by removing the unnecessary compares between count and the work limit. Instead we can simplify this by just adding a budget value that will act as a count down from the work limit value. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>