Re: [PATCH net-next v3 0/3] NCSI VLAN Filtering Support

From: David Miller
Date: Mon Aug 28 2017 - 19:50:08 EST


From: Samuel Mendoza-Jonas <sam@xxxxxxxxxxxxxxxx>
Date: Mon, 28 Aug 2017 16:18:40 +1000

> This series (mainly patch 2) adds VLAN filtering to the NCSI implementation.
> A fair amount of code already exists in the NCSI stack for VLAN filtering but
> none of it is actually hooked up. This goes the final mile and fixes a few
> bugs in the existing code found along the way (patch 1).
>
> Patch 3 adds the appropriate flag and callbacks to the ftgmac100 driver to
> enable filtering as it's a large consumer of NCSI (and what I've been
> testing on).
>
> v3: - Add comment describing change to ncsi_find_filter()
> - Catch NULL in clear_one_vid() from ncsi_get_filter()
> - Simplify state changes when kicking updated channel

Series applied.