adding rsockets support into JDK

Lu, Yingqi yingqi.lu at intel.com
Tue Apr 17 05:53:31 UTC 2018


Hi Alan,

Thank you for the pointer to the repo. I already rebased the patch.

After taking another look at Socket/ServerSocket, I think I might be able to use SocketImplFactory interface to connect Socket/ServerSocket with RdmaSocketImpl. I will try it in the next version of the patch and send here for review.

Thanks,
Lucy

>-----Original Message-----
>From: Alan Bateman [mailto:Alan.Bateman at oracle.com]
>Sent: Monday, April 16, 2018 4:46 AM
>To: Lu, Yingqi <yingqi.lu at intel.com>; nio-dev at openjdk.java.net
>Cc: Kaczmarek, Eric <eric.kaczmarek at intel.com>; Aundhe, Shirish
><shirish.aundhe at intel.com>; Viswanathan, Sandhya
><sandhya.viswanathan at intel.com>
>Subject: Re: adding rsockets support into JDK
>
>
>
>On 15/04/2018 19:34, Lu, Yingqi wrote:
>> :
>>
>> 3. The code base I use is http://hg.openjdk.java.net/jdk10/master/.
>> Please let me know which repo I should rebase the patch to. I would
>> rather do it sooner than later. This will make it easier for everyone
>> to review the code :-)
>>
>The JDK master (some people call the main line) is:
>    http://hg.openjdk.java.net/jdk/jdk
>
>All changes are pushed there. At some point it will be forked for JDK 11, as it was
>done for JDK 10.
>
>The SocketChannel implemented has changed quite a bit in JDK 11, as has the poll
>based SelectorProvider. I will it won't be too much work to re-base.
>
>-Alan


More information about the nio-dev mailing list