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

2016-03-21 Thread Tetsuya Mukawa
The patch introduces a new PMD. This PMD is implemented as thin wrapper of librte_vhost. PATCH v13 changes: - Rebase on latest master. - Fix commit log of below patch. - ethdev: Add a new event type to notify a queue state changed event - Fix warnings from checkpatch.pl. - Add description

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

2016-03-21 Thread Bruce Richardson
On Mon, Mar 21, 2016 at 02:45:06PM +0900, Tetsuya Mukawa wrote: > The patch introduces a new PMD. This PMD is implemented as thin wrapper > of librte_vhost. > > > Tetsuya Mukawa (2): > ethdev: Add a new event type to notify a queue state changed event > vhost: Add VHOST PMD > Applied to