commit | 9c2f186e45faa34d5f6ff52aa84c361d4be72288 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <aduyck@mirantis.com> | Wed Jan 06 23:11:26 2016 -0800 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Feb 15 16:46:15 2016 -0800 |
tree | 08a1e639afdf6e97f6d3f91c2791a6f76fab29ab | |
parent | 16903caa339961b9f8a68b64f4f313789de48599 [diff] |
igb: Drop unnecessary checks in transmit path This patch drops several checks that we dropped from ixgbe some ago. It should not be possible for us to be called with either of the conditional statements returning true so we can just drop them from the hot-path. Signed-off-by: Alexander Duyck <aduyck@mirantis.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>