Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox...
authorSaeed Mahameed <saeedm@mellanox.com>
Sat, 9 May 2020 07:06:35 +0000 (00:06 -0700)
committerSaeed Mahameed <saeedm@mellanox.com>
Sat, 9 May 2020 08:05:30 +0000 (01:05 -0700)
commit76cd622fe2c2b10c1f0a7311ca797feccacc329d
tree33c171b70fb514d3596eb0339b0b994283a6c13a
parent5eb2bcf247de02b92749fe6a6b342f6393ca3f86
parentc6bc6041b10f70b617f2d13894311fe62027d292
Merge branch 'mlx5-next' of git://git./linux/kernel/git/mellanox/linux

This merge includes updates to bonding driver needed for the rdma stack,
to avoid conflicts with the RDMA branch.

Maor Gottlieb Says:

====================
Bonding: Add support to get xmit slave

The following series adds support to get the LAG master xmit slave by
introducing new .ndo - ndo_get_xmit_slave. Every LAG module can
implement it and it first implemented in the bond driver.
This is follow-up to the RFC discussion [1].

The main motivation for doing this is for drivers that offload part
of the LAG functionality. For example, Mellanox Connect-X hardware
implements RoCE LAG which selects the TX affinity when the resources
are created and port is remapped when it goes down.

The first part of this patchset introduces the new .ndo and add the
support to the bonding module.

The second part adds support to get the RoCE LAG xmit slave by building
skb of the RoCE packet based on the AH attributes and call to the new
.ndo.

The third part change the mlx5 driver driver to set the QP's affinity
port according to the slave which found by the .ndo.
====================

Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/bonding/bond_alb.c
drivers/net/bonding/bond_main.c
include/linux/netdevice.h
include/net/bonding.h
net/core/dev.c