Re: [PATCH] nft_flow_offload: Make flow offload work with vrf slave device correct

2019-01-09 Thread Pablo Neira Ayuso
On Sat, Dec 29, 2018 at 06:10:25PM +0800, we...@ucloud.cn wrote: > From: wenxu > > In the forward chain the iif is changed from slave device to master vrf > device. It will lead the offload not match on lower slave device. > > This patch make the flollowing example can work correct > > ip addr

Re: [PATCH] nft_flow_offload: Make flow offload work with vrf slave device correct

2019-01-08 Thread wenxu
Hi pablo, How about the status for this patch?   On 12/29/2018 6:10 PM, we...@ucloud.cn wrote: > From: wenxu > > In the forward chain the iif is changed from slave device to master vrf > device. It will lead the offload not match on lower slave device. > > This patch make the flollowing example

[PATCH] nft_flow_offload: Make flow offload work with vrf slave device correct

2018-12-29 Thread wenxu
From: wenxu In the forward chain the iif is changed from slave device to master vrf device. It will lead the offload not match on lower slave device. This patch make the flollowing example can work correct ip addr add dev eth0 1.1.1.1/24 ip addr add dev eth1 10.0.0.1/24 ip link add user1 type v