On Fri, Jan 11, 2019 at 4:19 PM <[email protected]> wrote:
>
> From: Tonghao Zhang <[email protected]>
We have common prefix, please use it:
net/mlx5e: Update offloaded flows when encap source mac changed
> 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 save
> the local encap netdevice, and when mac changed, check it and
> update flows.
The problem seems to exist and the solution seems to be proper
I will look into it later, please resend with [PATCH net-next] and
few nit fixes
> Fixs: 232c00139 ("net/mlx5e: Add support to neighbour update flow")
should be Fixes: and get 12 hex digits (git log --oneline --abbrev=12)