DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v2 0/3] virtio: size bug fixes
@ 2015-07-20 17:25 Stephen Hemminger
  2015-07-20 17:25 ` [dpdk-dev] [PATCH v2 1/3] virtio: fix the vq size issue Stephen Hemminger
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Stephen Hemminger @ 2015-07-20 17:25 UTC (permalink / raw)
  To: changchun.ouyang; +Cc: dev

Fix for a fix for a fix...
This set includes Changchun's patch for vq_size but adds
follow on fix to make it work with GCE and other environments.

Ouyang Changchun (1):
  virtio: fix the vq size issue

Stephen Hemminger (2):
  virtio: allow nb_desc < vq_size
  virtio: small cleanups

 drivers/net/virtio/virtio_ethdev.c | 24 +++++++-----------------
 drivers/net/virtio/virtio_ethdev.h |  2 +-
 drivers/net/virtio/virtio_rxtx.c   |  2 +-
 3 files changed, 9 insertions(+), 19 deletions(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-07-20 18:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-20 17:25 [dpdk-dev] [PATCH v2 0/3] virtio: size bug fixes Stephen Hemminger
2015-07-20 17:25 ` [dpdk-dev] [PATCH v2 1/3] virtio: fix the vq size issue Stephen Hemminger
2015-07-20 17:25 ` [dpdk-dev] [PATCH v2 2/3] virtio: allow nb_desc < vq_size Stephen Hemminger
2015-07-20 17:25 ` [dpdk-dev] [PATCH v2 3/3] virtio: small cleanups Stephen Hemminger
2015-07-20 17:43 ` [dpdk-dev] [PATCH v2 0/3] virtio: size bug fixes Thomas Monjalon
2015-07-20 18:26   ` Stephen Hemminger

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).