Re: [ovs-dev] [PATCH 0/9] Translation fixes for revalidation

2015-12-14 Thread Daniele Di Proietto
You're right, thanks for the suggestion. I backported the applicable fixes up to branch-2.3. I've send one back port for branch-2.3 for review, as the code is quite different from master (we didn't have flow_wildcards_init_for_packet): http://openvswitch.org/pipermail/dev/2015-December/063402.ht

Re: [ovs-dev] [PATCH 0/9] Translation fixes for revalidation

2015-12-11 Thread Jarno Rajahalme
IMO this series should be backported to 2.4 and 2.3 as well, where applicable. Jarno > On Dec 10, 2015, at 18:17, Daniele Di Proietto wrote: > > > >> On 10/12/2015 16:27, "Jesse Gross" wrote: >> >>> On Thu, Dec 10, 2015 at 4:11 PM, Jarno Rajahalme wrote: >>> On Dec 10, 2015, at 3:

Re: [ovs-dev] [PATCH 0/9] Translation fixes for revalidation

2015-12-10 Thread Daniele Di Proietto
On 10/12/2015 16:27, "Jesse Gross" wrote: >On Thu, Dec 10, 2015 at 4:11 PM, Jarno Rajahalme wrote: >> >>> On Dec 10, 2015, at 3:20 PM, Jesse Gross wrote: >>> >>> On Wed, Dec 9, 2015 at 6:27 PM, Daniele Di Proietto >>> wrote: Sometimes the ofproto layer creates a flow which is not liked

Re: [ovs-dev] [PATCH 0/9] Translation fixes for revalidation

2015-12-10 Thread Jesse Gross
On Thu, Dec 10, 2015 at 4:11 PM, Jarno Rajahalme wrote: > >> On Dec 10, 2015, at 3:20 PM, Jesse Gross wrote: >> >> On Wed, Dec 9, 2015 at 6:27 PM, Daniele Di Proietto >> wrote: >>> Sometimes the ofproto layer creates a flow which is not liked by the >>> revalidation for various reasons. This be

Re: [ovs-dev] [PATCH 0/9] Translation fixes for revalidation

2015-12-10 Thread Jarno Rajahalme
> On Dec 10, 2015, at 4:11 PM, Jarno Rajahalme wrote: > > >> On Dec 10, 2015, at 3:20 PM, Jesse Gross wrote: >> >> On Wed, Dec 9, 2015 at 6:27 PM, Daniele Di Proietto >> wrote: >>> Sometimes the ofproto layer creates a flow which is not liked by the >>> revalidation for various reasons. Thi

Re: [ovs-dev] [PATCH 0/9] Translation fixes for revalidation

2015-12-10 Thread Jarno Rajahalme
> On Dec 10, 2015, at 3:20 PM, Jesse Gross wrote: > > On Wed, Dec 9, 2015 at 6:27 PM, Daniele Di Proietto > wrote: >> Sometimes the ofproto layer creates a flow which is not liked by the >> revalidation for various reasons. This behavior, while not critical >> might impact the performance. Th

Re: [ovs-dev] [PATCH 0/9] Translation fixes for revalidation

2015-12-10 Thread Jesse Gross
On Wed, Dec 9, 2015 at 6:27 PM, Daniele Di Proietto wrote: > Sometimes the ofproto layer creates a flow which is not liked by the > revalidation for various reasons. This behavior, while not critical > might impact the performance. This series aims to fix a lot of these > bugs. > > The detection

[ovs-dev] [PATCH 0/9] Translation fixes for revalidation

2015-12-09 Thread Daniele Di Proietto
Sometimes the ofproto layer creates a flow which is not liked by the revalidation for various reasons. This behavior, while not critical might impact the performance. This series aims to fix a lot of these bugs. The detection has been done by modifying OVS to revalidate a flow as soon as it is i