> -Original Message-
> From: Maxime Coquelin
> Sent: Wednesday, September 23, 2020 5:15 PM
> To: Fu, Patrick ; dev@dpdk.org; Xia, Chenbo
>
> Cc: Wang, Zhihong ; Jiang, Cheng1
>
> Subject: Re: [PATCH v1 2/4] vhost: dynamically alloc async memory
>
> s/alloc/allocate/
>
Fix in v2
> On
s/alloc/allocate/
On 9/11/20 3:53 AM, Patrick Fu wrote:
> alloc async internal memory buffer by rte_malloc(), replacing array
Allocate async internal memory buffer with rte_malloc()
> declaration inside vq structure. Dynamic allocation can help to save
> memory footprint when async path is not r
alloc async internal memory buffer by rte_malloc(), replacing array
declaration inside vq structure. Dynamic allocation can help to save
memory footprint when async path is not registered.
Signed-off-by: Patrick Fu
---
lib/librte_vhost/vhost.c | 49
lib/l
3 matches
Mail list logo