OSDN Git Service

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)
commit41411e2fd6b8dcc91dadcc4f9d553b93e66da3b5
treeeca054c90c5af84c333287288f250295fc6d1000
parentcaf337bdef33a71c5e38a41f4f49c163018c375a
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