[dpdk-dev] [PATCH v4 0/2] Add VHOST PMD

2015-11-19 Thread Tetsuya Mukawa
On 2015/11/17 22:26, Yuanhan Liu wrote: > On Fri, Nov 13, 2015 at 03:50:16PM +0900, Tetsuya Mukawa wrote: >> On 2015/11/13 14:32, Yuanhan Liu wrote: >>> On Fri, Nov 13, 2015 at 02:20:29PM +0900, Tetsuya Mukawa wrote: The patch introduces a new PMD. This PMD is implemented as thin wrapper

[dpdk-dev] [PATCH v4 0/2] Add VHOST PMD

2015-11-17 Thread Yuanhan Liu
On Fri, Nov 13, 2015 at 03:50:16PM +0900, Tetsuya Mukawa wrote: > On 2015/11/13 14:32, Yuanhan Liu wrote: > > On Fri, Nov 13, 2015 at 02:20:29PM +0900, Tetsuya Mukawa wrote: > >> The patch introduces a new PMD. This PMD is implemented as thin wrapper > >> of librte_vhost. > >> > >> * Known issue.

[dpdk-dev] [PATCH v4 0/2] Add VHOST PMD

2015-11-13 Thread Tetsuya Mukawa
On 2015/11/13 14:32, Yuanhan Liu wrote: > On Fri, Nov 13, 2015 at 02:20:29PM +0900, Tetsuya Mukawa wrote: >> The patch introduces a new PMD. This PMD is implemented as thin wrapper >> of librte_vhost. >> >> * Known issue. >> We may see issues while handling RESET_OWNER message. >> These handlings

[dpdk-dev] [PATCH v4 0/2] Add VHOST PMD

2015-11-13 Thread Tetsuya Mukawa
On 2015/11/13 14:32, Yuanhan Liu wrote: > On Fri, Nov 13, 2015 at 02:20:29PM +0900, Tetsuya Mukawa wrote: >> The patch introduces a new PMD. This PMD is implemented as thin wrapper >> of librte_vhost. >> >> * Known issue. >> We may see issues while handling RESET_OWNER message. >> These handlings

[dpdk-dev] [PATCH v4 0/2] Add VHOST PMD

2015-11-13 Thread Tetsuya Mukawa
The patch introduces a new PMD. This PMD is implemented as thin wrapper of librte_vhost. * Known issue. We may see issues while handling RESET_OWNER message. These handlings are done in vhost library, so not a part of vhost PMD. So far, we are waiting for QEMU fixing. PATCH v4 changes: - Rebase

[dpdk-dev] [PATCH v4 0/2] Add VHOST PMD

2015-11-13 Thread Yuanhan Liu
On Fri, Nov 13, 2015 at 02:20:29PM +0900, Tetsuya Mukawa wrote: > The patch introduces a new PMD. This PMD is implemented as thin wrapper > of librte_vhost. > > * Known issue. > We may see issues while handling RESET_OWNER message. > These handlings are done in vhost library, so not a part of