Re: [ovs-dev] [PATCH] ofproto: Add support for Openflow group and bucket stats.

2014-05-06 Thread Andy Zhou
Just for kicks, I had 2 patches out for review from a while back: http://patchwork.openvswitch.org/patch/3625/ http://patchwork.openvswitch.org/patch/3626/ On Tue, May 6, 2014 at 5:17 PM, Ethan Jackson wrote: > Looking at it > > On Tue, May 6, 2014 at 2:53 PM, Alex Wang wrote: >> Hey Ethan, >>

Re: [ovs-dev] [PATCH] ofproto: Add support for Openflow group and bucket stats.

2014-05-06 Thread Ethan Jackson
Looking at it On Tue, May 6, 2014 at 2:53 PM, Alex Wang wrote: > Hey Ethan, > > Could you review this? > > Thanks, > Alex Wang, > > > On Tue, May 6, 2014 at 6:40 AM, Ryan Wilson wrote: >> >> This patch also adds a ref/unref structure for ofgroup, so handler and >> revalidator threads can update

Re: [ovs-dev] [PATCH] ofproto: Add support for Openflow group and bucket stats.

2014-05-06 Thread Alex Wang
Hey Ethan, Could you review this? Thanks, Alex Wang, On Tue, May 6, 2014 at 6:40 AM, Ryan Wilson wrote: > This patch also adds a ref/unref structure for ofgroup, so handler and > revalidator threads can update group / bucket stats via the xlate cache. > > See the following thread for more inf

[ovs-dev] [PATCH] ofproto: Add support for Openflow group and bucket stats.

2014-05-06 Thread Ryan Wilson
This patch also adds a ref/unref structure for ofgroup, so handler and revalidator threads can update group / bucket stats via the xlate cache. See the following thread for more information: http://openvswitch.org/pipermail/dev/2014-January/036107.html Signed-off-by: Ryan Wilson --- lib/ofp-uti