mbox series

[ovs-dev,branch-2.15,0/2] Backport ct-offload state flag support

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

Message

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

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 | 205 ++++++++++++++++++++++++++++++----------
 3 files changed, 164 insertions(+), 52 deletions(-)

Comments

Marcelo Ricardo Leitner April 15, 2021, 8:25 p.m. UTC | #1
On Fri, Apr 09, 2021 at 09:31:50AM -0400, Aaron Conole wrote:
> Backport the recent fixes related to ct-offload state flags being ignored
> to fix HWOL.
> 
> Paul Blakey (2):
>   compat: Add ct_state flags definitions
>   netdev-offload-tc: Probe for support for any of the ct_state flags

Reviewed-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Ilya Maximets April 20, 2021, 10:06 a.m. UTC | #2
On 4/15/21 10:25 PM, Marcelo Leitner wrote:
> On Fri, Apr 09, 2021 at 09:31:50AM -0400, Aaron Conole wrote:
>> Backport the recent fixes related to ct-offload state flags being ignored
>> to fix HWOL.
>>
>> Paul Blakey (2):
>>   compat: Add ct_state flags definitions
>>   netdev-offload-tc: Probe for support for any of the ct_state flags
> 
> Reviewed-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
> 

Thanks!  Applied to branch-2.15.

Best regards, Ilya Maximets.