]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net/mlx5: E-Switch, Fix memory leak when creating switchdev mode FDB tables
authorRaed Salem <raeds@mellanox.com>
Tue, 21 Aug 2018 12:22:42 +0000 (15:22 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Sep 2018 06:37:58 +0000 (08:37 +0200)
commit1de5a956681d09a1c64d569bf5c799ba1e645522
tree11e3592f603b0d55d6c5ac863ef64928d278e431
parentf8ce022004ca10d218c50f7822726fcd651431d5
net/mlx5: E-Switch, Fix memory leak when creating switchdev mode FDB tables

[ Upstream commit c88a026e01219488e745f4f0267fd76c2bb68421 ]

The memory allocated for the slow path table flow group input structure
was not freed upon successful return, fix that.

Fixes: 1967ce6ea5c8 ("net/mlx5: E-Switch, Refactor fast path FDB table creation in switchdev mode")
Signed-off-by: Raed Salem <raeds@mellanox.com>
Reviewed-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c