mbox series

[net-next,v2,0/2] Fixes for unlocked cls hardware offload API refactoring

Message ID 20190829161517.20935-1-vladbu@mellanox.com
Headers show
Series Fixes for unlocked cls hardware offload API refactoring | expand

Message

Vlad Buslov Aug. 29, 2019, 4:15 p.m. UTC
Two fixes for my "Refactor cls hardware offload API to support
rtnl-independent drivers" series.

Vlad Buslov (2):
  net: sched: cls_matchall: cleanup flow_action before deallocating
  net/mlx5e: Move local var definition into ifdef block

 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 6 ++++--
 net/sched/cls_matchall.c                          | 2 ++
 2 files changed, 6 insertions(+), 2 deletions(-)

Comments

David Miller Aug. 30, 2019, 10:12 p.m. UTC | #1
From: Vlad Buslov <vladbu@mellanox.com>
Date: Thu, 29 Aug 2019 19:15:15 +0300

> Two fixes for my "Refactor cls hardware offload API to support
> rtnl-independent drivers" series.

Series applied, thanks Vlad.