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 wrote: > > On Thu, Jul 02, 2015 at 01:00:35PM -0700, Jarno Rajahalme wrote: >> >> Acked-by: Jarno Rajahalme >> >> Two small nits below, > > Thanks, I fixed both of those. > > I'll post a v2. Thanks, I just reviewed the v2, Jarno _

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 > > Two small nits below, Thanks, I fixed both of those. I'll post a v2. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/d

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

2015-07-02 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme 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 > ofputil_table_features *tf,

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

2015-06-24 Thread Ben Pfaff
Signed-off-by: Ben Pfaff Co-authored-by: Saloni Jain Signed-off-by: Saloni Jain --- NEWS| 1 + include/openflow/openflow-1.4.h | 10 +++ lib/learning-switch.c | 2 + lib/ofp-msgs.h | 10 +++ lib/ofp-print.c | 39 +