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

2016-02-09 Thread Tetsuya Mukawa
On 2016/02/08 18:42, Ferruh Yigit wrote: > On Fri, Feb 05, 2016 at 03:28:37PM +0900, Tetsuya Mukawa wrote: >> On 2016/02/04 20:17, Ferruh Yigit wrote: >>> On Thu, Feb 04, 2016 at 04:26:31PM +0900, Tetsuya Mukawa wrote: >>> >>> Hi Tetsuya, >>> The patch introduces a new PMD. This PMD is

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

2016-02-08 Thread Ferruh Yigit
On Fri, Feb 05, 2016 at 03:28:37PM +0900, Tetsuya Mukawa wrote: > On 2016/02/04 20:17, Ferruh Yigit wrote: > > On Thu, Feb 04, 2016 at 04:26:31PM +0900, Tetsuya Mukawa wrote: > > > > Hi Tetsuya, > > > >> The patch introduces a new PMD. This PMD is implemented as thin wrapper > >> of librte_vhost.

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

2016-02-05 Thread Tetsuya Mukawa
On 2016/02/05 15:35, Yuanhan Liu wrote: > On Fri, Feb 05, 2016 at 03:28:37PM +0900, Tetsuya Mukawa wrote: >> On 2016/02/04 20:17, Ferruh Yigit wrote: >>> On Thu, Feb 04, 2016 at 04:26:31PM +0900, Tetsuya Mukawa wrote: >>> >>> Hi Tetsuya, >>> The patch introduces a new PMD. This PMD is

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

2016-02-05 Thread Tetsuya Mukawa
On 2016/02/04 20:17, Ferruh Yigit wrote: > On Thu, Feb 04, 2016 at 04:26:31PM +0900, Tetsuya Mukawa wrote: > > Hi Tetsuya, > >> 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

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

2016-02-04 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] [PATCH v7 2/2] vhost: Add VHOST PMD

2016-02-04 Thread Ferruh Yigit
On Thu, Feb 04, 2016 at 04:26:31PM +0900, Tetsuya Mukawa wrote: Hi Tetsuya, > 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