[Qemu-devel] [PATCH v3 0/5] Improve the Cadence GEM multi-queue support

Alistair Francis posted 5 patches 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1491947224.git.alistair.francis@xilinx.com
Test checkpatch passed
Test docker passed
Test s390x passed
hw/arm/xlnx-zynqmp.c         |  6 +++++-
hw/net/cadence_gem.c         | 45 +++++++++++++++++++++++++++++---------------
include/hw/net/cadence_gem.h |  1 +
3 files changed, 36 insertions(+), 16 deletions(-)
[Qemu-devel] [PATCH v3 0/5] Improve the Cadence GEM multi-queue support
Posted by Alistair Francis 6 years, 11 months ago
Improve the Cadence GEM multi-queue support. This fixes a few bugs
which were hanging around from the initial implementation.

V3:
 - Remove unessecary call of gem_update_int_status()
V2:
 - Fix up the interrupt updating logic and consolidate all the updates
   to a single function.
 - Improve the debug print information

Alistair Francis (5):
  cadence_gem: Read the correct queue descriptor
  cadence_gem: Correct the multi-queue can rx logic
  cadence_gem: Correct the interupt logic
  cadence_gem: Make the revision a property
  xlnx-zynqmp: Set the Cadence GEM revision

 hw/arm/xlnx-zynqmp.c         |  6 +++++-
 hw/net/cadence_gem.c         | 45 +++++++++++++++++++++++++++++---------------
 include/hw/net/cadence_gem.h |  1 +
 3 files changed, 36 insertions(+), 16 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PATCH v3 0/5] Improve the Cadence GEM multi-queue support
Posted by Peter Maydell 6 years, 11 months ago
On 11 April 2017 at 23:30, Alistair Francis <alistair.francis@xilinx.com> wrote:
> Improve the Cadence GEM multi-queue support. This fixes a few bugs
> which were hanging around from the initial implementation.
>
> V3:
>  - Remove unessecary call of gem_update_int_status()
> V2:
>  - Fix up the interrupt updating logic and consolidate all the updates
>    to a single function.
>  - Improve the debug print information



Applied to target-arm.next, thanks.

-- PMM