From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cxj0n-0001Z2-FD for qemu-devel@nongnu.org; Mon, 10 Apr 2017 19:46:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cxj0k-0002Ro-CD for qemu-devel@nongnu.org; Mon, 10 Apr 2017 19:46:21 -0400 Received: from mail-bn3nam01on0049.outbound.protection.outlook.com ([104.47.33.49]:62432 helo=NAM01-BN3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cxj0k-0002Rb-5A for qemu-devel@nongnu.org; Mon, 10 Apr 2017 19:46:18 -0400 From: Alistair Francis Date: Mon, 10 Apr 2017 16:43:41 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v2 0/5] Improve the Cadence GEM multi-queue support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, peter.maydell@linaro.org Cc: alistair.francis@xilinx.com, alistair23@gmail.com, f4bug@amsat.org Improve the Cadence GEM multi-queue support. This fixes a few bugs which were hanging around from the initial implementation. 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(-) --=20 2.9.3