Re: [PATCH net V2] net/mlx5e: Fix del vxlan port command buffer memset

2016-07-21 Thread Alexei Starovoitov
On Thu, Jul 21, 2016 at 11:08:06AM +0300, Saeed Mahameed wrote: > On Thu, Jul 21, 2016 at 3:53 AM, Alexei Starovoitov > wrote: > > On Thu, Jul 21, 2016 at 12:39:53AM +0300, Saeed Mahameed wrote: > >> memset the command buffers rather than the pointers to them. > > > > that is still wrong commit lo

Re: [PATCH net V2] net/mlx5e: Fix del vxlan port command buffer memset

2016-07-21 Thread Saeed Mahameed
On Thu, Jul 21, 2016 at 3:53 AM, Alexei Starovoitov wrote: > On Thu, Jul 21, 2016 at 12:39:53AM +0300, Saeed Mahameed wrote: >> memset the command buffers rather than the pointers to them. > > that is still wrong commit log. > This patch makes zero difference to generated code. > '&in' is the same

Re: [PATCH net V2] net/mlx5e: Fix del vxlan port command buffer memset

2016-07-20 Thread Alexei Starovoitov
On Thu, Jul 21, 2016 at 12:39:53AM +0300, Saeed Mahameed wrote: > memset the command buffers rather than the pointers to them. that is still wrong commit log. This patch makes zero difference to generated code. '&in' is the same as 'in' > Fixes: b3f63c3d5e2c ("net/mlx5e: Add netdev support for VX

Re: [PATCH net V2] net/mlx5e: Fix del vxlan port command buffer memset

2016-07-20 Thread David Miller
From: Saeed Mahameed Date: Thu, 21 Jul 2016 00:39:53 +0300 > memset the command buffers rather than the pointers to them. > > Fixes: b3f63c3d5e2c ("net/mlx5e: Add netdev support for VXLAN tunneling") > Signed-off-by: Saeed Mahameed > --- > > V2: > - Improved log message. Applied.

[PATCH net V2] net/mlx5e: Fix del vxlan port command buffer memset

2016-07-20 Thread Saeed Mahameed
memset the command buffers rather than the pointers to them. Fixes: b3f63c3d5e2c ("net/mlx5e: Add netdev support for VXLAN tunneling") Signed-off-by: Saeed Mahameed --- V2: - Improved log message. drivers/net/ethernet/mellanox/mlx5/core/vxlan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 del