From: Jason Wang <jasowang@redhat.com>
To: Joel Stanley <joel@jms.id.au>
Cc: qemu-devel <qemu-devel@nongnu.org>,
"Gabriel Somlo" <gsomlo@gmail.com>,
"Stafford Horne" <shorne@gmail.com>,
"Brian Swetland" <swetland@frotz.net>,
"Cédric Le Goater" <clg@kaod.org>
Subject: Re: [PATCH] hw/net: Add LiteEth model
Date: Mon, 23 May 2022 11:28:36 +0800 [thread overview]
Message-ID: <CACGkMEsc8-VE3uKvKUELtCe7NwnMN6427XUcZFTyVaDgTXPbfQ@mail.gmail.com> (raw)
In-Reply-To: <20220520065302.715904-1-joel@jms.id.au>
On Fri, May 20, 2022 at 2:53 PM Joel Stanley <joel@jms.id.au> wrote:
>
> LiteX is a soft system-on-chip that targets FPGAs. LiteETH is a basic
> network device that is commonly used in LiteX designs.
>
> There is an upstream Linux kernel driver for this device and support in
> various other firmware projects for it.
>
> Co-developed-by: Cédric Le Goater <clg@kaod.org>
> Signed-off-by: Joel Stanley <joel@jms.id.au>
> ---
> include/hw/net/liteeth.h | 56 ++++++++
> hw/net/liteeth.c | 299 +++++++++++++++++++++++++++++++++++++++
> hw/net/Kconfig | 3 +
> hw/net/meson.build | 1 +
> hw/net/trace-events | 6 +
> 5 files changed, 365 insertions(+)
> create mode 100644 include/hw/net/liteeth.h
> create mode 100644 hw/net/liteeth.c
Haven't gone through the patch, but any chance to have a unittest for this?
Thanks
prev parent reply other threads:[~2022-05-23 3:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-20 6:53 [PATCH] hw/net: Add LiteEth model Joel Stanley
2022-05-20 7:13 ` Cédric Le Goater
2022-05-23 3:28 ` Jason Wang [this message]
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=CACGkMEsc8-VE3uKvKUELtCe7NwnMN6427XUcZFTyVaDgTXPbfQ@mail.gmail.com \
--to=jasowang@redhat.com \
--cc=clg@kaod.org \
--cc=gsomlo@gmail.com \
--cc=joel@jms.id.au \
--cc=qemu-devel@nongnu.org \
--cc=shorne@gmail.com \
--cc=swetland@frotz.net \
/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;
as well as URLs for NNTP newsgroup(s).