From owner-freebsd-net@FreeBSD.ORG Mon Feb 21 10:37:50 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 830FB106566C; Mon, 21 Feb 2011 10:37:50 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4F73F8FC16; Mon, 21 Feb 2011 10:37:50 +0000 (UTC) Received: by pwj8 with SMTP id 8so507111pwj.13 for ; Mon, 21 Feb 2011 02:37:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=62zUwSmHwFh1QcDryXZgZU95kdw1gsYwDFPiOYhjvik=; b=Prv174vDXfzLFT6P7to0daBRsGHT9U6vLPilAKm5vJS5yK8yHOVmYOadPty7I5T4SY 5mo6wmcL4+8b/mcOR6q9ZpcnpXmWycpvZbIMYd0iibW+SBfjEsVF08Mju5vdD4WHQZAH xwNr55NCLe1t/RBmctz5Lyr07eMDSg1x+qGTM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=odwjhsGFkVMyqlKhk8MfSP01RhS102zGwFX79GwqNIrIYCYBs73qMp346n9BLO+yio zmGpDkIx+yWCUg/kA30b2634/mIg42CGwJQWa6Bd62kyKlmrA1rtoFe+Bqf8XHtWHxyD EgougG3bsWg0wyi+ucrhr7BX4EQAhH2f2yn2c= MIME-Version: 1.0 Received: by 10.142.217.14 with SMTP id p14mr1072796wfg.56.1298284670025; Mon, 21 Feb 2011 02:37:50 -0800 (PST) Sender: pluknet@gmail.com Received: by 10.142.217.5 with HTTP; Mon, 21 Feb 2011 02:37:50 -0800 (PST) In-Reply-To: <201102161543.p1GFhZmm074991@svn.freebsd.org> References: <201102161543.p1GFhZmm074991@svn.freebsd.org> Date: Mon, 21 Feb 2011 13:37:50 +0300 X-Google-Sender-Auth: hHxy_ONudWLD0moebdfXd1a7qkE Message-ID: From: Sergey Kandaurov To: FreeBSD Net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Luigi Rizzo Subject: Re: svn commit: r218741 - head/sys/netinet/ipfw 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: Mon, 21 Feb 2011 10:37:50 -0000 On 16 February 2011 18:43, Sergey Kandaurov wrote: > Author: pluknet > Date: Wed Feb 16 15:43:35 2011 > New Revision: 218741 > URL: http://svn.freebsd.org/changeset/base/218741 > > Log: > =A0Bump dummynet module version to meet dummynet schedulers' requirements= , > =A0and thus unbreak loading dummynet.ko via /boot/loader.conf. Hi there. Just a brief note that I'm going to merge it to stable/8. What scares me is that it may cause some disruption due to the change of module version on a stable branch. On the order side, nothing depends on it in the base. luigi@ cc:'ed as I'd like to know his opinion. > > =A0Reported by: =A0rihad on freebsd-net > =A0Approved by: =A0kib (mentor) > > Modified: > =A0head/sys/netinet/ipfw/ip_dummynet.c > > Modified: head/sys/netinet/ipfw/ip_dummynet.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/sys/netinet/ipfw/ip_dummynet.c Wed Feb 16 15:27:54 2011 =A0 =A0 = =A0 =A0(r218740) > +++ head/sys/netinet/ipfw/ip_dummynet.c Wed Feb 16 15:43:35 2011 =A0 =A0 = =A0 =A0(r218741) > @@ -2294,7 +2294,7 @@ static moduledata_t dummynet_mod =3D { > =A0#define =A0 =A0 =A0 =A0DN_MODEV_ORD =A0 =A0(SI_ORDER_ANY - 128) /* aft= er ipfw */ > =A0DECLARE_MODULE(dummynet, dummynet_mod, DN_SI_SUB, DN_MODEV_ORD); > =A0MODULE_DEPEND(dummynet, ipfw, 2, 2, 2); > -MODULE_VERSION(dummynet, 1); > +MODULE_VERSION(dummynet, 3); > > =A0/* > =A0* Starting up. Done in order after dummynet_modevent() has been called= . > --=20 wbr, pluknet