Re: [PATCH] include: net: add dsa_cpu_ports function

2021-04-06 Thread Andrew Lunn
On Tue, Apr 06, 2021 at 05:49:03AM +0200, Ansuel Smith wrote: > In preparation for the future when dsa will support multi cpu port, > dsa_cpu_ports can be useful for switch that has multiple cpu port to > retrieve the cpu mask for ACL and bridge table. > > Signed-off-by: Ansuel Smith > --- > inc

[PATCH] include: net: add dsa_cpu_ports function

2021-04-06 Thread Ansuel Smith
In preparation for the future when dsa will support multi cpu port, dsa_cpu_ports can be useful for switch that has multiple cpu port to retrieve the cpu mask for ACL and bridge table. Signed-off-by: Ansuel Smith --- include/net/dsa.h | 12 1 file changed, 12 insertions(+) diff --g