Re: [dpdk-dev] [PATCH 3/4] net/vhost: delay vhost driver setup

2020-02-04 Thread Maxime Coquelin
On 1/9/20 12:22 AM, Itsuro Oda wrote: > setting vhost driver is delayed at eth_dev configuration Sentences starts with an upper-case. Vhost driver setup is delayed... > in order to be able to set it from a secondary process. Add Fixes tag and cc stable. > Signed-off-by: Itsuro Oda > --- >

[dpdk-dev] [PATCH 3/4] net/vhost: delay vhost driver setup

2020-01-08 Thread Itsuro Oda
setting vhost driver is delayed at eth_dev configuration in order to be able to set it from a secondary process. Signed-off-by: Itsuro Oda --- drivers/net/vhost/rte_eth_vhost.c | 130 ++ 1 file changed, 78 insertions(+), 52 deletions(-) diff --git a/drivers/net/vhost

[dpdk-dev] [PATCH 3/4] net/vhost: delay vhost driver setup

2020-01-07 Thread oda
From: Itsuro Oda setting vhost driver is delayed at eth_dev configuration in order to be able to set it from a secondary process. --- drivers/net/vhost/rte_eth_vhost.c | 130 ++ 1 file changed, 78 insertions(+), 52 deletions(-) diff --git a/drivers/net/vhost/rte_eth_