Re: [ovs-dev] [PATCH 4/6] nx-match: New function nxm_src_check().

2011-08-11 Thread Ben Pfaff
On Wed, Aug 10, 2011 at 05:21:41PM -0700, Ethan Jackson wrote: > This patch also updates nxm_check_reg_move() to use nxm_src_check() > and nxm_dst_check(). A user outside of nxm-match will be added in > a future patch. I have a similar patch in the branch that I'm working on, too. The only impor

Re: [ovs-dev] [PATCH 4/6] nx-match: New function nxm_src_check().

2011-08-10 Thread Ethan Jackson
On Wed, Aug 10, 2011 at 17:21, Ethan Jackson wrote: > This patch also updates nxm_check_reg_move() to use nxm_src_check() > and nxm_dst_check().  A user outside of nxm-match will be added in > a future patch. s/nxm-match/nx-match/ ___ dev mailing list d

[ovs-dev] [PATCH 4/6] nx-match: New function nxm_src_check().

2011-08-10 Thread Ethan Jackson
This patch also updates nxm_check_reg_move() to use nxm_src_check() and nxm_dst_check(). A user outside of nxm-match will be added in a future patch. --- lib/nx-match.c | 48 +++- lib/nx-match.h |2 ++ 2 files changed, 33 insertions(+), 17 deletio