mbox series

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

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

Message

Aaron Conole April 19, 2021, 12:25 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).

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

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

 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(-)

Comments

Marcelo Ricardo Leitner April 19, 2021, 1:13 p.m. UTC | #1
On Mon, Apr 19, 2021 at 08:25:01AM -0400, Aaron Conole wrote:
> 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).

Thanks!
Reviewed-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Ilya Maximets April 20, 2021, 10:08 a.m. UTC | #2
On 4/19/21 3:13 PM, Marcelo Leitner wrote:
> On Mon, Apr 19, 2021 at 08:25:01AM -0400, Aaron Conole wrote:
>> 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).
> 
> Thanks!
> Reviewed-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>

Thanks!  Applied to branch-2.14.

Best regards, Ilya Maximets.