[ovs-dev] [PATCH v2 07/21] ovn-controller: Pass 'chassis_id' explicitly to functions that need it.

Justin Pettit jpettit at nicira.com
Tue Jul 28 23:36:29 UTC 2015


> On Jul 28, 2015, at 8:44 AM, Ben Pfaff <blp at nicira.com> wrote:
> 
> I found it otherwise difficult to see what code depended on this.

It might be nice to explain that you care about the dependencies due to upcoming patches, since it wasn't immediately obvious to me why you'd care.

> diff --git a/ovn/controller/physical.h b/ovn/controller/physical.h
> index 16d172b..3c86a7f 100644
> --- a/ovn/controller/physical.h
> +++ b/ovn/controller/physical.h
> @@ -30,6 +30,7 @@ struct ovsrec_bridge;
> 
> void physical_init(struct controller_ctx *);
> void physical_run(struct controller_ctx *, const struct ovsrec_bridge *br_int,
> +                  const char *chassis_id, 
>                   struct hmap *flow_table);

This adds whitespace to the end of the line.  (I've always wanted to say that to you.)

Not a big deal, but I think those lines can also be combined.

--Justin





More information about the dev mailing list