mbox series

[ovs-dev,branch-2.14,0/3] Backport ct-offload state flag support

Message ID 20210409133505.3691096-1-aconole@redhat.com
Headers show
Series Backport ct-offload state flag support | expand

Message

Aaron Conole April 9, 2021, 1:35 p.m. UTC
Backport the recent fixes related to ct-offload state flags being ignored
to fix HWOL.

This pulls in the skip_hw flag refactor (note it already existed, so the
refactor exposes it to the upper layer - if you consider this a new feature,
we can rework the series).

Paul Blakey (2):
  compat: Add ct_state flags definitions
  netdev-offload-tc: Probe for support for any of the ct_state flags

Roi Dayan (1):
  tc: Use skip_hw flag when probing tc features

 acinclude.m4            |   6 +-
 include/linux/pkt_cls.h |   5 +-
 lib/netdev-offload-tc.c | 207 ++++++++++++++++++++++++++++++----------
 lib/tc.c                |  13 ++-
 lib/tc.h                |  10 ++
 5 files changed, 182 insertions(+), 59 deletions(-)