Re: [PATCH] efinet: disable MNP background polling

2015-10-09 Thread HATAYAMA Daisuke
From: Andrei Borzenkov Subject: Re: [PATCH] efinet: disable MNP background polling Date: Thu, 1 Oct 2015 20:40:24 +0300 > 01.10.2015 12:26, HATAYAMA Daisuke пишет: >> >> Actually, PXE boot fails on Fujitsu PRIMEQUEST 2000 series now. >> > > Could you give more details what fails here? GRUB is no

Re: GNU GRUB maintenance

2015-10-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 08.10.2015 16:52, Andrei Borzenkov wrote: > On Thu, Oct 8, 2015 at 12:14 AM, Vladimir 'φ-coder/phcoder' Serbinenko > wrote: >> Hello, all. I'm sorry for not being available to do enough maintenance >> for GRUB in last time but I was overbooked. Yet there is a good news. At >> Google there is a

Re: GNU GRUB maintenance

2015-10-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 08.10.2015 21:34, Konrad Rzeszutek Wilk wrote: > On October 8, 2015 10:52:25 AM EDT, Andrei Borzenkov > wrote: >> On Thu, Oct 8, 2015 at 12:14 AM, Vladimir 'φ-coder/phcoder' Serbinenko >> wrote: >>> Hello, all. I'm sorry for not being available to do enough >> maintenance >>> for GRUB in last

Re: [grub PATCH] efinet: disable MNP background polling

2015-10-09 Thread HATAYAMA Daisuke
Sorry for delayed response. From: Andrei Borzenkov Subject: Re: [grub PATCH] efinet: disable MNP background polling Date: Thu, 1 Oct 2015 20:53:44 +0300 > 01.10.2015 14:50, Laszlo Ersek пишет: >> - assuming it is "ethernet packet", look for MNPSB first, and if it's >>there, call it to get a

Re: [PATCH] sparc64: boot performance improvements

2015-10-09 Thread Eric Snowberg
> On Oct 9, 2015, at 12:50 AM, Andrei Borzenkov wrote: > > On Thu, Oct 8, 2015 at 2:20 AM, Eric Snowberg > wrote: >> >>> On Oct 7, 2015, at 2:36 AM, Andrei Borzenkov wrote: >>> >>> On Tue, Oct 6, 2015 at 8:39 PM, Eric Snowberg >>> wrote: Keep of devices open. This can save 6 - 7 sec

Re: GNU GRUB maintenance

2015-10-09 Thread Konrad Rzeszutek Wilk
On Fri, Oct 09, 2015 at 08:30:01PM -0400, Konrad Rzeszutek Wilk wrote: > On October 9, 2015 8:14:39 AM EDT, "Vladimir 'φ-coder/phcoder' Serbinenko" > wrote: > >On 08.10.2015 21:34, Konrad Rzeszutek Wilk wrote: > >> On October 8, 2015 10:52:25 AM EDT, Andrei Borzenkov > > wrote: > >>> On Thu, Oct

Re: GNU GRUB maintenance

2015-10-09 Thread Andrei Borzenkov
On Fri, Oct 9, 2015 at 3:14 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > It takes too much effort to: > a) Track if there are any unresolved issues > b) It takes non-trivial amount of effort to commit once it's reviewed: > you need to copy patch from mail client to git, do commit, copy > des

Re: GNU GRUB maintenance

2015-10-09 Thread Konrad Rzeszutek Wilk
On October 9, 2015 8:14:39 AM EDT, "Vladimir 'φ-coder/phcoder' Serbinenko" wrote: >On 08.10.2015 21:34, Konrad Rzeszutek Wilk wrote: >> On October 8, 2015 10:52:25 AM EDT, Andrei Borzenkov > wrote: >>> On Thu, Oct 8, 2015 at 12:14 AM, Vladimir 'φ-coder/phcoder' >Serbinenko >>> wrote: Hello,

Re: [PATCH v2] Ensure that MIPS target code is compiled for the O32 ABI.

2015-10-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 09.10.2015 23:14, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 13.09.2015 08:32, Andrei Borzenkov wrote: >> 08.09.2015 20:11, Vladimir 'φ-coder/phcoder' Serbinenko пишет: >>> On 23.08.2015 23:50, Mark H Weaver wrote: Include -mabi=32 in CFLAGS_PLATFORM and CCASFLAGS_PLATFORM to compile

Re: [PATCH v2] Ensure that MIPS target code is compiled for the O32 ABI.

2015-10-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 13.09.2015 08:32, Andrei Borzenkov wrote: > 08.09.2015 20:11, Vladimir 'φ-coder/phcoder' Serbinenko пишет: >> On 23.08.2015 23:50, Mark H Weaver wrote: >>> Include -mabi=32 in CFLAGS_PLATFORM and CCASFLAGS_PLATFORM to compile >>> code for the O32 ABI when targetting MIPS, since the MIPS assembly

Re: [grub PATCH] efinet: disable MNP background polling

2015-10-09 Thread HATAYAMA Daisuke
Sorry for delayed response. From: Laszlo Ersek Subject: Re: [grub PATCH] efinet: disable MNP background polling Date: Thu, 1 Oct 2015 13:50:31 +0200 > CC'ing Mark Salter, and edk2-devel, also updating the subject slightly > for better context. > > On 10/01/15 11:26, HATAYAMA Daisuke wrote: >> C

Re: [PATCH] sparc64: boot performance improvements

2015-10-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 06.10.2015 19:39, Eric Snowberg wrote: > Keep of devices open. This can save 6 - 7 seconds per open call and > can decrease boot times from over 10 minutes to 29 seconds on > larger SPARC systems. The open/close calls with some vendors' > SAS controllers cause the entire card to be reinitializ

Re: [grub PATCH] efinet: disable MNP background polling

2015-10-09 Thread Laszlo Ersek
On 10/09/15 12:10, HATAYAMA Daisuke wrote: > Sorry for delayed response. > > From: Laszlo Ersek > Subject: Re: [grub PATCH] efinet: disable MNP background polling > Date: Thu, 1 Oct 2015 13:50:31 +0200 > [snip] >> Here's an example. Boot OVMF, with a virtio-net-pci device enabled in >> QEMU, a

Re: [PATCH] sparc64: boot performance improvements

2015-10-09 Thread Andrei Borzenkov
On Thu, Oct 8, 2015 at 2:20 AM, Eric Snowberg wrote: > >> On Oct 7, 2015, at 2:36 AM, Andrei Borzenkov wrote: >> >> On Tue, Oct 6, 2015 at 8:39 PM, Eric Snowberg >> wrote: >>> Keep of devices open. This can save 6 - 7 seconds per open call and >>> can decrease boot times from over 10 minutes t

Re: GNU GRUB maintenance

2015-10-09 Thread Fajar A. Nugraha
On Thu, Oct 8, 2015 at 9:52 PM, Andrei Borzenkov wrote: > One problem is that none of them apparently allows reviewing by > E-Mail. Github partially support that. If you're watching a repo or has commit access to it, you should get notification emails for every issue. And you can review by replyi