Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix type of of_flow_stats_entry.flags, smaller fixes to Java #289

Merged
merged 4 commits into from
Jun 25, 2014

Conversation

andi-bigswitch
Copy link
Contributor

Reviewer: @Sovietaced @rlane

@rlane - have a look at 078fcfd (should not impact other languages than java tho).

@andi-bigswitch
Copy link
Contributor Author

SELF-ACK

@bsn-abat
Copy link

ABAT: START_MERGE: Log file at http://vss1/abat/2014.06.25.2350-m.loxigen.master/abat.log

bsn-abat pushed a commit to floodlight/loxigen-artifacts that referenced this pull request Jun 25, 2014
Loxigen Head commit floodlight/loxigen@eeaa000
commit eeaa0005c4ee22087bffacc60b7dff420d3fc2cc
Merge: cc956a9 02e52ec
Author: abat <abat@bigswitch.com>
Date:   Wed Jun 25 16:50:33 2014 -0700

    Merge into master from pull request #289:
    Fix type of of_flow_stats_entry.flags, smaller fixes to Java (floodlight/loxigen#289)

commit 02e52ec3c46f48a01167e0dbb24d2238b77601a1
Author: Andreas Wundsam <andreas.wundsam@bigswitch.com>
Date:   Wed Jun 25 15:50:20 2014 -0700

    java_gen/pom.xml: Bounce artifact version to 0.3.7-SNAPSHOT

    For the API change in 078fcfd97

commit ec1f661b1e0d8ffc5a1fc6dba218ba34ee4a01fc
Author: Andreas Wundsam <andreas.wundsam@bigswitch.com>
Date:   Wed Jun 25 15:48:12 2014 -0700

    java_gen: make of_bsn_table_set_buckets_size use table_id type

commit e7fc61f7065d121293bf860032fe364d576711bd
Author: Andreas Wundsam <andreas.wundsam@bigswitch.com>
Date:   Wed Jun 25 15:50:06 2014 -0700

    java_gen: U128: add unit test for readBytes

commit 078fcfd97ee19cfab76ef74b8f9807947cc72e06
Author: Andreas Wundsam <andreas.wundsam@bigswitch.com>
Date:   Wed Jun 25 15:49:01 2014 -0700

    openflow_input: make of_flow_stats_entry.flags use enum type

    The flow stats entry was still using uint16, while the flod_add etc.
    messages were using enum ofp_flow_mod_flags.
@bsn-abat bsn-abat merged commit 02e52ec into floodlight:master Jun 25, 2014
@bsn-abat
Copy link

ABAT: ACCEPT: Successfully merged

In case you want to see the build log, check out :
Log file at http://vss1/abat/2014.06.25.2350-m.loxigen.master/abat.log
/cc

bsn-abat pushed a commit that referenced this pull request Jun 25, 2014
Fix type of of_flow_stats_entry.flags, smaller fixes to Java (#289)
@@ -1378,7 +1378,7 @@ struct of_flow_stats_entry {
uint16_t priority;
uint16_t idle_timeout;
uint16_t hard_timeout;
uint16_t flags;
enum ofp_flow_mod_flags flags;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants