Re: [ovs-dev] [PATCH v4 1/3] Add basic implementation for OpenFlow 1.4 bundles

2014-04-23 Thread Daniel Baluta
Hi Alex, On 04/22/2014 09:31 PM, Alexandru Copot wrote: +/* List of 'struct bundle_message's */ +struct list msg_list; +struct ovs_mutex list_mutex; I think we can remove this mutex too. Daniel. ___ dev mailing list dev@openvswitch

Re: [ovs-dev] [PATCH v2 0/3] Initial implementation of OpenFlow 1.4 bundles

2014-03-28 Thread Daniel Baluta
On Tue, Mar 25, 2014 at 6:39 PM, Alexandru Copot wrote: > This series adds the basic communication handlers for the bundles > functionality. The actual message pre-validation and commits are > not implemented. > > Signed-off-by: Alexandru Copot > Cc: Daniel Baluta We found

Re: [ovs-dev] OpenFlow 1.4 Bundles

2013-12-05 Thread Daniel Baluta
On Thu, Dec 5, 2013 at 7:40 PM, Ben Pfaff wrote: > On Thu, Dec 05, 2013 at 05:14:40PM +0200, Alexandru Copot wrote: >> I want to announce that I want to work on the bundles feature for >> OpenFlow 1.4. This way we can avoid duplicating the effort. >> >> Most of the bundle features are easy to imp

[ovs-dev] [PATCH v2] ofproto: update flow_stats flags on flow_stats_request

2013-09-11 Thread Daniel Baluta
we remove send_flow_removed flag from struct rule/struct ofoperation and we replace it with an enum tracking all ofputil_flow_mod_flags. Signed-off-by: Daniel Baluta --- v2 -> v1 * replaced send_flow_removed member from struct rule with flags. * replaced send_flow_removed member from struc

Re: [ovs-dev] [RFC PATCH] ofproto: update flow_stats flags on flow_stats_request

2013-09-09 Thread Daniel Baluta
On Mon, Sep 9, 2013 at 1:58 AM, Ben Pfaff wrote: > On Sun, Sep 08, 2013 at 02:21:25AM +0300, Daniel Baluta wrote: >> This is a first step in implementing 'on demand flow counters'. >> We save flow_mod flags into newly created rule when a new flow >> is added, and e

[ovs-dev] [RFC PATCH] ofproto: update flow_stats flags on flow_stats_request

2013-09-07 Thread Daniel Baluta
This is a first step in implementing 'on demand flow counters'. We save flow_mod flags into newly created rule when a new flow is added, and echo them back in the flow stats request. Signed-off-by: Daniel Baluta --- * This just an RFC patch and need more comments and testing ofpro

Re: [ovs-dev] [PATCH v2] openflow-1.3.h: Fix typo

2013-09-06 Thread Daniel Baluta
On Fri, Sep 6, 2013 at 8:30 PM, Ben Pfaff wrote: > On Fri, Sep 06, 2013 at 12:23:40AM +0300, Daniel Baluta wrote: >> Fix typo in enum ofp13_flow_mod_flags comment caused probably >> by a copy/paste error. >> >> Signed-off-by: Daniel Baluta >> --- >> Cha

[ovs-dev] [PATCH v2] openflow-1.3.h: Fix typo

2013-09-05 Thread Daniel Baluta
Fix typo in enum ofp13_flow_mod_flags comment caused probably by a copy/paste error. Signed-off-by: Daniel Baluta --- Changes since v1: * fixed typo in commit message :) include/openflow/openflow-1.3.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include

[ovs-dev] [PATCH] openflow-1.3.h: Fix typo

2013-09-05 Thread Daniel Baluta
Fix typo in enum ofp12_flow_mod_flags comment caused probably by a copy/paste error. Signed-off-by: Daniel Baluta --- include/openflow/openflow-1.3.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/openflow/openflow-1.3.h b/include/openflow/openflow-1.3.h index

Re: [ovs-dev] [ovs-announce] Task List for Open vSwitch Hackathon Sep. 6 and 7

2013-09-04 Thread Daniel Baluta
> > Unclaimed Tasks (Small, Required) > > - > > > > The following tasks could use volunteers. These tasks are all > > required for OpenFlow compliance. My guess is that an average > > developer could build any of these within the two days of the > > hackathon or le