netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch net-next 0/7] mlxsw: Add support for mirror action with flower
@ 2018-01-19  8:24 Jiri Pirko
  2018-01-19  8:24 ` [patch net-next 1/7] mlxsw: spectrum: Extend mlxsw_afa_ops for counter index and implement for Spectrum Jiri Pirko
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Jiri Pirko @ 2018-01-19  8:24 UTC (permalink / raw)
  To: netdev; +Cc: davem, arkadis, idosch, mlxsw

From: Jiri Pirko <jiri@mellanox.com>

Arkadi says:

Add support for mirror action with flower classifier. The first 3 patches
introduce a generic per-block resource infra. The last 4 patches add
support for flow based span.

Arkadi Sharshevsky (4):
  mlxsw: spectrum_acl: Add support for mirroring action
  mlxsw: spectrum: Extend and export SPAN API
  mlxsw: spectrum: Extend mlxsw_afa_ops for counter index and implement
    for Spectrum
  mlxsw: spectrum_acl: Add support for mirror action

Jiri Pirko (3):
  mlxsw: spectrum: Extend mlxsw_afa_ops for counter index and implement
    for Spectrum
  mlxsw: core: Convert fwd_entry_ref list to be generic per-block
    resource list
  mlxsw: core: Make counter index allocated inside the action append

 .../mellanox/mlxsw/core_acl_flex_actions.c         | 255 +++++++++++++++++++--
 .../mellanox/mlxsw/core_acl_flex_actions.h         |  13 +-
 drivers/net/ethernet/mellanox/mlxsw/spectrum.c     |  79 ++++---
 drivers/net/ethernet/mellanox/mlxsw/spectrum.h     |  15 +-
 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c |  57 ++---
 .../mellanox/mlxsw/spectrum_acl_flex_actions.c     |  66 ++++++
 .../net/ethernet/mellanox/mlxsw/spectrum_flower.c  |   7 +
 .../net/ethernet/mellanox/mlxsw/spectrum_mr_tcam.c |   3 +-
 8 files changed, 410 insertions(+), 85 deletions(-)

-- 
2.14.3

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

end of thread, other threads:[~2018-01-21 23:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-19  8:24 [patch net-next 0/7] mlxsw: Add support for mirror action with flower Jiri Pirko
2018-01-19  8:24 ` [patch net-next 1/7] mlxsw: spectrum: Extend mlxsw_afa_ops for counter index and implement for Spectrum Jiri Pirko
2018-01-19  8:24 ` [patch net-next 2/7] mlxsw: core: Convert fwd_entry_ref list to be generic per-block resource list Jiri Pirko
2018-01-19  8:24 ` [patch net-next 3/7] mlxsw: core: Make counter index allocated inside the action append Jiri Pirko
2018-01-19  8:24 ` [patch net-next 4/7] mlxsw: spectrum_acl: Add support for mirroring action Jiri Pirko
2018-01-19  8:24 ` [patch net-next 5/7] mlxsw: spectrum: Extend and export SPAN API Jiri Pirko
2018-01-19  8:24 ` [patch net-next 6/7] mlxsw: spectrum: Extend mlxsw_afa_ops for counter index and implement for Spectrum Jiri Pirko
2018-01-19  8:24 ` [patch net-next 7/7] mlxsw: spectrum_acl: Add support for mirror action Jiri Pirko
2018-01-21 23:21 ` [patch net-next 0/7] mlxsw: Add support for mirror action with flower 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).