Re: [ovs-dev] [PATCH] openvswitch: perform refragmentation for packets which pass through conntrack

2021-04-12 Thread Marcelo Leitner
On Mon, Apr 12, 2021 at 09:40:40AM -0400, Aaron Conole wrote: > Ilya Maximets writes: > > > On 4/10/21 2:22 PM, Aaron Conole wrote: > >> Ilya Maximets writes: > >> > >>> On 4/8/21 10:41 PM, Aaron Conole wrote: > Joe Stringer writes: > > > Hey Aaron, long time no chat :) > >

Re: [ovs-dev] [PATCH] openvswitch: perform refragmentation for packets which pass through conntrack

2021-04-12 Thread Aaron Conole
Ilya Maximets writes: > On 4/10/21 2:22 PM, Aaron Conole wrote: >> Ilya Maximets writes: >> >>> On 4/8/21 10:41 PM, Aaron Conole wrote: Joe Stringer writes: > Hey Aaron, long time no chat :) Same :) > On Fri, Mar 19, 2021 at 1:43 PM Aaron Conole wrote: >>

Re: [ovs-dev] [PATCH] openvswitch: perform refragmentation for packets which pass through conntrack

2021-04-12 Thread Ilya Maximets
On 4/10/21 2:22 PM, Aaron Conole wrote: > Ilya Maximets writes: > >> On 4/8/21 10:41 PM, Aaron Conole wrote: >>> Joe Stringer writes: >>> Hey Aaron, long time no chat :) >>> >>> Same :) >>> On Fri, Mar 19, 2021 at 1:43 PM Aaron Conole wrote: > > When a user instructs a flow pi

Re: [ovs-dev] [PATCH] openvswitch: perform refragmentation for packets which pass through conntrack

2021-04-10 Thread Aaron Conole
Ilya Maximets writes: > On 4/8/21 10:41 PM, Aaron Conole wrote: >> Joe Stringer writes: >> >>> Hey Aaron, long time no chat :) >> >> Same :) >> >>> On Fri, Mar 19, 2021 at 1:43 PM Aaron Conole wrote: When a user instructs a flow pipeline to perform connection tracking, there i

Re: [ovs-dev] [PATCH] openvswitch: perform refragmentation for packets which pass through conntrack

2021-04-09 Thread Ilya Maximets
On 4/8/21 10:41 PM, Aaron Conole wrote: > Joe Stringer writes: > >> Hey Aaron, long time no chat :) > > Same :) > >> On Fri, Mar 19, 2021 at 1:43 PM Aaron Conole wrote: >>> >>> When a user instructs a flow pipeline to perform connection tracking, >>> there is an implicit L3 operation that occu

Re: [PATCH] openvswitch: perform refragmentation for packets which pass through conntrack

2021-04-08 Thread Aaron Conole
Joe Stringer writes: > Hey Aaron, long time no chat :) Same :) > On Fri, Mar 19, 2021 at 1:43 PM Aaron Conole wrote: >> >> When a user instructs a flow pipeline to perform connection tracking, >> there is an implicit L3 operation that occurs - namely the IP fragments >> are reassembled and the

Re: [PATCH] openvswitch: perform refragmentation for packets which pass through conntrack

2021-03-23 Thread Flavio Leitner
Hi, On Fri, Mar 19, 2021 at 04:43:07PM -0400, Aaron Conole wrote: > When a user instructs a flow pipeline to perform connection tracking, > there is an implicit L3 operation that occurs - namely the IP fragments > are reassembled and then processed as a single unit. After this, new > fragments

Re: [PATCH] openvswitch: perform refragmentation for packets which pass through conntrack

2021-03-21 Thread Joe Stringer
Hey Aaron, long time no chat :) On Fri, Mar 19, 2021 at 1:43 PM Aaron Conole wrote: > > When a user instructs a flow pipeline to perform connection tracking, > there is an implicit L3 operation that occurs - namely the IP fragments > are reassembled and then processed as a single unit. After thi

Re: [PATCH] openvswitch: perform refragmentation for packets which pass through conntrack

2021-03-19 Thread Aaron Conole
Aaron Conole writes: > When a user instructs a flow pipeline to perform connection tracking, > there is an implicit L3 operation that occurs - namely the IP fragments > are reassembled and then processed as a single unit. After this, new > fragments are generated and then transmitted, with the h

[PATCH] openvswitch: perform refragmentation for packets which pass through conntrack

2021-03-19 Thread Aaron Conole
When a user instructs a flow pipeline to perform connection tracking, there is an implicit L3 operation that occurs - namely the IP fragments are reassembled and then processed as a single unit. After this, new fragments are generated and then transmitted, with the hint that they should be fragmen