]> git.baikalelectronics.ru Git - kernel.git/commit
net/sched: act_tunnel_key: Add dst_cache support
authorwenxu <wenxu@ucloud.cn>
Fri, 22 Feb 2019 07:58:12 +0000 (15:58 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Feb 2019 05:51:55 +0000 (21:51 -0800)
commit67d9e721e54134065b93e0460d96b13352834d46
treeeca054c90c5af84c333287288f250295fc6d1000
parent5895de149d750b9ce79b279ed7aa8f0360e6bdc4
net/sched: act_tunnel_key: Add dst_cache support

The metadata_dst is not init the dst_cache which make the
ip_md_tunnel_xmit can't use the dst_cache. It will lookup
route table every packets.

Signed-off-by: wenxu <wenxu@ucloud.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/act_tunnel_key.c