All of lore.kernel.org
 help / color / mirror / Atom feed
* Bug report: PXE blocksize
@ 2010-08-27 15:57 Turner, Ian
  2010-08-30  0:06 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 4+ messages in thread
From: Turner, Ian @ 2010-08-27 15:57 UTC (permalink / raw)
  To: 'grub-devel@gnu.org'

Hello list,

There seem to be a couple of problems with this variable:

1. The variable name in the code is pxe_blksize, whereas the info file references net_pxe_blksize.
2. Changing the blocksize from within a config file which is itself sourced from TFTP breaks the transfer of the remainder of that file, because grub_pxe_read() references the grub_pxe_blksize variable at each packet.

Issue #2 can be resolved just by changing the grub_pxe_read() reference to grub_pxe_blksize to reference data->block_size instead.

This is in the newreloc branch.

Cheers,

--Ian


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-09-02 22:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-27 15:57 Bug report: PXE blocksize Turner, Ian
2010-08-30  0:06 ` Vladimir 'φ-coder/phcoder' Serbinenko
2010-08-30 14:52   ` Turner, Ian
2010-09-02 22:01     ` Vladimir 'φ-coder/phcoder' Serbinenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.