Re: [ovs-dev] [PATCH 7/9] rconn: Allow OFPMP_TABLE_FEATURES openflow messages.

2013-11-24 Thread Alexander Wu
On 22/11/2013 06:35, Ben Pfaff wrote: On Thu, Nov 21, 2013 at 05:04:34PM +0800, Alexander Wu wrote: V3: No change. V2: No change. V1: Make the enums allowed Signed-off-by: Alexander Wu Reviewed-by: Simon Horman This misjudges the purpose of this function. It does not deliver an

Re: [ovs-dev] [PATCH 7/9] rconn: Allow OFPMP_TABLE_FEATURES openflow messages.

2013-11-21 Thread Ben Pfaff
On Thu, Nov 21, 2013 at 05:04:34PM +0800, Alexander Wu wrote: > V3: > No change. > > V2: > No change. > > V1: > Make the enums allowed > > Signed-off-by: Alexander Wu > Reviewed-by: Simon Horman This misjudges the purpose of this function. It does not deliver an "allow" or "drop" verdi

[ovs-dev] [PATCH 7/9] rconn: Allow OFPMP_TABLE_FEATURES openflow messages.

2013-11-21 Thread Alexander Wu
V3: No change. V2: No change. V1: Make the enums allowed Signed-off-by: Alexander Wu Reviewed-by: Simon Horman --- lib/rconn.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/rconn.c b/lib/rconn.c index f7f90f7..0f72a99 100644 --- a/lib/rconn.c +++ b/lib/