Re: [dpdk-dev] [PATCH v3 0/5] vhost: support selective datapath

2018-03-30 Thread Wang, Zhihong
Pawel, > > 3. To make vhost aware of its own type, an engine id (eid) and a device > > id (did) are added into the vhost data structure to identify the actual > > device. APIs are introduced to let app configure them. When the default > > software datapath is used, eid and did are set

Re: [dpdk-dev] [PATCH v3 0/5] vhost: support selective datapath

2018-03-29 Thread Wodkowski, PawelX
Xiao W ; Daly, > Dan ; Wang, Zhihong > Subject: [dpdk-dev] [PATCH v3 0/5] vhost: support selective datapath > > This patch set introduces support for selective datapath in DPDK vhost-user > lib. vDPA stands for vhost Data Path Acceleration. The idea is to enable > various types

[dpdk-dev] [PATCH v3 0/5] vhost: support selective datapath

2018-03-19 Thread Zhihong Wang
This patch set introduces support for selective datapath in DPDK vhost-user lib. vDPA stands for vhost Data Path Acceleration. The idea is to enable various types of virtio-compatible devices to do data transfer with virtio driver directly to enable acceleration. The default datapath is the existi