DPDK patches and discussions
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: huawei.xie@intel.com, changchun.ouyang@intel.com
Cc: dev@dpdk.org
Subject: [dpdk-dev] [PATCH 0/3] virtio: patches for 2.1+
Date: Fri, 28 Aug 2015 09:23:36 -0700	[thread overview]
Message-ID: <1440779019-10793-1-git-send-email-stephen@networkplumber.org> (raw)

These are some recently found bug fixes for virtio driver.

Stephen Hemminger (3):
  virtio: don't report link state feature unless available
  virtio: fix Coverity unsigned warnings
  virtio: fix possible NULL dereference

 drivers/net/virtio/virtio_ethdev.c      |   20 +-
 drivers/net/virtio/virtio_ethdev.c.orig | 1577 +++++++++++++++++++++++++++++++
 drivers/net/virtio/virtio_ring.h        |    4 +-
 drivers/net/virtio/virtio_rxtx.c        |    4 +-
 4 files changed, 1592 insertions(+), 13 deletions(-)
 create mode 100644 drivers/net/virtio/virtio_ethdev.c.orig

-- 
2.1.4

             reply	other threads:[~2015-08-28 16:23 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-28 16:23 Stephen Hemminger [this message]
2015-08-28 16:23 ` [dpdk-dev] [PATCH 1/3] virtio: don't report link state feature unless available Stephen Hemminger
2015-08-31  2:54   ` Ouyang, Changchun
2015-08-28 16:23 ` [dpdk-dev] [PATCH 2/3] virtio: fix Coverity unsigned warnings Stephen Hemminger
2015-08-31  1:38   ` Ouyang, Changchun
2015-08-31 16:44     ` Stephen Hemminger
2015-08-28 16:23 ` [dpdk-dev] [PATCH 3/3] virtio: fix possible NULL dereference Stephen Hemminger
2015-08-31  1:07   ` Ouyang, Changchun
2015-10-21 14:18 ` [dpdk-dev] [PATCH 0/3] virtio: patches for 2.1+ Thomas Monjalon

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=1440779019-10793-1-git-send-email-stephen@networkplumber.org \
    --to=stephen@networkplumber.org \
    --cc=changchun.ouyang@intel.com \
    --cc=dev@dpdk.org \
    --cc=huawei.xie@intel.com \
    /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).