Re: [ovs-dev] [PATCH V6 00/13] Netdev vxlan-decap offload

2021-06-23 Thread Ilya Maximets
On 6/23/21 5:48 PM, Eli Britstein wrote: @@ -1009,7 +1009,7 @@ parse_vxlan_match(struct flow_patterns *patterns,   return 0;   } -static int +static int OVS_UNUSED > > Note that if experimental is allowed, the OVS_UNUSED attribute is misleading. Yeah, I know.

Re: [ovs-dev] [PATCH V6 00/13] Netdev vxlan-decap offload

2021-06-23 Thread Eli Britstein
; Ameer Mahagneh ; Majd Dibbiny Subject: Re: [ovs-dev] [PATCH V6 00/13] Netdev vxlan-decap offload Hi all, As part of rebasing our AVX512 DPIF on this patchset, I tested this patchset with partial HWOL and I'm seeing strange behaviour. I'll report back more detailed findings soon, just wanted

Re: [ovs-dev] [PATCH V6 00/13] Netdev vxlan-decap offload

2021-06-23 Thread Ferriter, Cian
; d...@openvswitch.org > >> Cc: ivan.ma...@oktetlabs.ru; Ameer Mahagneh ; Majd > >> Dibbiny > >> Subject: Re: [ovs-dev] [PATCH V6 00/13] Netdev vxlan-decap offload > >> > >> Hi all, > >> > >> As part of rebasing our AVX512 DPIF on this patchs

Re: [ovs-dev] [PATCH V6 00/13] Netdev vxlan-decap offload

2021-06-23 Thread Ilya Maximets
h ; Majd >> Dibbiny >> Subject: Re: [ovs-dev] [PATCH V6 00/13] Netdev vxlan-decap offload >> >> Hi all, >> >> As part of rebasing our AVX512 DPIF on this patchset, I tested this patchset >> with partial HWOL and I'm >> seeing strange behaviour. >

Re: [ovs-dev] [PATCH V6 00/13] Netdev vxlan-decap offload

2021-06-23 Thread Ferriter, Cian
> -Original Message- > > From: dev On Behalf Of Ilya Maximets > > Sent: Tuesday 22 June 2021 16:55 > > To: Eli Britstein ; d...@openvswitch.org; Ilya Maximets > > > > Cc: ivan.ma...@oktetlabs.ru; Ameer Mahagneh ; Majd > > Dibbiny > > Subject: R

Re: [ovs-dev] [PATCH V6 00/13] Netdev vxlan-decap offload

2021-06-23 Thread Ferriter, Cian
age- > From: dev On Behalf Of Ilya Maximets > Sent: Tuesday 22 June 2021 16:55 > To: Eli Britstein ; d...@openvswitch.org; Ilya Maximets > > Cc: ivan.ma...@oktetlabs.ru; Ameer Mahagneh ; Majd Dibbiny > > Subject: Re: [ovs-dev] [PATCH V6 00/13] Netdev vxlan-decap offload >

Re: [ovs-dev] [PATCH V6 00/13] Netdev vxlan-decap offload

2021-06-22 Thread Ilya Maximets
On 4/4/21 11:54 AM, Eli Britstein wrote: > VXLAN decap in OVS-DPDK configuration consists of two flows: > F1: in_port(ens1f0),eth(),ipv4(),udp(), actions:tnl_pop(vxlan_sys_4789) > F2: tunnel(),in_port(vxlan_sys_4789),eth(),ipv4(), actions:ens1f0_0 > > F1 is a classification flow. It has outer

Re: [ovs-dev] [PATCH V6 00/13] Netdev vxlan-decap offload

2021-05-05 Thread Gaëtan Rivet
On Wed, Apr 21, 2021, at 10:20, Kovacevic, Marko wrote: > > On 4/7/2021 12:10 PM, Sriharsha Basavapatna wrote: > > > > > > On Sun, Apr 4, 2021 at 3:25 PM Eli Britstein > > > wrote: > > > > > > VXLAN decap in OVS-DPDK configuration consists of two flows: > > > F1:

Re: [ovs-dev] [PATCH V6 00/13] Netdev vxlan-decap offload

2021-04-21 Thread Kovacevic, Marko
> On 4/7/2021 12:10 PM, Sriharsha Basavapatna wrote: > > > > On Sun, Apr 4, 2021 at 3:25 PM Eli Britstein > > wrote: > > > > VXLAN decap in OVS-DPDK configuration consists of two flows: > > F1: in_port(ens1f0),eth(),ipv4(),udp(), > >

Re: [ovs-dev] [PATCH V6 00/13] Netdev vxlan-decap offload

2021-04-20 Thread Finn, Emma
> -Original Message- > From: dev On Behalf Of Sriharsha > Basavapatna via dev > Sent: Thursday 8 April 2021 18:04 > To: Eli Britstein > Cc: ovs dev ; ivan.ma...@oktetlabs.ru; Ilya > Maximets ; Ameer Mahagneh > ; Majd Dibbiny > Subject: Re: [ovs-dev] [P

Re: [ovs-dev] [PATCH V6 00/13] Netdev vxlan-decap offload

2021-04-08 Thread Sriharsha Basavapatna via dev
On Wed, Apr 7, 2021 at 2:50 PM Eli Britstein wrote: > > On 4/7/2021 12:10 PM, Sriharsha Basavapatna wrote: > > > On Sun, Apr 4, 2021 at 3:25 PM Eli Britstein wrote: > >> VXLAN decap in OVS-DPDK configuration consists of two flows: >> F1: in_port(ens1f0),eth(),ipv4(),udp(),

Re: [ovs-dev] [PATCH V6 00/13] Netdev vxlan-decap offload

2021-04-07 Thread Eli Britstein
On 4/7/2021 12:10 PM, Sriharsha Basavapatna wrote: On Sun, Apr 4, 2021 at 3:25 PM Eli Britstein > wrote: VXLAN decap in OVS-DPDK configuration consists of two flows: F1: in_port(ens1f0),eth(),ipv4(),udp(), actions:tnl_pop(vxlan_sys_4789) F2:

Re: [ovs-dev] [PATCH V6 00/13] Netdev vxlan-decap offload

2021-04-07 Thread Sriharsha Basavapatna via dev
On Sun, Apr 4, 2021 at 3:25 PM Eli Britstein wrote: > VXLAN decap in OVS-DPDK configuration consists of two flows: > F1: in_port(ens1f0),eth(),ipv4(),udp(), actions:tnl_pop(vxlan_sys_4789) > F2: tunnel(),in_port(vxlan_sys_4789),eth(),ipv4(), actions:ens1f0_0 > > F1 is a classification flow. It

Re: [ovs-dev] [PATCH V6 00/13] Netdev vxlan-decap offload

2021-04-06 Thread Eli Britstein
On 4/6/2021 10:42 AM, Ivan Malov wrote: External email: Use caution opening links or attachments Hi Eli, Thank you for improving the patch series gradually. May I clarify one extra aspect (and I'm sorry if it has been discussed already): will OvS always insert F1 first and then insert F2? I

Re: [ovs-dev] [PATCH V6 00/13] Netdev vxlan-decap offload

2021-04-06 Thread Ivan Malov
Hi Eli, Thank you for improving the patch series gradually. May I clarify one extra aspect (and I'm sorry if it has been discussed already): will OvS always insert F1 first and then insert F2? I mean, yes, in the model, F2 should process packets coming from F1, but is it *technically*