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

2015-11-05 Thread Tetsuya Mukawa
Hi, Could someone please review below patch series? Regards, Tetsuya On 2015/11/02 12:58, Tetsuya Mukawa wrote: > The patch introduces a new PMD. This PMD is implemented as thin wrapper > of librte_vhost. The patch will work on below patch series. > - [PATCH v7 00/28] remove pci driver from vde

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

2015-11-02 Thread Tetsuya Mukawa
The patch introduces a new PMD. This PMD is implemented as thin wrapper of librte_vhost. The patch will work on below patch series. - [PATCH v7 00/28] remove pci driver from vdevs * Known issue. We may see issues while handling RESET_OWNER message. These handlings are done in vhost library, so no