]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'mlxsw-Align-multipath-hash-parameters-with-kernels'
authorDavid S. Miller <davem@davemloft.net>
Fri, 3 Nov 2017 06:40:42 +0000 (15:40 +0900)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Nov 2017 06:40:42 +0000 (15:40 +0900)
commit6437b112f70612212c20359a708af106a564d17c
tree83492098d0c91c46eb68b578c6318efcbd23241d
parenta882d20cdb7775ff8b4aac880255eff6a2c1c85e
parent28678f07f127d151354ff12b0d05557ae897e972
Merge branch 'mlxsw-Align-multipath-hash-parameters-with-kernels'

Jiri Pirko says:

====================
mlxsw: Align multipath hash parameters with kernel's

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>