All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] net/virtio: cleanups and fixes for packed/split ring
@ 2019-03-19  6:43 Tiwei Bie
  2019-03-19  6:43 ` [PATCH 01/10] net/virtio: fix typo in packed ring init Tiwei Bie
                   ` (10 more replies)
  0 siblings, 11 replies; 44+ messages in thread
From: Tiwei Bie @ 2019-03-19  6:43 UTC (permalink / raw)
  To: maxime.coquelin, zhihong.wang, dev

Tiwei Bie (10):
  net/virtio: fix typo in packed ring init
  net/virtio: fix interrupt helper for packed ring
  net/virtio: add missing barrier in interrupt enable
  net/virtio: optimize flags update for packed ring
  net/virtio: refactor virtqueue structure
  net/virtio: drop redundant suffix in packed ring structure
  net/virtio: drop unused field in Tx region structure
  net/virtio: add interrupt helper for split ring
  net/virtio: add ctrl vq helper for split ring
  net/virtio: improve batching in standard Rx path

 drivers/net/virtio/virtio_ethdev.c            | 172 +++++++++---------
 drivers/net/virtio/virtio_ring.h              |  15 +-
 drivers/net/virtio/virtio_rxtx.c              | 139 +++++++-------
 drivers/net/virtio/virtio_rxtx_simple.h       |   2 +-
 drivers/net/virtio/virtio_rxtx_simple_neon.c  |   2 +-
 drivers/net/virtio/virtio_rxtx_simple_sse.c   |   2 +-
 .../net/virtio/virtio_user/virtio_user_dev.c  |  22 +--
 drivers/net/virtio/virtio_user_ethdev.c       |  11 +-
 drivers/net/virtio/virtqueue.c                |   6 +-
 drivers/net/virtio/virtqueue.h                | 100 +++++-----
 10 files changed, 241 insertions(+), 230 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2019-03-21 14:18 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-19  6:43 [PATCH 00/10] net/virtio: cleanups and fixes for packed/split ring Tiwei Bie
2019-03-19  6:43 ` [PATCH 01/10] net/virtio: fix typo in packed ring init Tiwei Bie
2019-03-19  8:39   ` Jens Freimann
2019-03-19 12:46   ` Maxime Coquelin
2019-03-19  6:43 ` [PATCH 02/10] net/virtio: fix interrupt helper for packed ring Tiwei Bie
2019-03-19 12:48   ` Maxime Coquelin
2019-03-19  6:43 ` [PATCH 03/10] net/virtio: add missing barrier in interrupt enable Tiwei Bie
2019-03-19 12:49   ` Maxime Coquelin
2019-03-19  6:43 ` [PATCH 04/10] net/virtio: optimize flags update for packed ring Tiwei Bie
2019-03-19  8:54   ` Jens Freimann
2019-03-19  9:37     ` Tiwei Bie
2019-03-19 10:11       ` Jens Freimann
2019-03-19 12:50         ` Maxime Coquelin
2019-03-19 12:58   ` Maxime Coquelin
2019-03-19  6:43 ` [PATCH 05/10] net/virtio: refactor virtqueue structure Tiwei Bie
2019-03-19  9:44   ` Jens Freimann
2019-03-19 10:09     ` Tiwei Bie
2019-03-19 13:28       ` Maxime Coquelin
2019-03-19 13:47         ` Jens Freimann
2019-03-19 13:50           ` Maxime Coquelin
2019-03-19 14:59             ` Kevin Traynor
2019-03-20  4:40               ` Tiwei Bie
2019-03-20 17:50                 ` Stephen Hemminger
2019-03-21 14:18                   ` Maxime Coquelin
2019-03-20  4:35         ` Tiwei Bie
2019-03-19 13:28   ` Maxime Coquelin
2019-03-19  6:43 ` [PATCH 06/10] net/virtio: drop redundant suffix in packed ring structure Tiwei Bie
2019-03-19  9:47   ` Jens Freimann
2019-03-19 13:29   ` Maxime Coquelin
2019-03-19  6:43 ` [PATCH 07/10] net/virtio: drop unused field in Tx region structure Tiwei Bie
2019-03-19  9:51   ` Jens Freimann
2019-03-19 13:33   ` Maxime Coquelin
2019-03-19  6:43 ` [PATCH 08/10] net/virtio: add interrupt helper for split ring Tiwei Bie
2019-03-19  9:53   ` Jens Freimann
2019-03-19 13:34   ` Maxime Coquelin
2019-03-19  6:43 ` [PATCH 09/10] net/virtio: add ctrl vq " Tiwei Bie
2019-03-19  9:54   ` Jens Freimann
2019-03-19 13:54   ` Maxime Coquelin
2019-03-19  6:43 ` [PATCH 10/10] net/virtio: improve batching in standard Rx path Tiwei Bie
2019-03-19 10:04   ` Jens Freimann
2019-03-19 10:28     ` Tiwei Bie
2019-03-19 11:08       ` Maxime Coquelin
2019-03-19 14:15   ` Maxime Coquelin
2019-03-20  7:35 ` [PATCH 00/10] net/virtio: cleanups and fixes for packed/split ring Maxime Coquelin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.