commit | b78a6aa3876bdd0aa819eb1738caa6d74867b94e | [log] [tgz] |
---|---|---|
author | Zhu Yanjun <yanjun.zhu@oracle.com> | Tue Nov 28 01:42:22 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 30 09:35:03 2017 -0500 |
tree | 7adbdbcd90d2eae81111eff4e902c8ff91cd5690 | |
parent | d750dbdc071bf863112ea83c64cd7c44d4bad261 [diff] |
forcedeth: optimize the xmit with unlikely In xmit, it is very impossible that TX_ERROR occurs. So using unlikely optimizes the xmit process. CC: Srinivas Eeda <srinivas.eeda@oracle.com> CC: Joe Jin <joe.jin@oracle.com> CC: Junxiao Bi <junxiao.bi@oracle.com> Signed-off-by: Zhu Yanjun <yanjun.zhu@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>