commit | 0d728b844c2dd8dd3875ed304eee43967c5d14f6 | [log] [tgz] |
---|---|---|
author | Zhu Yanjun <yanjun.zhu@oracle.com> | Fri Nov 10 21:10:00 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 13 10:40:19 2017 +0900 |
tree | 37f4a74f34fc52147e5b855c21a1985138c122e0 | |
parent | 6afce196236c353819526a1c41fffb6d660eb2ef [diff] |
forcedeth: remove redudant assignments in xmit In xmit process, the variables are set many times. In fact, it is enough for these variables to be set once. After a long time test, the throughput performance is better than before. 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>