netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch net-next 0/7] mlxsw: Offload FDB learning configuration
@ 2016-08-24 10:00 Jiri Pirko
  2016-08-24 10:00 ` [patch net-next 1/7] mlxsw: spectrum: Limit number of FDB records per learning session Jiri Pirko
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Jiri Pirko @ 2016-08-24 10:00 UTC (permalink / raw)
  To: netdev; +Cc: davem, idosch, eladr, yotamg, nogahf, ogerlitz

From: Jiri Pirko <jiri@mellanox.com>

Ido says:
This patchset addresses two long standing issues in the mlxsw driver
concerning FDB learning.

Patch 1 limits the number of FDB records processed by the driver in a
single session. This is useful in situations in which many new records
need to be processed, thereby causing the RTNL mutex to be held for
long periods of time.

Patches 2-6 offload the learning configuration (on / off) of bridge
ports to the device instead of having the driver decide whether a
record needs to be learned or not.

The last patch is fallout and removes configuration no longer necessary
after the first patches are applied.

Ido Schimmel (7):
  mlxsw: spectrum: Limit number of FDB records per learning session
  mlxsw: spectrum: Make VLAN deletion function symmetric
  mlxsw: spectrum: Don't abort on first error when removing VLANs
  mlxsw: spectrum: Configure learning for VLAN-aware bridge port
  mlxsw: spectrum: Offload learning to the switch ASIC
  mlxsw: spectrum: Remove unnecessary check in FDB processing
  mlxsw: spectrum: Don't set learning when creating vPorts

 drivers/net/ethernet/mellanox/mlxsw/reg.h          |   7 ++
 drivers/net/ethernet/mellanox/mlxsw/spectrum.c     |  24 ++--
 drivers/net/ethernet/mellanox/mlxsw/spectrum.h     |   3 +
 .../ethernet/mellanox/mlxsw/spectrum_switchdev.c   | 128 +++++++++++++++------
 4 files changed, 115 insertions(+), 47 deletions(-)

-- 
2.5.5

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

end of thread, other threads:[~2016-08-24 16:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-24 10:00 [patch net-next 0/7] mlxsw: Offload FDB learning configuration Jiri Pirko
2016-08-24 10:00 ` [patch net-next 1/7] mlxsw: spectrum: Limit number of FDB records per learning session Jiri Pirko
2016-08-24 10:00 ` [patch net-next 2/7] mlxsw: spectrum: Make VLAN deletion function symmetric Jiri Pirko
2016-08-24 10:00 ` [patch net-next 3/7] mlxsw: spectrum: Don't abort on first error when removing VLANs Jiri Pirko
2016-08-24 10:00 ` [patch net-next 4/7] mlxsw: spectrum: Configure learning for VLAN-aware bridge port Jiri Pirko
2016-08-24 10:00 ` [patch net-next 5/7] mlxsw: spectrum: Offload learning to the switch ASIC Jiri Pirko
2016-08-24 10:00 ` [patch net-next 6/7] mlxsw: spectrum: Remove unnecessary check in FDB processing Jiri Pirko
2016-08-24 10:00 ` [patch net-next 7/7] mlxsw: spectrum: Don't set learning when creating vPorts Jiri Pirko
2016-08-24 16:41 ` [patch net-next 0/7] mlxsw: Offload FDB learning configuration 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).