[PATCH net-next v2 3/3] net: ocelot: Remove ocelot_xfh_get_cpuq

2021-03-16 Thread Horatiu Vultur
Now when extracting frames from CPU the cpuq is not used anymore so remove it. Signed-off-by: Horatiu Vultur --- drivers/net/ethernet/mscc/ocelot.c | 3 +-- include/linux/dsa/ocelot.h | 5 - net/dsa/tag_ocelot.c | 2 -- 3 files changed, 1 insertion(+), 9 deletions(-) d

Re: [PATCH net-next v2 3/3] net: ocelot: Remove ocelot_xfh_get_cpuq

2021-03-16 Thread Vladimir Oltean
On Tue, Mar 16, 2021 at 09:10:19PM +0100, Horatiu Vultur wrote: > Now when extracting frames from CPU the cpuq is not used anymore so > remove it. > > Signed-off-by: Horatiu Vultur > --- OCELOT_MRP_CPUQ should have disappeared too. Doesn't matter too much though. Reviewed-by: Vladimir Oltean