netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch net v2 00/10] mlxsw: IPv4 UC router fixes
@ 2016-08-17 14:39 Jiri Pirko
  2016-08-17 14:39 ` [patch net v2 01/10] mlxsw: spectrum: Don't return upon error in removal path Jiri Pirko
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Jiri Pirko @ 2016-08-17 14:39 UTC (permalink / raw)
  To: netdev; +Cc: davem, idosch, eladr, yotamg, nogahf, ogerlitz, ilant

From: Jiri Pirko <jiri@mellanox.com>

Ido says:
Patches 1-3 fix a long standing problem in the driver's init sequence,
which manifests itself quite often when routing daemons try to configure
an IP address on registered netdevs that don't yet have an associated
vPort.

Patches 4-9 add missing packet traps for the router to work properly and
also fix ordering issue following the recent changes to the driver's init
sequence.

The last patch isn't related to the router, but fixes a general problem
in which under certain conditions packets aren't trapped to CPU.

v1->v2:
- Change order of patch 7
- Add patch 6 following Ilan's comment
- Add patchset name and cover letter

Elad Raz (1):
  mlxsw: spectrum: Add missing packet traps

Ido Schimmel (8):
  mlxsw: spectrum: Don't return upon error in removal path
  mlxsw: spectrum: Remove redundant errors from the code
  mlxsw: spectrum: Create PVID vPort before registering netdevice
  mlxsw: spectrum: Mark port as active before registering it
  mlxsw: spectrum: Trap loop-backed packets
  mlxsw: spectrum: Add missing rollbacks in error path
  mlxsw: spectrum: Unmap 802.1Q FID before destroying it
  mlxsw: spectrum: Allow packets to be trapped from any PG

Jiri Pirko (1):
  mlxsw: reg: Fix missing op field fill-up

 drivers/net/ethernet/mellanox/mlxsw/reg.h          |  11 +++
 drivers/net/ethernet/mellanox/mlxsw/spectrum.c     | 110 +++++++++++----------
 drivers/net/ethernet/mellanox/mlxsw/spectrum.h     |   2 -
 .../net/ethernet/mellanox/mlxsw/spectrum_buffers.c |   2 +-
 .../ethernet/mellanox/mlxsw/spectrum_switchdev.c   |  42 ++------
 drivers/net/ethernet/mellanox/mlxsw/trap.h         |   4 +
 6 files changed, 83 insertions(+), 88 deletions(-)

-- 
2.5.5

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

end of thread, other threads:[~2016-08-17 23:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-17 14:39 [patch net v2 00/10] mlxsw: IPv4 UC router fixes Jiri Pirko
2016-08-17 14:39 ` [patch net v2 01/10] mlxsw: spectrum: Don't return upon error in removal path Jiri Pirko
2016-08-17 14:39 ` [patch net v2 02/10] mlxsw: spectrum: Remove redundant errors from the code Jiri Pirko
2016-08-17 14:39 ` [patch net v2 03/10] mlxsw: spectrum: Create PVID vPort before registering netdevice Jiri Pirko
2016-08-17 14:39 ` [patch net v2 04/10] mlxsw: spectrum: Mark port as active before registering it Jiri Pirko
2016-08-17 14:39 ` [patch net v2 05/10] mlxsw: spectrum: Add missing packet traps Jiri Pirko
2016-08-17 14:39 ` [patch net v2 06/10] mlxsw: spectrum: Trap loop-backed packets Jiri Pirko
2016-08-17 14:39 ` [patch net v2 07/10] mlxsw: reg: Fix missing op field fill-up Jiri Pirko
2016-08-17 14:39 ` [patch net v2 08/10] mlxsw: spectrum: Add missing rollbacks in error path Jiri Pirko
2016-08-17 14:39 ` [patch net v2 09/10] mlxsw: spectrum: Unmap 802.1Q FID before destroying it Jiri Pirko
2016-08-17 14:39 ` [patch net v2 10/10] mlxsw: spectrum: Allow packets to be trapped from any PG Jiri Pirko
2016-08-17 23:19 ` [patch net v2 00/10] mlxsw: IPv4 UC router fixes 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).