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 <redacted>
---
V2:
- Improved log message.
On Thu, Jul 21, 2016 at 3:53 AM, Alexei Starovoitov
[off-list ref] wrote:
On Thu, Jul 21, 2016 at 12:39:53AM +0300, Saeed Mahameed wrote:
quoted
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'
Who said they are not ? There was a mistake in the original log
message and it was fixed here.
The patch was made to make the code consistent with other places in
the code, and i don't see anything wrong with the log message.
On Thu, Jul 21, 2016 at 11:08:06AM +0300, Saeed Mahameed wrote:
On Thu, Jul 21, 2016 at 3:53 AM, Alexei Starovoitov
[off-list ref] wrote:
quoted
On Thu, Jul 21, 2016 at 12:39:53AM +0300, Saeed Mahameed wrote:
quoted
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'
Who said they are not ? There was a mistake in the original log
message and it was fixed here.
The patch was made to make the code consistent with other places in
the code, and i don't see anything wrong with the log message.
the commit log implies that there is a bug. There is none.
old code does 'memset the command buffers'.
'rather than the pointers' is not correct.