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
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
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
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.
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