Re: [ovs-dev] [PATCH V2 0/4] netdev datapath offload frag matching

2021-09-15 Thread Ilya Maximets
On 8/19/21 11:48, Finn, Emma wrote:
> -Original Message-
> From: Eli Britstein  
> Sent: Monday 16 August 2021 14:53
> To: d...@openvswitch.org; Ilya Maximets 
> Cc: Finn, Emma ; Stokes, Ian ; 
> Sriharsha Basavapatna ; Gaetan Rivet 
> ; Majd Dibbiny ; Eli Britstein 
> 
> Subject: [PATCH V2 0/4] netdev datapath offload frag matching
> 
> Netdev datapath ignored fragmentation matching so far. [1] introduced an API 
> for that in dpdk. Use it to apply frag matching.
> 
> [1] http://mails.dpdk.org/archives/dev/2020-October/186177.html
> 
> Travis:
> v1: https://travis-ci.org/github/elibritstein/OVS/builds/752634689
> 
> GitHub Actions:
> v1: https://github.com/elibritstein/OVS/actions/runs/459082657
> v2: https://github.com/elibritstein/OVS/actions/runs/1135430235
> 
> v2-v1:
> - Rebase.
> 
> Eli Britstein (4):
>   netdev-offload-dpdk: Add last attribute to patterns
>   netdev-offload-dpdk: Support IPv4 fragmentation types
>   netdev-offload-dpdk: Support IPv6 fragmentation types
>   netdev-offload-dpdk: Don't ignore frags as they are handled
> 
> 
> Tested-by: Emma Finn 
> 
> Tested this series on both Intel 700 and 800 series devices by sending both 
> ipv4/ipv6 fragmented packets and normal packets. 
> These devices do not support fragmentation offload but series doesn't break 
> offload for standard ipv4/ipv6 packets so this looks okay to me. 
> 
> Thanks, 
> Emma Finn  
> 
>  NEWS  |   2 +
>  lib/netdev-offload-dpdk.c | 283 +++---
>  2 files changed, 208 insertions(+), 77 deletions(-)
> 
> --
> 2.28.0.2311.g225365fb51
> 

Thanks!  Applied.

Best regards, Ilya Maximets.
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] [PATCH V2 0/4] netdev datapath offload frag matching

2021-08-19 Thread Finn, Emma
-Original Message-
From: Eli Britstein  
Sent: Monday 16 August 2021 14:53
To: d...@openvswitch.org; Ilya Maximets 
Cc: Finn, Emma ; Stokes, Ian ; 
Sriharsha Basavapatna ; Gaetan Rivet 
; Majd Dibbiny ; Eli Britstein 

Subject: [PATCH V2 0/4] netdev datapath offload frag matching

Netdev datapath ignored fragmentation matching so far. [1] introduced an API 
for that in dpdk. Use it to apply frag matching.

[1] http://mails.dpdk.org/archives/dev/2020-October/186177.html

Travis:
v1: https://travis-ci.org/github/elibritstein/OVS/builds/752634689

GitHub Actions:
v1: https://github.com/elibritstein/OVS/actions/runs/459082657
v2: https://github.com/elibritstein/OVS/actions/runs/1135430235

v2-v1:
- Rebase.

Eli Britstein (4):
  netdev-offload-dpdk: Add last attribute to patterns
  netdev-offload-dpdk: Support IPv4 fragmentation types
  netdev-offload-dpdk: Support IPv6 fragmentation types
  netdev-offload-dpdk: Don't ignore frags as they are handled


Tested-by: Emma Finn 

Tested this series on both Intel 700 and 800 series devices by sending both 
ipv4/ipv6 fragmented packets and normal packets. 
These devices do not support fragmentation offload but series doesn't break 
offload for standard ipv4/ipv6 packets so this looks okay to me. 

Thanks, 
Emma Finn  

 NEWS  |   2 +
 lib/netdev-offload-dpdk.c | 283 +++---
 2 files changed, 208 insertions(+), 77 deletions(-)

--
2.28.0.2311.g225365fb51

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] [PATCH V2 0/4] netdev datapath offload frag matching

2021-08-16 Thread Eli Britstein via dev
Netdev datapath ignored fragmentation matching so far. [1] introduced
an API for that in dpdk. Use it to apply frag matching.

[1] http://mails.dpdk.org/archives/dev/2020-October/186177.html

Travis:
v1: https://travis-ci.org/github/elibritstein/OVS/builds/752634689

GitHub Actions:
v1: https://github.com/elibritstein/OVS/actions/runs/459082657
v2: https://github.com/elibritstein/OVS/actions/runs/1135430235

v2-v1:
- Rebase.

Eli Britstein (4):
  netdev-offload-dpdk: Add last attribute to patterns
  netdev-offload-dpdk: Support IPv4 fragmentation types
  netdev-offload-dpdk: Support IPv6 fragmentation types
  netdev-offload-dpdk: Don't ignore frags as they are handled

 NEWS  |   2 +
 lib/netdev-offload-dpdk.c | 283 +++---
 2 files changed, 208 insertions(+), 77 deletions(-)

-- 
2.28.0.2311.g225365fb51

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev