qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
To: qemu-devel@nongnu.org
Cc: deepika@xilinx.com, peter.maydell@linaro.org, edgar.iglesias@gmail.com
Subject: [Qemu-devel] [PATCH arm-devs v2 00/14] Cadence GEM Bugfixes and missing features
Date: Tue,  3 Dec 2013 21:53:55 -0800	[thread overview]
Message-ID: <cover.1386136219.git.peter.crosthwaite@xilinx.com> (raw)

Hi Peter,

This series updated cadence GEM (ethernet in Zynq) with a number of
bugfixes and enhancements. Most of this has come out of some stress
testing we have done internally.

I have also testing briefly using mainline Linux GEM driver.

root@zynq:~# wget
http://people.debian.org/~aurel32/qemu/arm/debian_lenny_arm_staandard.qcow2
Connecting to proxy.xilinx.com:8080 (149.199.33.100:8080)
debian_lenny_arm_sta  18% |*****                          | 29898k
0:00:21 ETArandom: nonblocking pool is initialized
debian_lenny_arm_sta 100% |*******************************|   157M
0:00:00 ETA
root@zynq:~# md5sum debian_lenny_arm_standard.qcow2
7be70fc105525803fae5e095f5b4ecb5  debian_lenny_arm_standard.qcow2

Regards,
Peter

Changed since v1:
Addressed PMM review


Edgar E. Iglesias (1):
  net/cadence_gem: Update DMA rx descriptors as we process them

Peter Crosthwaite (13):
  net/cadence_gem: Implement mac level loopback mode
  net/cadence_gem: Don't assert against 0 buffer address
  net/cadence_gem: simplify rx buf descriptor walking
  net/cadence_gem: Prefetch rx descriptors ASAP
  net/cadence_gem: Implement RX descriptor match mode flags
  net/cadence_gem: Implement SAR match bit in rx desc
  net/cadence_gem: Implement SAR (de)activation
  net/cadence_gem: Add missing VMSTATE_END_OF_LIST
  net/cadence_gem: Fix rx multi-fragment packets
  net/cadence_gem: Fix small packet FCS stripping
  net/cadence_gem: Fix register w1c logic
  net/cadence_gem: Improve can_receive debug printfery
  net/cadence_gem: Don't rx packets when no rx buffer available

 hw/net/cadence_gem.c | 278 ++++++++++++++++++++++++++++++++-------------------
 1 file changed, 177 insertions(+), 101 deletions(-)

-- 
1.8.4.4

             reply	other threads:[~2013-12-04  5:54 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-04  5:53 Peter Crosthwaite [this message]
2013-12-04  5:54 ` [Qemu-devel] [PATCH arm-devs v2 01/14] net/cadence_gem: Implement mac level loopback mode Peter Crosthwaite
2013-12-04  5:55 ` [Qemu-devel] [PATCH arm-devs v2 02/14] net/cadence_gem: Update DMA rx descriptors as we process them Peter Crosthwaite
2013-12-04  5:55 ` [Qemu-devel] [PATCH arm-devs v2 03/14] net/cadence_gem: Don't assert against 0 buffer address Peter Crosthwaite
2013-12-04  5:56 ` [Qemu-devel] [PATCH arm-devs v2 04/14] net/cadence_gem: simplify rx buf descriptor walking Peter Crosthwaite
2013-12-04  5:56 ` [Qemu-devel] [PATCH arm-devs v2 05/14] net/cadence_gem: Prefetch rx descriptors ASAP Peter Crosthwaite
2013-12-04  5:57 ` [Qemu-devel] [PATCH arm-devs v2 06/14] net/cadence_gem: Implement RX descriptor match mode flags Peter Crosthwaite
2013-12-04  5:57 ` [Qemu-devel] [PATCH arm-devs v2 07/14] net/cadence_gem: Implement SAR match bit in rx desc Peter Crosthwaite
2013-12-04  5:58 ` [Qemu-devel] [PATCH arm-devs v2 08/14] net/cadence_gem: Implement SAR (de)activation Peter Crosthwaite
2013-12-04  5:59 ` [Qemu-devel] [PATCH arm-devs v2 09/14] net/cadence_gem: Add missing VMSTATE_END_OF_LIST Peter Crosthwaite
2013-12-04  5:59 ` [Qemu-devel] [PATCH arm-devs v2 10/14] net/cadence_gem: Fix rx multi-fragment packets Peter Crosthwaite
2013-12-04  6:00 ` [Qemu-devel] [PATCH arm-devs v2 11/14] net/cadence_gem: Fix small packet FCS stripping Peter Crosthwaite
2013-12-04  6:00 ` [Qemu-devel] [PATCH arm-devs v2 12/14] net/cadence_gem: Fix register w1c logic Peter Crosthwaite
2013-12-04  6:01 ` [Qemu-devel] [PATCH arm-devs v2 13/14] net/cadence_gem: Improve can_receive debug printfery Peter Crosthwaite
2013-12-04  6:02 ` [Qemu-devel] [PATCH arm-devs v2 14/14] net/cadence_gem: Don't rx packets when no rx buffer available Peter Crosthwaite
2013-12-06 15:12 ` [Qemu-devel] [PATCH arm-devs v2 00/14] Cadence GEM Bugfixes and missing features Peter Maydell

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.1386136219.git.peter.crosthwaite@xilinx.com \
    --to=peter.crosthwaite@xilinx.com \
    --cc=deepika@xilinx.com \
    --cc=edgar.iglesias@gmail.com \
    --cc=peter.maydell@linaro.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).