]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx4_core: Prevent VF from changing port configuration
authorSaeed Mahameed <saeedm@mellanox.com>
Sun, 2 Nov 2014 14:26:13 +0000 (16:26 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Nov 2014 17:28:13 +0000 (12:28 -0500)
commit7790bcb68f7b83da834011c7812a2940c049ea3b
treefef743c01fa3eabbaa2968ad501a0e286bf99d5d
parente6205aa1c6382bd820b2d3b1109f821e3effdad7
net/mlx4_core: Prevent VF from changing port configuration

Added wrapper to the ACCESS_REG command for handling guest HW
registers access, preventing write operations, but do allow reads.

This will prevent SRIOV guests to change port PTYS configuration,
such as speed/advertised link modes.

Fixes: 3edbd0c6bcfc ('net/mlx4_core: Introduce ACCESS_REG CMD [...]')
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by: Amir Vadai <amirv@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx4/cmd.c
drivers/net/ethernet/mellanox/mlx4/fw.c
drivers/net/ethernet/mellanox/mlx4/mlx4.h