Re: [PATCH] net: gem: Disable broadcast setting

2021-10-21 Thread Michal Simek
On 10/15/21 15:03, Michal Simek wrote: There is no need for GEM to accepts broadcast packets because they are not handled by u-boot anyway. That's why use HW IP feature and don't waste time on these packats which will be dropped anyway. Signed-off-by: Michal Simek ---

Re: [PATCH] net: gem: Disable broadcast setting

2021-10-16 Thread Ramon Fried
On Fri, Oct 15, 2021 at 4:03 PM Michal Simek wrote: > > There is no need for GEM to accepts broadcast packets because they are not > handled by u-boot anyway. That's why use HW IP feature and don't waste time > on these packats which will be dropped anyway. > > Signed-off-by: Michal Simek > ---

[PATCH] net: gem: Disable broadcast setting

2021-10-15 Thread Michal Simek
There is no need for GEM to accepts broadcast packets because they are not handled by u-boot anyway. That's why use HW IP feature and don't waste time on these packats which will be dropped anyway. Signed-off-by: Michal Simek --- drivers/net/zynq_gem.c | 2 ++ 1 file changed, 2 insertions(+)