2016-10-12 | Yuanhan Liu | vhost: add dequeue zero copy Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-10-12 | Yuanhan Liu | vhost: introduce last available index for dequeue Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-10-12 | Yuanhan Liu | vhost: get guest/host physical address mappings Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-10-12 | Yuanhan Liu | vhost: simplify memory regions handling Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-10-11 | Jason Wang | net/virtio: support IOMMU platform Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-10-11 | Jason Wang | net/virtio: support modern device id Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-10-11 | David Marchand | net/virtio: add missing driver name Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-10-11 | Souvik Dey | net/virtio: set MTU Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-09-29 | Zhiyong Yang | net/vhost: add extended statistics Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-09-29 | Zhiyong Yang | net/vhost: move statistics into a structure Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-09-29 | Ciara Loftus | net/vhost: retrieve vid for a given port Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-09-28 | Jerin Jacob | net/virtio: add NEON based Rx handler Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-09-28 | Jerin Jacob | net/virtio: select data handler depending on CPU flag Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-09-28 | Jerin Jacob | net/virtio: move SSE based Rx code to separate file Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-09-28 | Jerin Jacob | net/virtio: cleanup conditional compilation Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-09-28 | Yuanhan Liu | net: fix clang build Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-09-28 | Jianfeng Tan | net/virtio_user: fix error management during init Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-09-28 | Jianfeng Tan | net/virtio_user: fix wrong sequence of messages Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-09-28 | Jianfeng Tan | net/virtio_user: fix first queue pair without multiqueue Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-09-28 | Maxime Coquelin | vhost: support indirect Tx descriptors Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-09-27 | Gary Mussar | tools: fix virtio interface name when binding Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-09-13 | Zhiyong Yang | net/virtio: fix xstats name Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-09-13 | Pierre Pfister | net/virtio: enable indirect descriptors feature Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-09-13 | Matthias Gatto | vhost: remove obsolete comment Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-09-13 | Yuanhan Liu | vhost: simplify features set/get Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-09-13 | Yuanhan Liu | vhost: get device once Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-09-13 | Yuanhan Liu | vhost: unify function names Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-09-13 | Yuanhan Liu | vhost: fold common message handlers Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-09-13 | Yuanhan Liu | vhost: refactor code structure Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-09-13 | Yuanhan Liu | vhost: remove sub-directory Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-09-13 | Yuanhan Liu | vhost: remove vhost-cuse Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-09-13 | Jianfeng Tan | examples/vhost: remove VLAN strip option Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-09-13 | Jiayu Hu | examples/vhost: support multiple socket files Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-09-13 | Jiayu Hu | examples/vhost: rename --dev-basename to --socket-file Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-07-11 | Ferruh Yigit | net/virtio: fix 32-bit build with gcc 6 Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-07-11 | Rich Lane | net/vhost: fix queue state not reset on destroy Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-07-11 | Jianfeng Tan | examples/vhost: print error logs on failure Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-07-05 | Jianfeng Tan | net/virtio: fix null pointer dereference Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-07-05 | Zhihong Wang | doc: explain virtio Rx/Tx functions Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-07-05 | Jianfeng Tan | net/virtio-user: fix string unterminated Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-07-05 | Jianfeng Tan | net/virtio-user: fix resource leaks Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-07-05 | Jianfeng Tan | net/virtio-user: fix string overflow Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-07-05 | Jianfeng Tan | net/virtio-user: fix return value not checked Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-07-04 | Jianfeng Tan | net/virtio-user: fix build on Suse 11 Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-07-04 | Jianfeng Tan | net/virtio-user: fix missing default config value Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-07-04 | Yuanhan Liu | vhost: fix potential null pointer dereference Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-07-04 | Yuanhan Liu | vhost: fix not null terminated string Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-07-04 | Yuanhan Liu | vhost: fix memory leak Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-30 | Jianfeng Tan | net/virtio-user: fix build with icc Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-30 | Tetsuya Mukawa | net/vhost: fix Tx error counting Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-30 | Yuanhan Liu | vhost: fix missing flag reset on stop Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-30 | Yuanhan Liu | doc: update vhost guide Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Huawei Xie | net/virtio: fix used index retrieved only once Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Yuanhan Liu | net/virtio: fix crash on querying xstats Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Huawei Xie | vhost: check hugepage fstat error Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Ilya Maximets | vhost: unmap log memory on cleanup Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Ilya Maximets | vhost: fix leak of file descriptors Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Jianfeng Tan | net/virtio-user: handle control queue in driver Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Jianfeng Tan | net/virtio-user: add multiple queues in device emulation Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Jianfeng Tan | net/virtio-user: add multiple queues in vhost-user... Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Jianfeng Tan | net/virtio-user: add virtual device Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Jianfeng Tan | net/virtio-user: add new virtual PCI driver Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Jianfeng Tan | net/virtio-user: add device emulation layer Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Jianfeng Tan | net/virtio-user: add vhost-user adapter layer Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Jianfeng Tan | net/virtio: allow virtual address to fill vring descriptors Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Jianfeng Tan | net/virtio: hide vring address check inside PCI ops Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Marcin Kerlin | vhost: fix null pointer dereference Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Huawei Xie | vhost: remove concurrent enqueue Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Huawei Xie | net/virtio: fix crash when no devargs Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Yuanhan Liu | vhost: arrange struct fields for better cache sharing Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Yuanhan Liu | vhost: optimize dequeue for small packets Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Yuanhan Liu | vhost: pre update used ring for Tx and Rx Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Yuanhan Liu | net/vhost: add client option Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Yuanhan Liu | examples/vhost: add client option Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Yuanhan Liu | vhost: workaround stale vring base Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Yuanhan Liu | vhost: add reconnect ability Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Yuanhan Liu | vhost: add vhost-user client mode Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Yuanhan Liu | vhost: rename structs for enabling client mode Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Ilya Maximets | vhost: make buffer vector for scatter Rx local Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Yuanhan Liu | vhost: make virtio header length per device Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Yuanhan Liu | vhost: reserve few more space for future extension Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Yuanhan Liu | vhost: remove virtio-net.h Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Yuanhan Liu | vhost: remove unnecessary fields Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Yuanhan Liu | vhost: hide internal code Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Yuanhan Liu | vhost: export device id as the interface to applications Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Yuanhan Liu | vhost: remove dependency on device private field Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Yuanhan Liu | vhost: export queue free entries Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Yuanhan Liu | vhost: export interface name Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Yuanhan Liu | vhost: export number of queues Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Yuanhan Liu | vhost: export numa node Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Yuanhan Liu | vhost: move cuse only struct to cuse Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Yuanhan Liu | vhost: get device by device id only Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Yuanhan Liu | vhost: rename device id variable Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Yuanhan Liu | examples/vhost: make a copy of virtio device id Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Yuanhan Liu | vhost: declare device id as int Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Yuanhan Liu | vhost: set/reset device flags internally Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Yuanhan Liu | vhost: declare backend with int type Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Yuanhan Liu | examples/vhost: fix corrupted vdev tailq list Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Huawei Xie | net/virtio: split Rx/Tx queue Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
2016-06-22 | Olivier Matz | net/virtio: check mbuf is direct when using any layout Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> |
commit | commitdiff | tree |
next |