Re: [RFC,net-next, 2/5] vrf: track associations between VRF devices and tables

From: Andrea Mayer
Date: Sun Jun 14 2020 - 17:24:05 EST


On Sat, 13 Jun 2020 18:34:25 -0600
David Ahern <dsahern@xxxxxxxxx> wrote:

> On 6/13/20 4:53 PM, Andrea Mayer wrote:
> > Hi Stephen,
> > thanks for your questions.
> >
> > On Sat, 13 Jun 2020 12:28:59 -0700
> > Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx> wrote:
> >
> >>> +
> >>> + * Conversely, shared_table is decreased when a vrf is de-associated
> >>> + * from a table with exactly two associated vrfs.
> >>> + */
> >>> + int shared_tables;
> >>
> >> Should this be unsigned?
> >> Should it be a fixed size?
> >
> > Yes. I think an u32 would be reasonable for the shared_table.
> > What do you think?
> >
>
> u32 or unsigned int is fine.

Hi David,
I will use the u32.

thanks,
Andrea