Commit f7111821 authored by Bart Van Assche's avatar Bart Van Assche Committed by Roland Dreier
Browse files

IB: Fix typo in ipoib.txt



Delete extra words in "is to takes advantage of".

Signed-off-by: default avatarBart Van Assche <bart.vanassche@gmail.com>
Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 55464d46
Loading
Loading
Loading
Loading
+5 −5
Original line number Original line Diff line number Diff line
@@ -36,11 +36,11 @@ Datagram vs Connected modes
  fabric with a 2K MTU, the IPoIB MTU will be 2048 - 4 = 2044 bytes.
  fabric with a 2K MTU, the IPoIB MTU will be 2048 - 4 = 2044 bytes.


  In connected mode, the IB RC (Reliable Connected) transport is used.
  In connected mode, the IB RC (Reliable Connected) transport is used.
  Connected mode is to takes advantage of the connected nature of the
  Connected mode takes advantage of the connected nature of the IB
  IB transport and allows an MTU up to the maximal IP packet size of
  transport and allows an MTU up to the maximal IP packet size of 64K,
  64K, which reduces the number of IP packets needed for handling
  which reduces the number of IP packets needed for handling large UDP
  large UDP datagrams, TCP segments, etc and increases the performance
  datagrams, TCP segments, etc and increases the performance for large
  for large messages.
  messages.


  In connected mode, the interface's UD QP is still used for multicast
  In connected mode, the interface's UD QP is still used for multicast
  and communication with peers that don't support connected mode. In
  and communication with peers that don't support connected mode. In