[dpdk-dev] [PATCH] examples/vhost: fix failure without hints

2016-07-11 Thread Yuanhan Liu
On Mon, Jul 04, 2016 at 11:00:13AM +0800, Yuanhan Liu wrote: > On Fri, Jul 01, 2016 at 08:50:31AM +, Jianfeng Tan wrote: > > When the specified cores and memory lie on different numa socket with > > physical NIC, vhost fails to set up rx queue, and exits without any > > hints. This could leads

[dpdk-dev] [PATCH] examples/vhost: fix failure without hints

2016-07-04 Thread Yuanhan Liu
On Fri, Jul 01, 2016 at 08:50:31AM +, Jianfeng Tan wrote: > When the specified cores and memory lie on different numa socket with > physical NIC, vhost fails to set up rx queue, and exits without any > hints. This could leads to confusion of users. > > This patch fixes it by adding some error

[dpdk-dev] [PATCH] examples/vhost: fix failure without hints

2016-07-01 Thread Jianfeng Tan
When the specified cores and memory lie on different numa socket with physical NIC, vhost fails to set up rx queue, and exits without any hints. This could leads to confusion of users. This patch fixes it by adding some error messages when calling ether APIs returns errors. Fixes: 4796ad63ba1f ("