RE: [v2, 3/4] ocelot_ace: fix action of trap

2019-08-19 Thread Y.b. Lu
> Subject: Re: [v2, 3/4] ocelot_ace: fix action of trap > > The 08/13/2019 08:16, Allan W . Nielsen wrote: > > The 08/13/2019 10:52, Yangbo Lu wrote: > > > The trap action should be copying the frame to CPU and dropping it > > > for forwarding, but current setting was jus

RE: [v2, 3/4] ocelot_ace: fix action of trap

2019-08-13 Thread Y.b. Lu
> Subject: Re: [v2, 3/4] ocelot_ace: fix action of trap > > The 08/13/2019 08:16, Allan W . Nielsen wrote: > > The 08/13/2019 10:52, Yangbo Lu wrote: > > > The trap action should be copying the frame to CPU and dropping it > > > for forwarding, but current setting

Re: [v2, 3/4] ocelot_ace: fix action of trap

2019-08-12 Thread Allan W . Nielsen
The 08/13/2019 08:16, Allan W . Nielsen wrote: > The 08/13/2019 10:52, Yangbo Lu wrote: > > The trap action should be copying the frame to CPU and > > dropping it for forwarding, but current setting was just > > copying frame to CPU. > > > > Signed-off-by: Yangbo Lu > > --- > > Changes for v2: >

Re: [v2, 3/4] ocelot_ace: fix action of trap

2019-08-12 Thread Allan W . Nielsen
The 08/13/2019 10:52, Yangbo Lu wrote: > The trap action should be copying the frame to CPU and > dropping it for forwarding, but current setting was just > copying frame to CPU. > > Signed-off-by: Yangbo Lu > --- > Changes for v2: > - None. > --- > drivers/net/ethernet/mscc/ocelot_ace.c |