Re: [ovs-dev] [PATCH 6/6] Implement OpenFlow 1.4+ OFPMP_TABLE_DESC message.

2015-07-03 Thread Jarno Rajahalme
On Jul 2, 2015, at 8:34 PM, Ben Pfaff b...@nicira.com wrote: On Thu, Jul 02, 2015 at 01:00:35PM -0700, Jarno Rajahalme wrote: Acked-by: Jarno Rajahalme jrajaha...@nicira.com Two small nits below, Thanks, I fixed both of those. I'll post a v2. Thanks, I just reviewed the v2,

Re: [ovs-dev] [PATCH 6/6] Implement OpenFlow 1.4+ OFPMP_TABLE_DESC message.

2015-07-02 Thread Ben Pfaff
On Thu, Jul 02, 2015 at 01:00:35PM -0700, Jarno Rajahalme wrote: Acked-by: Jarno Rajahalme jrajaha...@nicira.com Two small nits below, Thanks, I fixed both of those. I'll post a v2. ___ dev mailing list dev@openvswitch.org

Re: [ovs-dev] [PATCH 6/6] Implement OpenFlow 1.4+ OFPMP_TABLE_DESC message.

2015-07-02 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme jrajaha...@nicira.com Two small nits below, Jarno (snip) diff --git a/lib/ofp-util.c b/lib/ofp-util.c index 8753a5a..51d4fb4 100644 --- a/lib/ofp-util.c +++ b/lib/ofp-util.c @@ -4886,6 +4886,140 @@ ofputil_append_table_features_reply(const struct

[ovs-dev] [PATCH 6/6] Implement OpenFlow 1.4+ OFPMP_TABLE_DESC message.

2015-06-24 Thread Ben Pfaff
Signed-off-by: Ben Pfaff b...@nicira.com Co-authored-by: Saloni Jain saloni.j...@tcs.com Signed-off-by: Saloni Jain saloni.j...@tcs.com --- NEWS| 1 + include/openflow/openflow-1.4.h | 10 +++ lib/learning-switch.c | 2 + lib/ofp-msgs.h