git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ce8b89
)
vhost: advertize packed ring layout support
author
Maxime Coquelin
<maxime.coquelin@redhat.com>
Wed, 31 Oct 2018 10:26:40 +0000
(11:26 +0100)
committer
Ferruh Yigit
<ferruh.yigit@intel.com>
Mon, 5 Nov 2018 14:01:25 +0000
(15:01 +0100)
Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Reviewed-by: Jens Freimann <jfreimann@redhat.com>
Reviewed-by: Tiwei Bie <tiwei.bie@intel.com>
lib/librte_vhost/vhost.h
patch
|
blob
|
history
diff --git
a/lib/librte_vhost/vhost.h
b/lib/librte_vhost/vhost.h
index
b4abad3
..
760f421
100644
(file)
--- a/
lib/librte_vhost/vhost.h
+++ b/
lib/librte_vhost/vhost.h
@@
-275,7
+275,8
@@
struct vring_packed_desc_event {
(1ULL << VIRTIO_RING_F_EVENT_IDX) | \
(1ULL << VIRTIO_NET_F_MTU) | \
(1ULL << VIRTIO_F_IN_ORDER) | \
- (1ULL << VIRTIO_F_IOMMU_PLATFORM))
+ (1ULL << VIRTIO_F_IOMMU_PLATFORM) | \
+ (1ULL << VIRTIO_F_RING_PACKED))
struct guest_page {