mbox series

[0/3] Various fixes for flowtable hardware offload

Message ID 1580400277-6305-1-git-send-email-paulb@mellanox.com
Headers show
Series Various fixes for flowtable hardware offload | expand

Message

Paul Blakey Jan. 30, 2020, 4:04 p.m. UTC
First two related to flushing the pending hardware offload work,
and the third is just a line that was accidently removed.

Paul Blakey (3):
  netfilter: flowtable: Fix hardware flush order on
    nf_flow_table_cleanup
  netfilter: flowtable: Fix missing flush hardware on table free
  netfilter: flowtable: Fix setting forgotten NF_FLOW_HW_DEAD flag

 net/netfilter/nf_flow_table_core.c    | 3 ++-
 net/netfilter/nf_flow_table_offload.c | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

Comments

Pablo Neira Ayuso Jan. 31, 2020, 6:29 p.m. UTC | #1
On Thu, Jan 30, 2020 at 06:04:34PM +0200, Paul Blakey wrote:
> First two related to flushing the pending hardware offload work,
> and the third is just a line that was accidently removed.

Applied, thanks Paul.