[dpdk-dev] Question about using virtio_user in OVS-DPDK

2019-12-31 Thread William Tu
Hi, I'm trying to find a faster way to communicate from userspace OVS to kernel. So I create a virtio_user port at OVS-DPDK, and send packets to kernel's tap device. packets in OVS userspace -> virtio-user port -> vhost-net (kernel) -> tap device (kernel) As described in paper[1], figure 1 for le

[dpdk-dev] [PATCH] doc: fix typos in rel_notes-19.11

2019-12-31 Thread Yong Wang
Remove the redundant "when used". And modify "ans" to "and". Fixes: b21302a10721 ("eventdev: add Tx flag for packets with same destination") Fixes: 92c083915ade ("doc: update release notes for 19.11") Signed-off-by: Yong Wang --- doc/guides/rel_notes/release_19_11.rst | 5 ++--- 1 file changed,