Re: [PATCH net-next] net/sched: act_tunnel_key: Add dst_cache support

2019-02-24 Thread David Miller
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.

[PATCH net-next] net/sched: act_tunnel_key: Add dst_cache support

2019-02-21 Thread wenxu
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