[dpdk-dev] [PATCH v8 2/2] vhost: Add VHOST PMD

2016-02-06 Thread Yuanhan Liu
On Fri, Feb 05, 2016 at 08:28:13PM +0900, Tetsuya Mukawa wrote: > The patch introduces a new PMD. This PMD is implemented as thin wrapper > of librte_vhost. It means librte_vhost is also needed to compile the PMD. > The vhost messages will be handled only when a port is started. So start > a port f

[dpdk-dev] [PATCH v8 2/2] vhost: Add VHOST PMD

2016-02-05 Thread Tetsuya Mukawa
The patch introduces a new PMD. This PMD is implemented as thin wrapper of librte_vhost. It means librte_vhost is also needed to compile the PMD. The vhost messages will be handled only when a port is started. So start a port first, then invoke QEMU. The PMD has 2 parameters. - iface: The parame