[dpdk-dev] [PATCH] lib/librte_vhost: fix build errors

2015-03-21 Thread Thomas Monjalon
> > fix the error "missing initializer" and "cast to pointer from integer of > > different size". > > > > For the pointer to integer cast issue, need to investigate changing the > > typeof mapped_address. > > > > Signed-off-by: Huawei Xie > > > Acted-by: Changchun Ouyang ^ I recommend

[dpdk-dev] [PATCH] lib/librte_vhost: fix build errors

2015-03-20 Thread Ouyang, Changchun
On 3/19/2015 6:43 PM, Huawei Xie wrote: > fix the error "missing initializer" and "cast to pointer from integer of > different size". > > For the pointer to integer cast issue, need to investigate changing the > typeof mapped_address. > > Signed-off-by: Huawei Xie > Acted-by: Changchun Ouyang

[dpdk-dev] [PATCH] lib/librte_vhost: fix build errors

2015-03-19 Thread Huawei Xie
fix the error "missing initializer" and "cast to pointer from integer of different size". For the pointer to integer cast issue, need to investigate changing the typeof mapped_address. Signed-off-by: Huawei Xie --- lib/librte_vhost/vhost_user/vhost-net-user.c | 2 +-