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
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
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
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
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
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
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
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
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
> > 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
10 matches
Mail list logo