Re: [dpdk-dev] [PATCH v2 1/4] vhost: fix uninitialized vhost queue

2021-04-13 Thread Maxime Coquelin
On 4/2/21 3:03 PM, Jiayu Hu wrote: > This patch allocates vhost queue by rte_zmalloc() to avoid > undefined values. > > Fixes: a277c7159876 ("vhost: refactor code structure") > Cc: sta...@dpdk.org > > Signed-off-by: Jiayu Hu > --- > lib/librte_vhost/vhost.c | 2 +- > 1 file changed, 1 insert

[dpdk-dev] [PATCH v2 1/4] vhost: fix uninitialized vhost queue

2021-04-01 Thread Jiayu Hu
This patch allocates vhost queue by rte_zmalloc() to avoid undefined values. Fixes: a277c7159876 ("vhost: refactor code structure") Cc: sta...@dpdk.org Signed-off-by: Jiayu Hu --- lib/librte_vhost/vhost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_vhost/vhost