Re: [ovs-dev] [PATCH] flow: Allow matches on nw_proto also for IPv6 later frags.

2022-04-06 Thread Eelco Chaudron
On 5 Apr 2022, at 17:13, Paolo Valerio wrote: > Aaron Conole writes: > >> Eelco Chaudron writes: >> >>> On 4 Apr 2022, at 23:54, Paolo Valerio wrote: >>> Aaron Conole writes: > Paolo Valerio writes: > >> The next header contained in the last extension header of the IPv

Re: [ovs-dev] [PATCH] flow: Allow matches on nw_proto also for IPv6 later frags.

2022-04-05 Thread Paolo Valerio
Aaron Conole writes: > Eelco Chaudron writes: > >> On 4 Apr 2022, at 23:54, Paolo Valerio wrote: >> >>> Aaron Conole writes: >>> Paolo Valerio writes: > The next header contained in the last extension header of the IPv6 > later frags still contain the information of the upper

Re: [ovs-dev] [PATCH] flow: Allow matches on nw_proto also for IPv6 later frags.

2022-04-05 Thread Aaron Conole
Eelco Chaudron writes: > On 4 Apr 2022, at 23:54, Paolo Valerio wrote: > >> Aaron Conole writes: >> >>> Paolo Valerio writes: >>> The next header contained in the last extension header of the IPv6 later frags still contain the information of the upper layer protocol number.

Re: [ovs-dev] [PATCH] flow: Allow matches on nw_proto also for IPv6 later frags.

2022-04-05 Thread Eelco Chaudron
On 4 Apr 2022, at 23:54, Paolo Valerio wrote: > Aaron Conole writes: > >> Paolo Valerio writes: >> >>> The next header contained in the last extension header of the IPv6 >>> later frags still contain the information of the upper layer protocol >>> number. >>> >>> Similarly to what OvS does fo

Re: [ovs-dev] [PATCH] flow: Allow matches on nw_proto also for IPv6 later frags.

2022-04-04 Thread Paolo Valerio
Aaron Conole writes: > Paolo Valerio writes: > >> The next header contained in the last extension header of the IPv6 >> later frags still contain the information of the upper layer protocol >> number. >> >> Similarly to what OvS does for IPv4, allow L4 matches for later IPv6 >> frags as well by

Re: [ovs-dev] [PATCH] flow: Allow matches on nw_proto also for IPv6 later frags.

2022-04-04 Thread Aaron Conole
Paolo Valerio writes: > The next header contained in the last extension header of the IPv6 > later frags still contain the information of the upper layer protocol > number. > > Similarly to what OvS does for IPv4, allow L4 matches for later IPv6 > frags as well by processing later frags and stori

Re: [ovs-dev] [PATCH] flow: Allow matches on nw_proto also for IPv6 later frags.

2022-04-01 Thread 0-day Robot
Bleep bloop. Greetings Paolo Valerio, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. git-am: error: sha1 information is lacking or useless (tests/ofproto-dpif.at). error: could not build fake

[ovs-dev] [PATCH] flow: Allow matches on nw_proto also for IPv6 later frags.

2022-04-01 Thread Paolo Valerio
The next header contained in the last extension header of the IPv6 later frags still contain the information of the upper layer protocol number. Similarly to what OvS does for IPv4, allow L4 matches for later IPv6 frags as well by processing later frags and storing the nw_proto information. Signe