OSDN Git Service

net/mlx5: Correctly set LAG mode for ECPF
authorBodong Wang <bodong@mellanox.com>
Wed, 13 Feb 2019 16:52:34 +0000 (10:52 -0600)
committerSaeed Mahameed <saeedm@mellanox.com>
Sat, 16 Feb 2019 01:25:56 +0000 (17:25 -0800)
commit86b39a66b75f2f360eef56bdb5ac37d5068a9b7d
tree8573379c5cb5f9235b733f168a55d62dab629244
parent259fae5a2cff72e19f82094fb73e2149f8d64396
net/mlx5: Correctly set LAG mode for ECPF

When bonding is added, driver assumes that it's RoCE LAG if no VF is
enabled. This is not enough for ECPF as the VF is enabled in host PF
side. LAG should only choose RoCE mode when both slave devices meet
conditions below:
 1. E-Switch offloads mode is NONE.
 2. No VF is enabled.

Signed-off-by: Bodong Wang <bodong@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/lag.c