Re: [ovs-dev] [PATCH v2] ofproto-dpif-xlate: Fix check_pkt_larger incomplete translation.

2021-11-18 Thread Numan Siddique
On Wed, Nov 17, 2021, 7:06 PM Ilya Maximets wrote: > On 11/9/21 15:48, Aaron Conole wrote: > > num...@ovn.org writes: > > > >> From: Numan Siddique > >> > >> xlate_check_pkt_larger() sets ctx->exit to 'true' at the end > >> causing the translation to stop. This results in incomplete > >> datapat

Re: [ovs-dev] [PATCH v2] ofproto-dpif-xlate: Fix check_pkt_larger incomplete translation.

2021-11-17 Thread Ilya Maximets
On 11/9/21 15:48, Aaron Conole wrote: > num...@ovn.org writes: > >> From: Numan Siddique >> >> xlate_check_pkt_larger() sets ctx->exit to 'true' at the end >> causing the translation to stop. This results in incomplete >> datapath rules. >> >> For example, for the below OF rules configured on a b

Re: [ovs-dev] [PATCH v2] ofproto-dpif-xlate: Fix check_pkt_larger incomplete translation.

2021-11-09 Thread Aaron Conole
num...@ovn.org writes: > From: Numan Siddique > > xlate_check_pkt_larger() sets ctx->exit to 'true' at the end > causing the translation to stop. This results in incomplete > datapath rules. > > For example, for the below OF rules configured on a bridge, > > table=0,in_port=1 > actions=load:0x1->

[ovs-dev] [PATCH v2] ofproto-dpif-xlate: Fix check_pkt_larger incomplete translation.

2021-11-04 Thread numans
From: Numan Siddique xlate_check_pkt_larger() sets ctx->exit to 'true' at the end causing the translation to stop. This results in incomplete datapath rules. For example, for the below OF rules configured on a bridge, table=0,in_port=1 actions=load:0x1->NXM_NX_REG1[[]],resubmit(,1),load:0x2->N