From owner-cvs-all@FreeBSD.ORG Fri May 30 09:34:36 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A0B61065672; Fri, 30 May 2008 09:34:36 +0000 (UTC) (envelope-from qingli@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 055F88FC1F; Fri, 30 May 2008 09:34:36 +0000 (UTC) (envelope-from qingli@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4U9YZcs092021; Fri, 30 May 2008 09:34:35 GMT (envelope-from qingli@repoman.freebsd.org) Received: (from qingli@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4U9YZpN092020; Fri, 30 May 2008 09:34:35 GMT (envelope-from qingli) Message-Id: <200805300934.m4U9YZpN092020@repoman.freebsd.org> From: Qing Li Date: Fri, 30 May 2008 09:34:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net radix_mpath.c radix_mpath.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 09:34:36 -0000 qingli 2008-05-30 09:34:35 UTC FreeBSD src repository Modified files: sys/net radix_mpath.c radix_mpath.h Log: When RADIX_MPATH is enabled, the route selection is not rotating through the multipath entries. The hash value was a signed integer and was always giving a -1 value. PR: 123991 Submitted by: Barrett Lyon Revision Changes Path 1.6 +4 -4 src/sys/net/radix_mpath.c 1.3 +2 -2 src/sys/net/radix_mpath.h