diff options
author | Bodong Wang <bodong@mellanox.com> | 2019-06-28 22:36:22 +0000 |
---|---|---|
committer | Saeed Mahameed <saeedm@mellanox.com> | 2019-07-01 16:40:31 -0700 |
commit | 411ec9e0b45792e2ac7c55f94a635d5ce894910b (patch) | |
tree | 9c8a7da94871d2850ceb27d827b92072c752ce3d /include | |
parent | db68cc569eecff7dea5e346a217ce9ca5d2a0ede (diff) | |
download | linux-411ec9e0b45792e2ac7c55f94a635d5ce894910b.tar.bz2 |
net/mlx5: E-Switch, Consider host PF for inline mode and vlan pop
When ECPF is the eswitch manager, host PF is treated like other VFs.
Driver should do the same for inline mode and vlan pop.
Add new iterators to include host PF if ECPF is the eswitch manager.
Signed-off-by: Bodong Wang <bodong@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mlx5/vport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mlx5/vport.h b/include/linux/mlx5/vport.h index c147acc7bf70..6cbf29229749 100644 --- a/include/linux/mlx5/vport.h +++ b/include/linux/mlx5/vport.h @@ -58,6 +58,7 @@ enum { MLX5_CAP_INLINE_MODE_NOT_REQUIRED, }; +/* Vport number for each function must keep unchanged */ enum { MLX5_VPORT_PF = 0x0, MLX5_VPORT_FIRST_VF = 0x1, |