netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/9] sfc: support for cascaded multicast filtering
@ 2015-07-21 14:07 Edward Cree
  2015-07-21 14:08 ` [PATCH net-next 1/9] sfc: update MCDI protocol definitions Edward Cree
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Edward Cree @ 2015-07-21 14:07 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, linux-net-drivers

Recent versions of firmware for SFC9100 adapters add support for filter
 chaining, in which packets matching multiple filters are delivered to all
 filters' recipients, rather than only the highest match-priority filter as was
 previously the case.
This patch series enables this feature and redesigns the filter handling code
 to make use of it; in particular, subscribing to a multicast address on one
 function no longer prevents traffic to that address reaching another function
 which is in promiscuous or allmulti mode.
If the firmware does not support filter chaining, the driver will fall back to
 the old behaviour.

Daniel Pieczko (5):
  sfc: enable cascaded multicast filters in MCFW
  sfc: add output flag decoding to efx_mcdi_set_workaround
  sfc: warn if other functions have been reset by MCFW
  sfc: re-factor efx_ef10_filter_sync_rx_mode()
  sfc: support cascaded multicast filters

Edward Cree (3):
  sfc: update MCDI protocol definitions
  sfc: cope with ENOSYS from efx_mcdi_get_workarounds()
  sfc: clean fallbacks between promisc/normal in
    efx_ef10_filter_sync_rx_mode

Jon Cooper (1):
  sfc: Insert multicast filters as well as mismatch filters in
    promiscuous mode

 drivers/net/ethernet/sfc/ef10.c       |  495 +++--
 drivers/net/ethernet/sfc/mcdi.c       |   28 +-
 drivers/net/ethernet/sfc/mcdi.h       |    3 +-
 drivers/net/ethernet/sfc/mcdi_pcol.h  | 3463 +++++++++++++++++++++++++--------
 drivers/net/ethernet/sfc/net_driver.h |    2 +
 drivers/net/ethernet/sfc/nic.h        |    2 +
 6 files changed, 2997 insertions(+), 996 deletions(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-07-22  5:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-21 14:07 [PATCH net-next 0/9] sfc: support for cascaded multicast filtering Edward Cree
2015-07-21 14:08 ` [PATCH net-next 1/9] sfc: update MCDI protocol definitions Edward Cree
2015-07-21 14:09 ` [PATCH net-next 2/9] sfc: enable cascaded multicast filters in MCFW Edward Cree
2015-07-21 14:09 ` [PATCH net-next 3/9] sfc: cope with ENOSYS from efx_mcdi_get_workarounds() Edward Cree
2015-07-21 14:09 ` [PATCH net-next 4/9] sfc: add output flag decoding to efx_mcdi_set_workaround Edward Cree
2015-07-21 14:10 ` [PATCH net-next 5/9] sfc: warn if other functions have been reset by MCFW Edward Cree
2015-07-21 14:10 ` [PATCH net-next 6/9] sfc: Insert multicast filters as well as mismatch filters in promiscuous mode Edward Cree
2015-07-21 14:10 ` [PATCH net-next 7/9] sfc: re-factor efx_ef10_filter_sync_rx_mode() Edward Cree
2015-07-21 14:10 ` [PATCH net-next 8/9] sfc: support cascaded multicast filters Edward Cree
2015-07-21 14:11 ` [PATCH net-next 9/9] sfc: clean fallbacks between promisc/normal in efx_ef10_filter_sync_rx_mode Edward Cree
2015-07-22  5:21 ` [PATCH net-next 0/9] sfc: support for cascaded multicast filtering David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).