net/mlx5e: Fix del vxlan port command buffer memset
authorSaeed Mahameed <saeedm@mellanox.com>
Wed, 20 Jul 2016 21:39:53 +0000 (00:39 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Jul 2016 22:29:50 +0000 (15:29 -0700)
commit882b0f2fba83374149f0a5869d95aa8b44dad31e
tree4cc7daa914e39f11f573676d404a898bf91542fc
parentedbe77462302ec0b11a90244de13f9012118c538
net/mlx5e: Fix del vxlan port command buffer memset

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 <saeedm@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx5/core/vxlan.c