Re: [ovs-dev] [PATCH] meta-flow: Make it simpler to expand mf_values in the future

2014-11-06 Thread Ben Pfaff
On Thu, Nov 06, 2014 at 10:57:13AM -0800, Ben Pfaff wrote: > From: Madhu Challa > > Remove hard coded array index and make it dependent on the array size. > > Signed-off-by: Madhu Challa > Co-authored-by: Ben Pfaff > Signed-off-by: Ben Pfaff Madhu looked at this, so I applied it. Thanks, B

[ovs-dev] [PATCH] meta-flow: Make it simpler to expand mf_values in the future

2014-11-06 Thread Ben Pfaff
From: Madhu Challa Remove hard coded array index and make it dependent on the array size. Signed-off-by: Madhu Challa Co-authored-by: Ben Pfaff Signed-off-by: Ben Pfaff --- lib/learn.c | 6 -- lib/meta-flow.h | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/