Re: [dpdk-dev] [PATCH 02/12] lib/librte_vhost: add vhost_user private info structure

2018-01-18 Thread Yuanhan Liu
On Mon, Nov 27, 2017 at 08:01:05PM +, Fan Zhang wrote: > This patch adds a vhost_user_dev_priv structure and a vhost_user > message handler function prototype to vhost_user. This allows > different types of devices to add private information and their > device-specific vhost-user message functi

[dpdk-dev] [PATCH 02/12] lib/librte_vhost: add vhost_user private info structure

2017-11-27 Thread Fan Zhang
This patch adds a vhost_user_dev_priv structure and a vhost_user message handler function prototype to vhost_user. This allows different types of devices to add private information and their device-specific vhost-user message function handlers to virtio_net structure. The change to vhost_user_msg_h