All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: "Ying-Chun Liu (PaulLiu)" <paul.liu@linaro.org>
Cc: u-boot@lists.denx.de, Duncan Hare <DH@Synoia.com>,
	Duncan Hare <DuncanCHare@yahoo.com>,
	Simon Glass <sjg@chromium.org>,
	Christian Gmeiner <christian.gmeiner@gmail.com>,
	Joe Hershberger <joe.hershberger@ni.com>,
	Michal Simek <michal.simek@xilinx.com>,
	Ramon Fried <rfried.dev@gmail.com>
Subject: Re: [PATCH v20 1/4] net: Add TCP protocol
Date: Mon, 28 Nov 2022 14:52:17 -0500	[thread overview]
Message-ID: <20221128195217.GK3787616@bill-the-cat> (raw)
In-Reply-To: <20221108061731.1589327-2-paulliu@debian.org>

[-- Attachment #1: Type: text/plain, Size: 861 bytes --]

On Tue, Nov 08, 2022 at 02:17:28PM +0800, Ying-Chun Liu (PaulLiu) wrote:

> From: "Ying-Chun Liu (PaulLiu)" <paul.liu@linaro.org>
> 
> Currently file transfers are done using tftp or NFS both
> over udp. This requires a request to be sent from client
> (u-boot) to the boot server.
> 
> The current standard is TCP with selective acknowledgment.
> 
> Signed-off-by: Duncan Hare <DH@Synoia.com>
> Signed-off-by: Duncan Hare <DuncanCHare@yahoo.com>
> Signed-off-by: Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org>
> Reviewed-by: Simon Glass <sjg@chromium.org>
> Cc: Christian Gmeiner <christian.gmeiner@gmail.com>
> Cc: Joe Hershberger <joe.hershberger@ni.com>
> Cc: Michal Simek <michal.simek@xilinx.com>
> Cc: Ramon Fried <rfried.dev@gmail.com>
> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

  parent reply	other threads:[~2022-11-28 19:53 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-08  6:17 [PATCH v20 0/4] add TCP and HTTP for downloading images Ying-Chun Liu (PaulLiu)
2022-11-08  6:17 ` [PATCH v20 1/4] net: Add TCP protocol Ying-Chun Liu (PaulLiu)
2022-11-09  8:24   ` Ramon Fried
2022-11-28 19:52   ` Tom Rini [this message]
2022-11-28 23:36     ` Rafał Miłecki
2022-11-29  0:36     ` Duncan Hare
2022-11-08  6:17 ` [PATCH v20 2/4] net: Add wget application Ying-Chun Liu (PaulLiu)
2022-11-08 21:03   ` Sean Anderson
2022-11-09  2:26     ` Ying-Chun Liu (PaulLiu)
2022-11-09  8:23       ` Ramon Fried
2022-11-28 19:52   ` Tom Rini
2022-11-08  6:17 ` [PATCH v20 3/4] doc: cmd: wget: add documentation Ying-Chun Liu (PaulLiu)
2022-11-08 20:15   ` Simon Glass
2022-11-09  8:25     ` Ramon Fried
2022-11-28 19:52   ` Tom Rini
2022-11-08  6:17 ` [PATCH v20 4/4] test: cmd: add test for wget command Ying-Chun Liu (PaulLiu)
2022-11-08 20:15   ` Simon Glass
2022-11-09  8:24     ` Ramon Fried
2022-11-28 19:52   ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221128195217.GK3787616@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=DH@Synoia.com \
    --cc=DuncanCHare@yahoo.com \
    --cc=christian.gmeiner@gmail.com \
    --cc=joe.hershberger@ni.com \
    --cc=michal.simek@xilinx.com \
    --cc=paul.liu@linaro.org \
    --cc=rfried.dev@gmail.com \
    --cc=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.