[ovs-dev] [PATCH ovn] expr.c: Fix the comment of expr_to_matches.

2022-03-29 Thread Han Zhou
The comment is misleading. The conjunctive match IDs always starts from 1 instead of 0. Signed-off-by: Han Zhou --- lib/expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/expr.c b/lib/expr.c index 47ef6108e..caae0d4b2 100644 --- a/lib/expr.c +++ b/lib/expr.c @@ -3257,

Re: [ovs-dev] [PATCH ovn] expr.c: Fix the comment of expr_to_matches.

2022-04-05 Thread Mark Michelson
Acked-by: Mark Michelson On 3/30/22 01:50, Han Zhou wrote: The comment is misleading. The conjunctive match IDs always starts from 1 instead of 0. Signed-off-by: Han Zhou --- lib/expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/expr.c b/lib/expr.c index 47ef61

Re: [ovs-dev] [PATCH ovn] expr.c: Fix the comment of expr_to_matches.

2022-04-06 Thread Han Zhou
On Tue, Apr 5, 2022 at 11:00 AM Mark Michelson wrote: > > Acked-by: Mark Michelson > Applied, thanks! Han > On 3/30/22 01:50, Han Zhou wrote: > > The comment is misleading. The conjunctive match IDs always starts from > > 1 instead of 0. > > > > Signed-off-by: Han Zhou > > --- > > lib/expr.c