netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/4] mlxsw: IPv6 and reference counting fixes
@ 2018-06-15 13:23 Ido Schimmel
  2018-06-15 13:23 ` [PATCH net 1/4] ipv6: Only emit append events for appended routes Ido Schimmel
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Ido Schimmel @ 2018-06-15 13:23 UTC (permalink / raw)
  To: netdev; +Cc: davem, jiri, petrm, dsahern, mlxsw, Ido Schimmel

Hi,

The first three patches fix a mismatch between the new IPv6 behavior
introduced in commit f34436a43092 ("net/ipv6: Simplify route replace and
appending into multipath route") and mlxsw. The patches allow the driver
to support multipathing in IPv6 overlays with GRE tunnel devices. A
selftest will be submitted when net-next opens.

The last patch fixes a reference count problem of the port_vlan struct.
I plan to simplify the code in net-next, so that reference counting is
not necessary anymore.

Ido Schimmel (3):
  ipv6: Only emit append events for appended routes
  mlxsw: spectrum_router: Allow appending to dev-only routes
  mlxsw: spectrum_router: Align with new route replace logic

Petr Machata (1):
  mlxsw: spectrum_switchdev: Fix port_vlan refcounting

 .../net/ethernet/mellanox/mlxsw/spectrum_router.c  | 48 +++++++++++-----------
 .../ethernet/mellanox/mlxsw/spectrum_switchdev.c   |  4 +-
 net/ipv6/ip6_fib.c                                 |  5 +--
 3 files changed, 29 insertions(+), 28 deletions(-)

-- 
2.14.4

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

end of thread, other threads:[~2018-06-15 16:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-15 13:23 [PATCH net 0/4] mlxsw: IPv6 and reference counting fixes Ido Schimmel
2018-06-15 13:23 ` [PATCH net 1/4] ipv6: Only emit append events for appended routes Ido Schimmel
2018-06-15 14:21   ` David Ahern
2018-06-15 13:23 ` [PATCH net 2/4] mlxsw: spectrum_router: Allow appending to dev-only routes Ido Schimmel
2018-06-15 13:23 ` [PATCH net 3/4] mlxsw: spectrum_router: Align with new route replace logic Ido Schimmel
2018-06-15 13:23 ` [PATCH net 4/4] mlxsw: spectrum_switchdev: Fix port_vlan refcounting Ido Schimmel
2018-06-15 16:11 ` [PATCH net 0/4] mlxsw: IPv6 and reference counting 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).