[dpdk-dev] [PATCH] vhost: add support for dynamic vhost PMD creation

2016-05-10 Thread Ferruh Yigit
On 5/9/2016 10:31 PM, Yuanhan Liu wrote: > On Thu, May 05, 2016 at 07:11:09PM +0100, Ferruh Yigit wrote: >> Add rte_eth_from_vhost() API to create vhost PMD dynamically from >> applications. > > This sounds a good idea to me. It could be better if you name a good > usage of it though. > >> >> Sig

[dpdk-dev] [PATCH] vhost: add support for dynamic vhost PMD creation

2016-05-09 Thread Yuanhan Liu
On Thu, May 05, 2016 at 07:11:09PM +0100, Ferruh Yigit wrote: > Add rte_eth_from_vhost() API to create vhost PMD dynamically from > applications. This sounds a good idea to me. It could be better if you name a good usage of it though. > > Signed-off-by: Ferruh Yigit > --- > drivers/net/vhost/r

[dpdk-dev] [PATCH] vhost: add support for dynamic vhost PMD creation

2016-05-05 Thread Ferruh Yigit
Add rte_eth_from_vhost() API to create vhost PMD dynamically from applications. Signed-off-by: Ferruh Yigit --- drivers/net/vhost/rte_eth_vhost.c | 117 drivers/net/vhost/rte_eth_vhost.h | 19 + drivers/net/vhost/rte_pmd_vhost_version.map |