net 2.6.25 [message #23195] |
Wed, 14 November 2007 09:32  |
den
Messages: 494 Registered: December 2005
|
Senior Member |
|
|
Hello, guys!
David has been opened net-2.6.25 tree yesterday, so we could send a new
portion of NETNS there. If there are no objections, I'll send first six
patches from OpenVZ GIT tomorrow, i.e. RTNL infrastructure, Packet &
Unix sockets virtualization + some our /proc cleanups.
Regards,
Den
|
|
|
|
|
|
|
Re: Re: net 2.6.25 [message #23210 is a reply to message #23205] |
Wed, 14 November 2007 10:59   |
Pavel Emelianov
Messages: 1149 Registered: September 2006
|
Senior Member |
|
|
Daniel Lezcano wrote:
> Denis V. Lunev wrote:
>> Hello, guys!
>>
>> David has been opened net-2.6.25 tree yesterday, so we could send a new
>> portion of NETNS there. If there are no objections, I'll send first six
>> patches from OpenVZ GIT tomorrow, i.e. RTNL infrastructure, Packet &
>> Unix sockets virtualization + some our /proc cleanups.
>
> Did Pavel had time to look at RCU looking mechanism to replace
> rtnl_lock/rtnl_unlock to protect the netns list ?
Unfortunately, I had not. Andrew has released the rc2-mm1 tree, so
I'm now trying to prepare all the patches I wanted for this mm.
I will revisit this problem, but Denis said, that the problem we're
trying to solve with the RCU protection can be solved w/o it, no?
> ps: isn't the openvz mailing list already subscribed to containers@
devel@openvz.org is.
|
|
|
Re: Re: net 2.6.25 [message #23211 is a reply to message #23210] |
Wed, 14 November 2007 11:05   |
Daniel Lezcano
Messages: 417 Registered: June 2006
|
Senior Member |
|
|
Pavel Emelyanov wrote:
> Daniel Lezcano wrote:
>> Denis V. Lunev wrote:
>>> Hello, guys!
>>>
>>> David has been opened net-2.6.25 tree yesterday, so we could send a new
>>> portion of NETNS there. If there are no objections, I'll send first six
>>> patches from OpenVZ GIT tomorrow, i.e. RTNL infrastructure, Packet &
>>> Unix sockets virtualization + some our /proc cleanups.
>> Did Pavel had time to look at RCU looking mechanism to replace
>> rtnl_lock/rtnl_unlock to protect the netns list ?
>
> Unfortunately, I had not. Andrew has released the rc2-mm1 tree, so
> I'm now trying to prepare all the patches I wanted for this mm.
>
> I will revisit this problem, but Denis said, that the problem we're
> trying to solve with the RCU protection can be solved w/o it, no?
Yes, if we create a timer per network namespace for ipv6 garbage
collecting, we can avoid to use a rcu, in this case.
I am doing that right now, but I am afraid we can fall into another case
where we need to browse the network list and I thought having the RCU
will bring more flexibility.
But, we can live without rcu and go ahead with ipv6 anyway :)
_______________________________________________
Containers mailing list
Containers@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
|
|
|
|
|
Re: Re: net 2.6.25 [message #23348 is a reply to message #23210] |
Thu, 15 November 2007 17:15  |
|
Pavel Emelyanov wrote:
> Daniel Lezcano wrote:
>
>> Denis V. Lunev wrote:
>>
>
>> ps: isn't the openvz mailing list already subscribed to containers@
>>
>
> devel@openvz.org is.
>
>
That shouldn't stop you from posting to both -- mailman is smart enough
to cope with two copies of the same message, so there will be no dupes.
|
|
|