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

2015-10-30 Thread Tetsuya Mukawa
On 2015/10/29 23:25, Xie, Huawei wrote: > On 10/22/2015 5:48 PM, 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

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

2015-10-29 Thread Xie, Huawei
On 10/22/2015 5:48 PM, 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, then invoke

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

2015-10-23 Thread Tetsuya Mukawa
On 2015/10/22 21:49, Bruce Richardson wrote: > On Thu, Oct 22, 2015 at 06:45:50PM +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

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

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

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

2015-10-22 Thread Bruce Richardson
On Thu, Oct 22, 2015 at 06:45:50PM +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