netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch net-next 0/6] mlxsw: Align multipath hash parameters with kernel's
@ 2017-11-02 16:14 Jiri Pirko
  2017-11-02 16:14 ` [patch net-next 1/6] ipv4: Send a netevent whenever multipath hash policy is changed Jiri Pirko
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Jiri Pirko @ 2017-11-02 16:14 UTC (permalink / raw)
  To: netdev; +Cc: davem, idosch, mlxsw, dsahern

From: Jiri Pirko <jiri@mellanox.com>

Ido says:

This set makes sure the device is using the same parameters as the
kernel when it computes the multipath hash during IP forwarding.

First patch adds a new netevent to let interested listeners know that
the multipath hash policy has changed.

Next two patches do small and non-functional changes in the mlxsw
driver.

Last patches configure the multipath hash policy upon driver
initialization and as a response to netevents.

Ido Schimmel (6):
  ipv4: Send a netevent whenever multipath hash policy is changed
  mlxsw: spectrum_router: Embed netevent notifier block in router struct
  mlxsw: spectrum_router: Properly name netevent work struct
  mlxsw: reg: Add Router ECMP Configuration Register Version 2
  mlxsw: spectrum_router: Align multipath hash parameters with kernel's
  mlxsw: spectrum_router: Update multipath hash parameters upon
    netevents

 drivers/net/ethernet/mellanox/mlxsw/reg.h          | 132 ++++++++++++++++++++
 drivers/net/ethernet/mellanox/mlxsw/spectrum.c     |   7 --
 drivers/net/ethernet/mellanox/mlxsw/spectrum.h     |   2 -
 .../net/ethernet/mellanox/mlxsw/spectrum_router.c  | 133 ++++++++++++++++++---
 include/net/netevent.h                             |   1 +
 net/ipv4/sysctl_net_ipv4.c                         |  20 +++-
 6 files changed, 270 insertions(+), 25 deletions(-)

-- 
2.9.5

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

end of thread, other threads:[~2017-11-03  6:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-02 16:14 [patch net-next 0/6] mlxsw: Align multipath hash parameters with kernel's Jiri Pirko
2017-11-02 16:14 ` [patch net-next 1/6] ipv4: Send a netevent whenever multipath hash policy is changed Jiri Pirko
2017-11-02 18:57   ` David Ahern
2017-11-02 16:14 ` [patch net-next 2/6] mlxsw: spectrum_router: Embed netevent notifier block in router struct Jiri Pirko
2017-11-02 16:14 ` [patch net-next 3/6] mlxsw: spectrum_router: Properly name netevent work struct Jiri Pirko
2017-11-02 16:14 ` [patch net-next 4/6] mlxsw: reg: Add Router ECMP Configuration Register Version 2 Jiri Pirko
2017-11-02 16:14 ` [patch net-next 5/6] mlxsw: spectrum_router: Align multipath hash parameters with kernel's Jiri Pirko
2017-11-02 16:14 ` [patch net-next 6/6] mlxsw: spectrum_router: Update multipath hash parameters upon netevents Jiri Pirko
2017-11-03  6:41 ` [patch net-next 0/6] mlxsw: Align multipath hash parameters with kernel's 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).