Re: [PATCH] Adding support for MAC filtering in the FEC IP implementation.

2019-12-07 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20191207203450.6304-1-bilalwasim...@gmail.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH] Adding support for MAC filtering in the FEC IP implementation. Type: series Message-id

[PATCH] Adding support for MAC filtering in the FEC IP implementation.

2019-12-07 Thread bilalwasim676
From: Bilal Wasim This addition ensures that the IP does NOT boot up in promiscuous mode by default, and so the software only receives the desired packets(Unicast, Broadcast, Unicast / Multicast hashed) by default. The software running on-top of QEMU can also modify these settings and disable rec

[PATCH] Adding support for MAC filtering in the FEC IP implementation

2019-11-28 Thread Wasim, Bilal
Adding support for MAC filtering in the FEC IP implementation. This addition ensures that the IP does NOT boot up in promiscuous mode by default, and so the software only receives the desired packets(Unicast, Broadcast, Unicast / Multicast hashed) by default. The software running on-top of QEM