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

2015-11-09 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 v3 changes: - Rebase

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

2015-11-09 Thread Yuanhan Liu
On Mon, Nov 09, 2015 at 02:16:59PM +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 vhos