public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 0/2] windowsize option support
@ 2017-03-16  8:35 Jiaxin Wu
  2017-03-16  8:35 ` [Patch 1/2] MdeModulePke/Mtftp4Dxe: Add " Jiaxin Wu
  2017-03-16  8:35 ` [Patch 2/2] ShellPkg/tftp: Add one option for tftp command to specify windowsize Jiaxin Wu
  0 siblings, 2 replies; 5+ messages in thread
From: Jiaxin Wu @ 2017-03-16  8:35 UTC (permalink / raw)
  To: edk2-devel; +Cc: Ye Ting, Fu Siyuan, Carsey Jaben, Wu Jiaxin

Support the tftp windowsize option that allows the client and server to 
negotiate a window size of consecutive blocks to send as an alternative 
for replacing the single-block lockstep schema.

Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Carsey Jaben <jaben.carsey@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>

Jiaxin Wu (2):
  MdeModulePke/Mtftp4Dxe: Add windowsize option support
  ShellPkg/tftp: Add one option for tftp command to specify windowsize

 .../Universal/Network/Mtftp4Dxe/Mtftp4Impl.c       |  5 +-
 .../Universal/Network/Mtftp4Dxe/Mtftp4Impl.h       | 11 +++-
 .../Universal/Network/Mtftp4Dxe/Mtftp4Option.c     | 12 ++++-
 .../Universal/Network/Mtftp4Dxe/Mtftp4Option.h     |  6 ++-
 .../Universal/Network/Mtftp4Dxe/Mtftp4Rrq.c        | 44 +++++++++++-----
 .../Universal/Network/Mtftp4Dxe/Mtftp4Support.c    | 14 ++---
 .../Universal/Network/Mtftp4Dxe/Mtftp4Support.h    | 16 +-----
 .../Universal/Network/Mtftp4Dxe/Mtftp4Wrq.c        | 41 ++++++++++++---
 ShellPkg/Library/UefiShellTftpCommandLib/Tftp.c    | 60 ++++++++++++++++++----
 .../UefiShellTftpCommandLib.uni                    |  6 ++-
 10 files changed, 158 insertions(+), 57 deletions(-)

-- 
1.9.5.msysgit.1



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

end of thread, other threads:[~2017-03-17  1:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-16  8:35 [Patch 0/2] windowsize option support Jiaxin Wu
2017-03-16  8:35 ` [Patch 1/2] MdeModulePke/Mtftp4Dxe: Add " Jiaxin Wu
2017-03-16  8:35 ` [Patch 2/2] ShellPkg/tftp: Add one option for tftp command to specify windowsize Jiaxin Wu
2017-03-16 16:12   ` Carsey, Jaben
2017-03-17  1:23     ` Wu, Jiaxin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox