net/mlx4_core: Port aggregation low level interface
authorMoni Shoua <monis@mellanox.com>
Tue, 3 Feb 2015 14:48:32 +0000 (16:48 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Feb 2015 00:14:24 +0000 (16:14 -0800)
commit59e14e325066be49b49b6c2503337c69a9ee29fc
tree4969e69e3ea30ed3f26a51b1729e715af1f69ddf
parent69e6113343cfe983511904ffca0d7a1466460b67
net/mlx4_core: Port aggregation low level interface

Implement the hardware interface required for port aggregation.

1. Disable RX port check on receive - don't perform a validity check
that matches to QP's port and the port where the packet is received.

2. Virtual to physical port remap - configure virtual to physical port
mapping. Port remap capability for virtual functions.

Signed-off-by: Moni Shoua <monis@mellanox.com>
Signed-off-by: Or Gerlitz <ogerlitz@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
include/linux/mlx4/cmd.h
include/linux/mlx4/device.h
include/linux/mlx4/qp.h
This page took 0.026959 seconds and 5 git commands to generate.