commit | bdbeefe8ea8c7aa1e00397641e1f3dfa41a20968 | [log] [tgz] |
---|---|---|
author | Don Skidmore <donald.c.skidmore@intel.com> | Sat Mar 02 07:17:37 2013 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed Apr 24 17:29:02 2013 -0700 |
tree | 24462633c17118c7cb61c2de997047f40b82cba9 | |
parent | 01f27fc085574b301248d4da241e9d5ebd61e5c9 [diff] |
ixgbe: fix possible divide by zero in ixgbe_update_itr Protect the code by bailing out of ixgbe_update_itr() when this occurs. The next call to ixgbe_update_itr will continue to dynamically update ITR. Signed-of-by: Don Skidmore <donald.c.skidmore@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>