From: Alistair Francis <alistair.francis@xilinx.com>
To: <qemu-devel@nongnu.org>, <qemu-arm@nongnu.org>
Cc: peter.maydell@linaro.org, crosthwaitepeter@gmail.com,
alistair.francis@xilinx.com
Subject: [Qemu-arm] [PATCH for-2.8 v4 0/6] Add support for Cadence GEM priority queues
Date: Thu, 28 Jul 2016 12:00:19 -0700 [thread overview]
Message-ID: <cover.1469727764.git.alistair.francis@xilinx.com> (raw)
This patch series adds initial priority queue support to the Cadence GEM
device. This is based on original work by Peter C, that has been ported
to the latest version of QEMU.
There is more GEM work that I'd like to upstream after this, but I
figured this a good place to start. I have done limited testing on the
Xilinx machine, including running some of our GEM regressions, although
they don't cover everything. I can't really think of too many other test
cases that I can run at the moment.
V3:
- Fix warning inside patch series
- Check for sane values of screens and queues
V2:
- Add screening support
- Fixup some broken logic
- Expand the commit messages
Alistair Francis (6):
cadence_gem: QOMify Cadence GEM
cadence_gem: Add the num-priority-queues property
cadence_gem: Add support for screening
cadence_gem: Add queue support
cadence_gem: Correct indentation
xlnx-zynqmp: Set the number of priority queues
hw/arm/xlnx-zynqmp.c | 2 +
hw/net/cadence_gem.c | 571 ++++++++++++++++++++++++++++++++-----------
include/hw/net/cadence_gem.h | 19 +-
3 files changed, 440 insertions(+), 152 deletions(-)
--
2.7.4
next reply other threads:[~2016-07-28 19:01 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-28 19:00 Alistair Francis [this message]
2016-07-28 19:00 ` [Qemu-arm] [PATCH for-2.8 v4 1/6] cadence_gem: QOMify Cadence GEM Alistair Francis
2016-07-28 19:00 ` [Qemu-arm] [PATCH for-2.8 v4 2/6] cadence_gem: Add the num-priority-queues property Alistair Francis
2016-07-28 19:00 ` [Qemu-devel] [PATCH for-2.8 v4 3/6] cadence_gem: Add support for screening Alistair Francis
2016-07-28 19:00 ` [Qemu-arm] [PATCH for-2.8 v4 4/6] cadence_gem: Add queue support Alistair Francis
2016-07-28 19:00 ` [Qemu-arm] [PATCH for-2.8 v4 5/6] cadence_gem: Correct indentation Alistair Francis
2016-07-28 19:00 ` [Qemu-arm] [PATCH for-2.8 v4 6/6] xlnx-zynqmp: Set the number of priority queues Alistair Francis
2016-09-19 18:08 ` [Qemu-arm] [PATCH for-2.8 v4 0/6] Add support for Cadence GEM " Peter Maydell
2016-09-19 18:16 ` [Qemu-arm] [Qemu-devel] " Alistair Francis
2016-09-20 17:30 ` Peter Maydell
2016-09-20 18:21 ` [Qemu-arm] " Alistair Francis
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=cover.1469727764.git.alistair.francis@xilinx.com \
--to=alistair.francis@xilinx.com \
--cc=crosthwaitepeter@gmail.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
/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).