Re: [PATCH net v5 1/2] net/mlx5e: Update hw flows when encap source mac changed

2019-02-06 Thread David Miller
From: Or Gerlitz Date: Tue, 5 Feb 2019 11:03:01 +0200 > Dave, I see a copy of the patch on patchworks [1] with status being > not applicable, what is missing here? the patch should apply AFAIK. > There was also another patch reviewed here by me and Saeed [2], not > sure where it stands from your

Re: [PATCH net v5 1/2] net/mlx5e: Update hw flows when encap source mac changed

2019-02-05 Thread Or Gerlitz
On Wed, Jan 30, 2019 at 12:20 AM Saeed Mahameed wrote: > > On Mon, 2019-01-28 at 15:28 -0800, xiangxia.m@gmail.com wrote: > > From: Tonghao Zhang > > > > When we offload tc filters to hardware, hardware flows can > > be updated when mac of encap destination ip is changed. > > But we ignore on

Re: [PATCH net v5 1/2] net/mlx5e: Update hw flows when encap source mac changed

2019-01-29 Thread Saeed Mahameed
On Mon, 2019-01-28 at 15:28 -0800, xiangxia.m@gmail.com wrote: > From: Tonghao Zhang > > When we offload tc filters to hardware, hardware flows can > be updated when mac of encap destination ip is changed. > But we ignore one case, that the mac of local encap ip can > be changed too, so we sh

Re: [PATCH net v5 1/2] net/mlx5e: Update hw flows when encap source mac changed

2019-01-29 Thread Or Gerlitz
On Tue, Jan 29, 2019 at 8:05 PM wrote: > > From: Tonghao Zhang > > When we offload tc filters to hardware, hardware flows can > be updated when mac of encap destination ip is changed. > But we ignore one case, that the mac of local encap ip can > be changed too, so we should also update them. > >

[PATCH net v5 1/2] net/mlx5e: Update hw flows when encap source mac changed

2019-01-29 Thread xiangxia . m . yue
From: Tonghao Zhang When we offload tc filters to hardware, hardware flows can be updated when mac of encap destination ip is changed. But we ignore one case, that the mac of local encap ip can be changed too, so we should also update them. To fix it, add route_dev in mlx5e_encap_entry struct to