From: we...@ucloud.cn
Date: Fri, 22 Feb 2019 15:58:12 +0800
> From: wenxu
>
> 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
Applied.
From: wenxu
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
---
net/sched/act_tunnel_key.c | 25 +
1 file changed, 21 insertions(+), 4 deletions(-)
diff