From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sat, 3 Apr 2010 17:57:36 +0800 References: <4BB70C4B.5000909@nord-west.org> In-Reply-To: <4BB70C4B.5000909@nord-west.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201004031757.36408.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] running batman-adv in a openvz VE Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Saturday 03 April 2010 17:37:15 Bjoern Franke wrote: > is there any possibility to run batman-adv in a openvz VE? Must it run > as kernel module or is there any way to run it in userspace? There was a userspace implementation but we abandoned this approach simply because it is too slow. Copying packets from userspace to kernelland and back is a real performance killer. However, we are working towards supporting multiple mesh networks running on the same host which could solve your problem (I don't know openvz well enough to be 100% sure) but don't expect this feature very soon. It is work in progress. :-) Cheers, Marek