linux-kernel-test/drivers/net/mlx4
Eli Cohen 4c3eb3ca13 IB/mlx4: Add VLAN support for IBoE
This patch allows IBoE traffic to be encapsulated in 802.1Q tagged
VLAN frames.  The VLAN tag is encoded in the GID and derived from it
by a simple computation.

The netdev notifier callback is modified to catch VLAN device
addition/removal and the port's GID table is updated to reflect the
change, so that for each netdevice there is an entry in the GID table.
When the port's GID table is exhausted, GID entries will not be added.
Only children of the main interfaces can add to the GID table; if a
VLAN interface is added on another VLAN interface (e.g. "vconfig add
eth2.6 8"), then that interfaces will not add an entry to the GID
table.

Signed-off-by: Eli Cohen <eli@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2010-10-25 10:20:39 -07:00
..
alloc.c
catas.c drivers/net/mlx4: Use %pV, pr_<level>, printk_once 2010-07-15 19:05:17 -07:00
cmd.c
cq.c
en_cq.c
en_ethtool.c mlx4: add dynamic LRO disable support 2010-06-28 23:04:10 -07:00
en_main.c mlx4_core: Allow protocol drivers to find corresponding interfaces 2010-10-25 10:20:39 -07:00
en_netdev.c IB/mlx4: Add VLAN support for IBoE 2010-10-25 10:20:39 -07:00
en_port.c mlx4_en: Change multicast promiscuous mode to support IBoE 2010-10-25 10:20:39 -07:00
en_port.h mlx4_en: Change multicast promiscuous mode to support IBoE 2010-10-25 10:20:39 -07:00
en_resources.c
en_rx.c
en_tx.c
eq.c drivers/net/mlx4: Use %pV, pr_<level>, printk_once 2010-07-15 19:05:17 -07:00
fw.c mlx4_core: Update data structures and constants for IBoE 2010-10-25 10:20:39 -07:00
fw.h
icm.c mlx4_core: Clean up mlx4_alloc_icm() a bit 2010-05-20 15:58:22 -07:00
icm.h
intf.c mlx4_core: Allow protocol drivers to find corresponding interfaces 2010-10-25 10:20:39 -07:00
main.c drivers/net/mlx4: Use %pV, pr_<level>, printk_once 2010-07-15 19:05:17 -07:00
Makefile
mcg.c
mlx4_en.h IB/mlx4: Add VLAN support for IBoE 2010-10-25 10:20:39 -07:00
mlx4.h drivers/net/mlx4: Use %pV, pr_<level>, printk_once 2010-07-15 19:05:17 -07:00
mr.c drivers/net: use __packed annotation 2010-06-03 03:18:23 -07:00
pd.c
port.c IB/mlx4: Add VLAN support for IBoE 2010-10-25 10:20:39 -07:00
profile.c
qp.c
reset.c
sense.c
srq.c