commit | 5071456fe244e409adcda7226e5f0b5d1b879fd3 | [log] [tgz] |
---|---|---|
author | Moni Shoua <monis@mellanox.co.il> | Wed Feb 05 15:13:01 2014 +0200 |
committer | Roland Dreier <roland@purestorage.com> | Thu Feb 13 14:31:08 2014 -0800 |
tree | 07c3dbd70f3bb215373a72372fcd1df5b1c6befb | |
parent | ddf8bd349115c2bc85a62e3d94018c9976ac72f7 [diff] |
IB/mlx4: Do IBoE GID table resets per-port The IBoE code used to reset the GID table did it for all Ethernet ports of the device. Since the whole architecture of generating GIDs and responding to events is port-based, this is inefficient and can lead to wrong content in the GID table. Change the reset flow to be per-port. Signed-off-by: Moni Shoua <monis@mellanox.co.il> Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: Roland Dreier <roland@purestorage.com>