Re: [ovs-dev] [PATCH 09/10] lib/flow: Maintain miniflow offline values explicitly.

2014-04-19 Thread Kmindg G
On Sat, Apr 19, 2014 at 3:42 AM, Jarno Rajahalme wrote: > This allows use of miniflows that have all of their values inline. > > Signed-off-by: Jarno Rajahalme > --- > lib/classifier.c | 36 +++-- > lib/dpif-netdev.c | 32 ++- > lib/flow.c| 91 > ++

Re: [ovs-dev] [PATCH 10/10] lib/classifier: Support variable sized miniflows.

2014-04-19 Thread Kmindg G
On Sat, Apr 19, 2014 at 3:42 AM, Jarno Rajahalme wrote: > Change the classifier to allocate variable sized miniflows and > minimasks in cls_match and cls_subtable, respectively. Do not > duplicate the mask in cls_rule any more. > > miniflow_clone and miniflow_move can now take variably sized mini

Re: [ovs-dev] [PATCH] ofproto-dpif-upcall: Don't use stack garbage

2014-04-19 Thread YAMAMOTO Takashi
> Thanks for catching this. It is also used later on to set xin.may_learn, > does that matter too? yes, it matters too. YAMAMOTO Takashi > > > On 19 April 2014 03:22, Jarno Rajahalme wrote: > >> Acked-by: Jarno Rajahalme >> >> On Apr 17, 2014, at 7:19 PM, YAMAMOTO Takashi >> wrote: >> >> >

Re: [ovs-dev] [PATCH] ofproto-dpif-upcall: Don't use stack garbage

2014-04-19 Thread YAMAMOTO Takashi
applied, thanks. > Acked-by: Jarno Rajahalme > > On Apr 17, 2014, at 7:19 PM, YAMAMOTO Takashi wrote: > >> Catched by "learning action - self-modifying flow with hard_timeout" >> test case. >> >> The bug introduced by commit b256dc52. >> ("ofproto-dpif-xlate: Cache xlate_actions() effects.")

Re: [ovs-dev] [PATCH 08/11] netdev: Initialize netdev_class_mutex.

2014-04-19 Thread YAMAMOTO Takashi
> ovsdb-server on windows crashes without it. > > Signed-off-by: Gurucharan Shetty why is it necessary on windows? YAMAMOTO Takashi ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev