[dpdk-dev] [PATCH 2/4] vhost: remove unnecessary free

2021-03-16 Thread Jiayu Hu
This patch removes unnecessary rte_free() for async_pkts_info and async_descs_split. Signed-off-by: Jiayu Hu --- lib/librte_vhost/vhost_user.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/lib/librte_vhost/vhost_user.c b/lib/librte_vhost/vhost_user.c index a60bb94..399675c 100644 ---

Re: [dpdk-dev] [PATCH 2/4] vhost: remove unnecessary free

2021-03-29 Thread Maxime Coquelin
On 3/17/21 1:56 PM, Jiayu Hu wrote: > This patch removes unnecessary rte_free() for async_pkts_info > and async_descs_split. > > Signed-off-by: Jiayu Hu > --- > lib/librte_vhost/vhost_user.c | 7 --- > 1 file changed, 7 deletions(-) > Reviewed-by: Maxime Coquelin Thanks, Maxime