public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 0/2] Mtftp: Correct the total received and saved block number.
@ 2018-10-25  8:56 Jiaxin Wu
  2018-10-25  8:56 ` [Patch 1/2] MdeModulePke/Mtftp4Dxe: " Jiaxin Wu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jiaxin Wu @ 2018-10-25  8:56 UTC (permalink / raw)
  To: edk2-devel; +Cc: Ye Ting, Fu Siyuan, Wu Jiaxin

The block returned from Mtftp4RemoveBlockNum is not the total received and
saved block number if it works in passive (Slave) mode.

The issue was exposed by the EMS test.

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

Jiaxin Wu (2):
  MdeModulePke/Mtftp4Dxe: Correct the total received and saved block
    number.
  NetworkPkg/Mtftp6Dxe: Correct the total received and saved block
    number.

 .../Universal/Network/Mtftp4Dxe/Mtftp4Impl.h     |  6 +++++-
 .../Universal/Network/Mtftp4Dxe/Mtftp4Rrq.c      | 16 +++++++++++-----
 .../Universal/Network/Mtftp4Dxe/Mtftp4Support.c  | 10 +++++-----
 .../Universal/Network/Mtftp4Dxe/Mtftp4Support.h  |  6 +++---
 .../Universal/Network/Mtftp4Dxe/Mtftp4Wrq.c      |  6 +++---
 NetworkPkg/Mtftp6Dxe/Mtftp6Impl.h                |  6 +++++-
 NetworkPkg/Mtftp6Dxe/Mtftp6Rrq.c                 | 16 +++++++++++-----
 NetworkPkg/Mtftp6Dxe/Mtftp6Support.c             | 10 +++++-----
 NetworkPkg/Mtftp6Dxe/Mtftp6Support.h             |  8 ++++----
 NetworkPkg/Mtftp6Dxe/Mtftp6Wrq.c                 |  6 +++---
 10 files changed, 55 insertions(+), 35 deletions(-)

-- 
2.17.1.windows.2



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

end of thread, other threads:[~2018-10-26  5:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-25  8:56 [Patch 0/2] Mtftp: Correct the total received and saved block number Jiaxin Wu
2018-10-25  8:56 ` [Patch 1/2] MdeModulePke/Mtftp4Dxe: " Jiaxin Wu
2018-10-25  8:56 ` [Patch 2/2] NetworkPkg/Mtftp6Dxe: " Jiaxin Wu
2018-10-26  5:35 ` [Patch 0/2] Mtftp: " Ye, Ting

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