From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1WgS4n-0007X5-QS for mharc-grub-devel@gnu.org; Sat, 03 May 2014 01:01:29 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42942) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WgS4h-0007Ww-Lt for grub-devel@gnu.org; Sat, 03 May 2014 01:01:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WgS4d-0004ts-7U for grub-devel@gnu.org; Sat, 03 May 2014 01:01:23 -0400 Received: from mail-lb0-x230.google.com ([2a00:1450:4010:c04::230]:60843) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WgS4c-0004tN-Ve for grub-devel@gnu.org; Sat, 03 May 2014 01:01:19 -0400 Received: by mail-lb0-f176.google.com with SMTP id w7so3839859lbi.21 for ; Fri, 02 May 2014 22:01:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=vdXPyUadlEOk05bb8BtUJC5kO3LxxcF3iJAhcqs8pJw=; b=SeQhyKPWzchOhky+WDQXBNNJJf83hXDAGCvyeGXWKNY/uDVaPsyNcIbKDCDocsbLf9 Ivp3vkGYadBwxC3LJpXTOR7xImp8aEgNBqOBNEBOFCSQbKbBiGolTgDFfEJaH79oqTct /T2wiq3+xkPXr8Kc4PPTAWjnOIFMpL8gzXTjyNdIMZEGEm3kTwTDW5yjFVa5pN0H9E2X hMXKK+07aarYaBGk7Wexow+2mHhI5W0hQnUUXR97HydJZsPSVtawNBOpn1Cj1eg3T+Gy Hx76UJVwnqQ9nvJfuOaoH+1mLBfdu5p/kp+yYtTh+J1wjXBef9h2C1EVH56PVQT8SLKq VO8A== X-Received: by 10.112.218.99 with SMTP id pf3mr15564939lbc.5.1399093277769; Fri, 02 May 2014 22:01:17 -0700 (PDT) Received: from opensuse.site (ppp37-190-15-130.pppoe.spdop.ru. [37.190.15.130]) by mx.google.com with ESMTPSA id ky3sm686468lbc.11.2014.05.02.22.01.16 for (version=SSLv3 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 02 May 2014 22:01:17 -0700 (PDT) Date: Sat, 3 May 2014 09:01:16 +0400 From: Andrey Borzenkov To: The development of GNU GRUB Subject: Re: net.c FINI & tftp stall threshold Message-ID: <20140503090116.23aa9048@opensuse.site> In-Reply-To: <3D2777A2-2613-4B3D-B5DA-337687607E9D@oracle.com> References: <3D2777A2-2613-4B3D-B5DA-337687607E9D@oracle.com> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.22; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::230 Cc: seth.goldberg@oracle.com X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2014 05:01:28 -0000 =D0=92 Fri, 2 May 2014 12:00:16 -0700 Seth Goldberg =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > Hi, >=20 > Is there any reason that only the following two variables=E2=80=99 hook= s are removed at FINI time (what about the others in INIT?): >=20 > 1764 grub_register_variable_hook ("net_default_server", 0, 0); > 1765 grub_register_variable_hook ("pxe_default_server", 0, 0); >=20 Probably none. There are quite some more places like this. I started to collect them at some point but it turned out to be not as trivial as I expected initially so it rather stalled. > Also, why was the tftp stall threshold lowered to 50 (I know, it=E2=80=99= s been that way for a while). I ask because there is a noticeable performa= nce impact to that smaller number for larger files (especially when running= on machines with a lot of memory, that=E2=80=99s artificially low)? >=20 > Thanks, > =E2=80=94S >=20 >=20 > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel