From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH] net: add a generic udp protocol
Date: Fri, 21 Aug 2020 16:54:56 -0400 [thread overview]
Message-ID: <20200821205456.GD20605@bill-the-cat> (raw)
In-Reply-To: <1598032505-17045-1-git-send-email-philippe.reynes@softathome.com>
On Fri, Aug 21, 2020 at 07:55:05PM +0200, Philippe Reynes wrote:
> This commit adds a generic udp protocol framework in the
> network loop. So protocol based on udp may be implemented
> without modifying the network loop (for example custom
> wait magic packet).
>
> Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
> ---
> include/net.h | 2 +-
> include/net/udp.h | 31 +++++++++++++++++++++++++++++++
> net/Kconfig | 6 ++++++
> net/Makefile | 1 +
> net/net.c | 15 ++++++++++++++-
> net/udp.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
> 6 files changed, 101 insertions(+), 2 deletions(-)
> create mode 100644 include/net/udp.h
> create mode 100644 net/udp.c
At minimum we need to enable this on sandbox. Would it be possible to
test this somehow on sandbox (where we have networking) with netcat or
something from the host?
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200821/2cdd7ece/attachment.sig>
next prev parent reply other threads:[~2020-08-21 20:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-21 17:55 [PATCH] net: add a generic udp protocol Philippe Reynes
2020-08-21 20:54 ` Tom Rini [this message]
2020-08-31 17:32 ` Philippe REYNES
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=20200821205456.GD20605@bill-the-cat \
--to=trini@konsulko.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox