On Tue, 2019-03-05 at 19:03 -0800, David Miller wrote: > From: Saeed Mahameed <saeedm@xxxxxxxxxxxx> > Date: Tue, 5 Mar 2019 22:21:39 +0000 > > > On Mon, 2019-03-04 at 08:26 +0200, Leon Romanovsky wrote: > > > On Sun, Mar 03, 2019 at 03:20:57PM +0000, Roi Dayan wrote: > > > > On 02/03/2019 21:39, Gustavo A. R. Silva wrote: > > > > > Remove redundant assignment to tun_entropy->enabled. > > > > > > > > > > Addesses-Coverity-ID: 1477328 ("Unused value") > > > > > Fixes: 97417f6182f8 ("net/mlx5e: Fix GRE key by controlling > > > > > port > > > > > tunnel entropy calculation") > > > > > > > > the commit doesn't fix any real issue but is more of a cleanup. > > > > so I'm not sure if fixes line is relevant or not. > > > > beside that looks ok. > > > > > > It doesn't matter if it is real issue or not, the code is wrong > > > and > > > should be fixed. This alone is enough to see the Fixes line. > > > > > > Thanks, > > > Acked-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > > > Acked-by: Saeed Mahameed <saeedm@xxxxxxxxxxxx> > > Dave, Do you think such patch should go to net, or do you want me > > to > > send it in my next pull request to net-next, once it is open of > > course > > ? > > This feels more like net-next stuff to me, thanks for asking. Applied to net-next-mlx5, will be sent in the next pull request when net-next reopens, Thanks!