From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRpzn-0005US-6f for qemu-devel@nongnu.org; Mon, 25 Jul 2016 20:13:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRpzl-0005kf-8j for qemu-devel@nongnu.org; Mon, 25 Jul 2016 20:13:14 -0400 From: Alistair Francis Date: Mon, 25 Jul 2016 17:12:32 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH v2 0/6] Add support for Cadence GEM priority queues List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, qemu-arm@nongnu.org Cc: alistair.francis@xilinx.com, crosthwaitepeter@gmail.com, peter.maydell@linaro.org 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. 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 | 549 +++++++++++++++++++++++++++++++------------ include/hw/net/cadence_gem.h | 17 +- 3 files changed, 416 insertions(+), 152 deletions(-) -- 2.7.4