Re: [PATCH net-next v2 5/7] net: dsa: Add devlink port regions support to DSA

2020-09-26 Thread Vladimir Oltean
On Sat, Sep 26, 2020 at 11:06:30PM +0200, Andrew Lunn wrote: > Allow DSA drivers to make use of devlink port regions, via simple > wrappers. > > Signed-off-by: Andrew Lunn > --- Reviewed-by: Vladimir Oltean Tested-by: Vladimir Oltean

[PATCH net-next v2 5/7] net: dsa: Add devlink port regions support to DSA

2020-09-26 Thread Andrew Lunn
Allow DSA drivers to make use of devlink port regions, via simple wrappers. Signed-off-by: Andrew Lunn --- include/net/dsa.h | 5 + net/dsa/dsa.c | 14 ++ 2 files changed, 19 insertions(+) diff --git a/include/net/dsa.h b/include/net/dsa.h index 9aa44dc8ecdb..f0bb64e5002f 1