Re: [dpdk-dev] [PATCH v2 1/3] vhost: refactor postcopy region registration

2021-01-07 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Tuesday, January 5, 2021 8:57 PM > To: dev@dpdk.org; Xia, Chenbo ; Ding, Xuan > > Cc: Maxime Coquelin > Subject: [PATCH v2 1/3] vhost: refactor postcopy region registration > > This patch moves the registration of memory regions to >

[dpdk-dev] [PATCH v2 1/3] vhost: refactor postcopy region registration

2021-01-05 Thread Maxime Coquelin
This patch moves the registration of memory regions to userfaultfd to a dedicated function, with the goal of simplifying VHOST_USER_SET_MEM_TABLE request handling function. Signed-off-by: Maxime Coquelin --- lib/librte_vhost/vhost_user.c | 77 +-- 1 file changed,