Re: [PATCH] net/ncsi: Disable global multicast filter

2019-09-19 Thread Jakub Kicinski
On Thu, 12 Sep 2019 12:04:50 -0700, Vijay Khemka wrote: > Disabling multicast filtering from NCSI if it is supported. As it > should not filter any multicast packets. In current code, multicast > filter is enabled and with an exception of optional field supported > by device are disabled filtering.

Re: [PATCH] net/ncsi: Disable global multicast filter

2019-09-16 Thread Vijay Khemka
On 9/15/19, 7:39 PM, "Samuel Mendoza-Jonas" wrote: On Thu, 2019-09-12 at 12:04 -0700, Vijay Khemka wrote: > Disabling multicast filtering from NCSI if it is supported. As it > should not filter any multicast packets. In current code, multicast > filter is enabled and with an ex

Re: [PATCH] net/ncsi: Disable global multicast filter

2019-09-15 Thread Samuel Mendoza-Jonas
On Thu, 2019-09-12 at 12:04 -0700, Vijay Khemka wrote: > Disabling multicast filtering from NCSI if it is supported. As it > should not filter any multicast packets. In current code, multicast > filter is enabled and with an exception of optional field supported > by device are disabled filtering.

[PATCH] net/ncsi: Disable global multicast filter

2019-09-12 Thread Vijay Khemka
Disabling multicast filtering from NCSI if it is supported. As it should not filter any multicast packets. In current code, multicast filter is enabled and with an exception of optional field supported by device are disabled filtering. Mainly I see if goal is to disable filtering for IPV6 packets