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

2015-11-10 Thread Tetsuya Mukawa
On 2015/11/10 7:25, Stephen Hemminger wrote: > On Tue, 27 Oct 2015 15:12:55 +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

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

2015-11-09 Thread Stephen Hemminger
On Tue, 27 Oct 2015 15:12:55 +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 first,

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

2015-10-27 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