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

2019-12-10 Thread Wasim, Bilal
...@linaro.org; phi...@redhat.com; jasow...@redhat.com; qemu-...@nongnu.org; Wasim, Bilal Subject: Re: [PATCH v2] Adding support for MAC filtering in the FEC IP implementation. On 07/12/2019 21:56, bilalwasim...@gmail.com wrote: > From: Bilal Wasim > > This addition ensures that th

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

2019-12-09 Thread Mark Cave-Ayland
On 07/12/2019 21:56, bilalwasim...@gmail.com wrote: > 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 runn

[PATCH v2] 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