Skip to content
  • Andy Grover's avatar
    RDS: Connection handling · 00e0f34c
    Andy Grover authored
    
    
    While arguably the fact that the underlying transport needs a
    connection to convey RDS's datagrame reliably is not important
    to rds proper, the transports implemented so far (IB and TCP)
    have both been connection-oriented, and so the connection
    state machine-related code is in the common rds code.
    
    This patch also includes several work items, to handle connecting,
    sending, receiving, and shutdown.
    
    Signed-off-by: default avatarAndy Grover <andy.grover@oracle.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    00e0f34c