Re: making rtsock more MP save using SRP list for pcbs

2017-05-29 Thread Claudio Jeker
On Sun, May 28, 2017 at 04:22:20PM +0200, Claudio Jeker wrote: > This is a start at pushing locking down into the socket layer. Use a > SRPL list to manage the route PCBs and start running stuff without the > kernel lock where save. Includes some cleanup since rawcb was removed in > along the way.

making rtsock more MP save using SRP list for pcbs

2017-05-28 Thread Claudio Jeker
This is a start at pushing locking down into the socket layer. Use a SRPL list to manage the route PCBs and start running stuff without the kernel lock where save. Includes some cleanup since rawcb was removed in along the way. The goal is to make the block running without the kernel lock larger a