commit | a23dae79fb6555c808528707c6389345d0b0c189 | [log] [tgz] |
---|---|---|
author | Roi Dayan <roid@mellanox.com> | Wed Dec 04 11:25:43 2019 +0200 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Thu Dec 05 13:02:11 2019 -0800 |
tree | b565ba0bd186affd19043e6c43fc03b32b0a628b | |
parent | c431f8597863a91eea6024926e0c1b179cfa4852 [diff] |
net/mlx5e: Fix freeing flow with kfree() and not kvfree() Flows are allocated with kzalloc() so free with kfree(). Fixes: 04de7dda7394 ("net/mlx5e: Infrastructure for duplicated offloading of TC flows") Signed-off-by: Roi Dayan <roid@mellanox.com> Reviewed-by: Eli Britstein <elibr@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>