Is anyone using the http module to do largish transfers?

2015-02-04 Thread Alan Perry
Hi, I am trying to debug a problem involving largish HTTP data transfers (around 80M). I have no problem transferring around 3M with the grub http module. Has anyone here observed a similar issue or is this not a problem for others and I should be looking for the problem somewhere other th

Re: [PATCH] Add a module for retrieving SMBIOS information

2015-02-04 Thread Prarit Bhargava
On 02/03/2015 01:41 PM, David Michael wrote: > On Tue, Feb 3, 2015 at 10:04 AM, Prarit Bhargava wrote: >> On 02/02/2015 02:26 PM, Prarit Bhargava wrote: >>> >>> >>> On 02/02/2015 12:09 PM, David Michael wrote: On Mon, Feb 2, 2015 at 6:20 AM, Prarit Bhargava wrote: > On 02/01/2015 09:05

Re: [PATCH] efinet: send_card_buffer: check for immediate TX completion

2015-02-04 Thread Wilck, Martin
I retried this test today with the latest released BIOS and firmware on the affected systems, and couldn't reproduce the problem any more. So, this patch doesn't seem to be necessary at this time. It was meant as a workaround for firmware malfunction anyway. Hopefully, at least, my analysis may b

Re: [PATCH 00/18] x86: multiboot2 protocol support

2015-02-04 Thread Jan Beulich
>>> On 04.02.15 at 10:04, wrote: > On 03/02/2015 17:14, Daniel Kiper wrote: >> On Mon, Feb 02, 2015 at 09:28:49AM +, Jan Beulich wrote: >> On 30.01.15 at 18:54, wrote: - xen.efi build will not so strongly depend on a given GCC and binutils version. >>> While I can see the

[PATCH] arm: dl_helper.c cleanup

2015-02-04 Thread Leif Lindholm
Use the new thumb_get_instruction_word/thumb_set_instruction_word helpers throughout. Style cleanup (missing spaces). Move Thumb MOVW/MOVT handlers into Thumb relocation section of file. Signed-off-by: Leif Lindholm --- grub-core/kern/arm/dl_helper.c | 78 ++

Re: [PATCH 00/18] x86: multiboot2 protocol support

2015-02-04 Thread Andrew Cooper
On 03/02/2015 17:14, Daniel Kiper wrote: > On Mon, Feb 02, 2015 at 09:28:49AM +, Jan Beulich wrote: > On 30.01.15 at 18:54, wrote: >>> - xen.efi build will not so strongly depend >>> on a given GCC and binutils version. >> While I can see the possibility of making the binutils versio