Message ID | 20200419133933.28258-1-maorg@mellanox.com (mailing list archive) |
---|---|
Headers | show |
Series | Add support to get xmit slave | expand |
On 4/19/20 7:39 AM, Maor Gottlieb wrote: > Hi Dave, > > This series is a combination of netdev and RDMA, so in order to avoid > conflicts, we would like to ask you to route this series through > mlx5-next shared branch. It is based on v5.7-rc1 tag. > > --------------------------------------------------------------------- > > The following series adds support to get the LAG master xmit slave by > introducing new .ndo - ndo_xmit_slave_get. Every LAG module can I do not see ndo_xmit_slave_get introduced ... > > drivers/infiniband/core/Makefile | 2 +- > drivers/infiniband/core/lag.c | 139 +++++++++ > drivers/infiniband/core/verbs.c | 44 ++- > drivers/infiniband/hw/mlx5/ah.c | 4 + > drivers/infiniband/hw/mlx5/gsi.c | 34 ++- > drivers/infiniband/hw/mlx5/main.c | 2 + > drivers/infiniband/hw/mlx5/mlx5_ib.h | 1 + > drivers/infiniband/hw/mlx5/qp.c | 123 +++++--- > drivers/net/bonding/bond_alb.c | 39 ++- > drivers/net/bonding/bond_main.c | 272 +++++++++++++----- > drivers/net/ethernet/mellanox/mlx5/core/lag.c | 66 +++-- > include/linux/mlx5/driver.h | 2 + > include/linux/mlx5/mlx5_ifc.h | 4 +- > include/linux/mlx5/qp.h | 2 + > include/linux/netdevice.h | 3 + nor any changes to netdevice.h. Bad spin of the patches?