Re: RFC: move SDP from AF_INET_SDP to IPPROTO_SDP

From: Michael S. Tsirkin
Date: Mon Mar 06 2006 - 15:13:26 EST


Quoting r. David Stevens <dlstevens@xxxxxxxxxx>:
> Subject: Re: RFC: move SDP from AF_INET_SDP to IPPROTO_SDP
>
> I don't know any details about SDP, but if there are no differences at the
> protocol layer, then neither the address family nor the protocol is
> appropriate. If it's just an API change, the socket type is the right
> selector. So, maybe SOCK_DIRECT to go along with SOCK_STREAM,
> SOCK_DGRAM, etc.

No, the API SDP implements is the regular SOCK_STREAM semantics.

The difference is in the way connections are established with
infiniband connection management messages, and data is transferred
with infiniband reliable connection send messages.

--
Michael S. Tsirkin
Staff Engineer, Mellanox Technologies
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/