commit | 6297b91c7fb530d3f2543a8e25d68ccf75bfb139 | [log] [tgz] |
---|---|---|
author | Zhang Shengju <zhangshengju@cmss.chinamobile.com> | Thu Mar 03 01:16:54 2016 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 04 22:45:13 2016 -0500 |
tree | 2ea0b434beb4732f1775b0a4c28e851f8a2fccbd | |
parent | 94f7153e41d834824f4108d832f1935603e73105 [diff] |
vxlan: use reset to set header pointers Since offset is zero, it's not necessary to use set function. Reset function is straightforward, and will remove the unnecessary add operation in set function. Signed-off-by: Zhang Shengju <zhangshengju@cmss.chinamobile.com> Signed-off-by: David S. Miller <davem@davemloft.net>