1. 04 12月, 2015 6 次提交
  2. 16 11月, 2015 1 次提交
    • T
      net/mlx5e: Added self loopback prevention · 66189961
      Tariq Toukan 提交于
      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: 5c50368f ("net/mlx5e: Light-weight netdev open/stop")
      Signed-off-by: NTariq Toukan <tariqt@mellanox.com>
      Signed-off-by: NSaeed Mahameed <saeedm@mellanox.com>
      Signed-off-by: NOr Gerlitz <ogerlitz@mellanox.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      66189961
  3. 07 8月, 2015 2 次提交
  4. 27 7月, 2015 1 次提交
  5. 05 6月, 2015 3 次提交
  6. 31 5月, 2015 1 次提交
  7. 03 4月, 2015 1 次提交
  8. 04 10月, 2014 2 次提交