Re: [ovs-dev] [PATCH] nx-match: Drop NXM_MAX_LEN.

2012-07-05 Thread Ben Pfaff
Thank you. I pushed this to master. On Thu, Jul 05, 2012 at 12:45:42PM -0700, Ethan Jackson wrote: > Glad to see it go, thanks. > > Ethan > > On Thu, Jul 5, 2012 at 11:11 AM, Ben Pfaff wrote: > > It isn't used anymore and keeping it up-to-date is error-prone. > > > > Signed-off-by: Ben Pfaff

Re: [ovs-dev] [PATCH] nx-match: Drop NXM_MAX_LEN.

2012-07-05 Thread Ethan Jackson
Glad to see it go, thanks. Ethan On Thu, Jul 5, 2012 at 11:11 AM, Ben Pfaff wrote: > It isn't used anymore and keeping it up-to-date is error-prone. > > Signed-off-by: Ben Pfaff > --- > lib/nx-match.h | 40 > 1 files changed, 0 insertions(+), 40 delet

[ovs-dev] [PATCH] nx-match: Drop NXM_MAX_LEN.

2012-07-05 Thread Ben Pfaff
It isn't used anymore and keeping it up-to-date is error-prone. Signed-off-by: Ben Pfaff --- lib/nx-match.h | 40 1 files changed, 0 insertions(+), 40 deletions(-) diff --git a/lib/nx-match.h b/lib/nx-match.h index 6248b2a..161733f 100644 --- a/lib/nx-