1. 15 10月, 2015 1 次提交
  2. 26 9月, 2015 3 次提交
    • D
      IB/ipoib: increase the max mcast backlog queue · 2866196f
      Doug Ledford 提交于
      When performing sendonly joins, we queue the packets that trigger
      the join until the join completes.  This may take on the order of
      hundreds of milliseconds.  It is easy to have many more than three
      packets come in during that time.  Expand the maximum queue depth
      in order to try and prevent dropped packets during the time it
      takes to join the multicast group.
      Signed-off-by: NDoug Ledford <dledford@redhat.com>
      2866196f
    • D
      IB/ipoib: Make sendonly multicast joins create the mcast group · c3852ab0
      Doug Ledford 提交于
      Since IPoIB should, as much as possible, emulate how multicast
      sends work on Ethernet for regular TCP/IP apps, there should be
      no requirement to subscribe to a multicast group before your
      sends are properly sent.  However, due to the difference in how
      multicast is handled on InfiniBand, we must join the appropriate
      multicast group before we can send to it.  Previously we tried
      not to trigger the auto-create feature of the subnet manager when
      doing this because we didn't have tracking of these sendonly
      groups and the auto-creation might never get undone.  The previous
      patch added timing to these sendonly joins and allows us to
      leave them after a reasonable idle expiration time.  So supply
      all of the information needed to auto-create group.
      Signed-off-by: NDoug Ledford <dledford@redhat.com>
      c3852ab0
    • C
      IB/ipoib: Expire sendonly multicast joins · bd99b2e0
      Christoph Lameter 提交于
      On neighbor expiration, check to see if the neighbor was actually a
      sendonly multicast join, and if so, leave the multicast group as we
      expire the neighbor.
      Signed-off-by: NChristoph Lameter <cl@linux.com>
      Signed-off-by: NDoug Ledford <dledford@redhat.com>
      bd99b2e0
  3. 25 9月, 2015 3 次提交
  4. 16 9月, 2015 7 次提交
  5. 12 9月, 2015 1 次提交
    • D
      IB/ehca: Deprecate driver, move to staging, schedule deletion · 447e9a4d
      Doug Ledford 提交于
      The ehca driver is only supported on IBM machines with a custom EBus.
      As they have opted to build their newer machines using more industry
      standard technology and haven't really been pushing EBus capable
      machines for a while, this driver can now safely be moved to the
      staging area and scheduled for eventual removal.  This plan was brought
      to IBM's attention and received their sign-off.
      
      Cc: alexs@linux.vnet.ibm.com
      Cc: hnguyen@de.ibm.com
      Cc: raisch@de.ibm.com
      Cc: stefan.roscher@de.ibm.com
      Signed-off-by: NDoug Ledford <dledford@redhat.com>
      447e9a4d
  6. 11 9月, 2015 1 次提交
  7. 04 9月, 2015 8 次提交
  8. 03 9月, 2015 1 次提交
  9. 31 8月, 2015 15 次提交