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

2016-02-02 Thread Tetsuya Mukawa
The patch introduces a new PMD. This PMD is implemented as thin wrapper of librte_vhost. PATCH v6 changes: - Remove rte_vhost_driver_pmd_callback_registe(). - Support link status interrupt. - Support queue state changed interrupt. - Add rte_eth_vhost_get_queue_event(). - Support numa node

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

2016-02-02 Thread Rich Lane
Looks good. I tested the queue state change code in particular and didn't find any problems. Reviewed-by: Rich Lane Tested-by: Rich Lane