summaryrefslogtreecommitdiff
path: root/drivers/mtd/redboot.c
diff options
context:
space:
mode:
authorTariq Toukan <tariqt@mellanox.com>2015-11-12 17:35:26 (GMT)
committerDavid S. Miller <davem@davemloft.net>2015-11-15 23:43:40 (GMT)
commit66189961e986e53ae39822898fc2ce88f44c61bb (patch)
tree426e44c492aa91f85e5c29b5dee537fb3780f3dc /drivers/mtd/redboot.c
parentba6c4c094470dc83a7275000bac2fbd46bd5ab69 (diff)
downloadlinux-66189961e986e53ae39822898fc2ce88f44c61bb.tar.xz
net/mlx5e: Added self loopback prevention
Prevent outgoing multicast frames from looping back to the RX queue. By introducing new HW capability self_lb_en_modifiable, which indicates the support to modify self_lb_en bit in modify_tir command. When this capability is set we can prevent TIRs from sending back loopback multicast traffic to their own RQs, by "refreshing TIRs" with modify_tir command, on every time new channels (SQs/RQs) are created at device open. This is needed since TIRs are static and only allocated once on driver load, and the loopback decision is under their responsibility. Fixes issues of the kind: "IPv6: eth2: IPv6 duplicate address fe80::e61d:2dff:fe5c:f2e9 detected!" The issue is seen since the IPv6 solicitations multicast messages are loopedback and the network stack thinks they are coming from another host. Fixes: 5c50368f3831 ("net/mlx5e: Light-weight netdev open/stop") Signed-off-by: Tariq Toukan <tariqt@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/mtd/redboot.c')
0 files changed, 0 insertions, 0 deletions