[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YEqj2TU0h/6LahS9@lunn.ch>
Date: Fri, 12 Mar 2021 00:12:25 +0100
From: Andrew Lunn <andrew@...n.ch>
To: Kurt Kanzenbach <kurt@...-computers.de>
Cc: Vivien Didelot <vivien.didelot@...il.com>,
Florian Fainelli <f.fainelli@...il.com>,
Vladimir Oltean <olteanv@...il.com>,
"David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>, netdev@...r.kernel.org
Subject: Re: [PATCH net-next 6/6] net: dsa: hellcreek: Add devlink FDB region
> static int hellcreek_setup_devlink_regions(struct dsa_switch *ds)
> {
> struct hellcreek *hellcreek = ds->priv;
> struct devlink_region_ops *ops;
> struct devlink_region *region;
> u64 size;
> + int ret;
>
> + /* VLAN table */
> size = VLAN_N_VID * sizeof(struct hellcreek_devlink_vlan_entry);
> ops = &hellcreek_region_vlan_ops;
I think this comment belongs in the previous patch adding the VLAN
region.
Reviewed-by: Andrew Lunn <andrew@...n.ch>
Andrew
Powered by blists - more mailing lists