[dpdk-dev] [PATCH 0/3] Add VHOST PMD

2015-11-02 Thread Tetsuya Mukawa
On 2015/10/31 3:30, Thomas Monjalon wrote: > 2015-10-27 16:54, Tetsuya Mukawa: >> Below patch has been submitted as a separate patch. >> >> - [dpdk-dev,1/3] vhost: Fix wrong handling of virtqueue array index >> (http://dpdk.org/dev/patchwork/patch/8038/) > Please could you rebase only the two

[dpdk-dev] [PATCH 0/3] Add VHOST PMD

2015-10-30 Thread Thomas Monjalon
2015-10-27 16:54, Tetsuya Mukawa: > Below patch has been submitted as a separate patch. > > - [dpdk-dev,1/3] vhost: Fix wrong handling of virtqueue array index > (http://dpdk.org/dev/patchwork/patch/8038/) Please could you rebase only the two last patches? Thanks PS: WARNING:TYPO_SPELLING:

[dpdk-dev] [PATCH 0/3] Add VHOST PMD

2015-10-27 Thread Tetsuya Mukawa
Below patch has been submitted as a separate patch. - [dpdk-dev,1/3] vhost: Fix wrong handling of virtqueue array index (http://dpdk.org/dev/patchwork/patch/8038/) Tetsuya On 2015/10/27 15:12, Tetsuya Mukawa wrote: > The patch introduces a new PMD. This PMD is implemented as thin wrapper >

[dpdk-dev] [PATCH 0/3] Add VHOST PMD

2015-10-27 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 v5 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