From owner-freebsd-net@FreeBSD.ORG Thu May 17 17:44:54 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 26C6E10656AA for ; Thu, 17 May 2012 17:44:54 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.bf1.yahoo.com (mrout1-b.corp.bf1.yahoo.com [98.139.253.104]) by mx1.freebsd.org (Postfix) with ESMTP id D465B8FC15 for ; Thu, 17 May 2012 17:44:53 +0000 (UTC) Received: from [IPv6:::1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout1-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q4HHiULB052868; Thu, 17 May 2012 10:44:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1337276672; bh=9wkOrQqeGcOoxPOO7Fdge5CD9qPsuygLwxCw54UMqjI=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=hKZmiuZAtls5W5xlLWxrA85d9IyJI8bCLx7hnMe71I8Pev/Lm1PahDRUAXc6Pr9WD ULW43YMUOxAFUwj7TnwdbP9XQHWZJXSEQnQJgsMuG7sVK5JP7XKAuw2fTbnID8n+9o qPuNc3K91H1JNHY6UIFBIllsqjH5DsGyV66xGMj4= From: Sean Bruno To: "Eugene M. Zheganin" In-Reply-To: <4FB4B682.4020606@zhegan.in> References: <4FB4B682.4020606@zhegan.in> Content-Type: text/plain; charset="UTF-8" Date: Thu, 17 May 2012 10:44:30 -0700 Message-ID: <1337276670.15253.2.camel@powernoodle-l7.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 276671001 Cc: "freebsd-net@freebsd.org" Subject: Re: ECMP and RADIX_MPATH X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2012 17:44:54 -0000 On Thu, 2012-05-17 at 01:27 -0700, Eugene M. Zheganin wrote: > The problem is that this topic lacks the documentation like totally. > From the commit comments I understand that with RADIX_MPATH I can > use > more than one route towards the destination, but I really cannot find > anywhere the answer to the question 'will some form of balancing, > per-flow or per-packet take place'. It appears that RADIX_MPATH is currently not working properly. See this months mail threads [stable-9] where we discussed it. http://lists.freebsd.org/pipermail/freebsd-net/2012-May/032331.html sean