mbox series

[v2,0/3] vhost: vhost_user_set_mem_table refactoring

Message ID 20210105125728.102413-1-maxime.coquelin@redhat.com (mailing list archive)
Headers
Series vhost: vhost_user_set_mem_table refactoring |

Message

Maxime Coquelin Jan. 5, 2021, 12:57 p.m. UTC
  The goal of this series is to refactor vhost_user_set_mem_table
function, to make it easier to understand and maintain.

Changes in v2:
==============
- Tag unused args when userfaultfd disabled (Chenbo).

Maxime Coquelin (3):
  vhost: refactor postcopy region registration
  vhost: refactor postcopy registration
  vhost: refactor memory regions mapping

 lib/librte_vhost/vhost_user.c | 347 +++++++++++++++++++---------------
 1 file changed, 195 insertions(+), 152 deletions(-)
  

Comments

Maxime Coquelin Jan. 8, 2021, 9:16 a.m. UTC | #1
On 1/5/21 1:57 PM, Maxime Coquelin wrote:
> The goal of this series is to refactor vhost_user_set_mem_table
> function, to make it easier to understand and maintain.
> 
> Changes in v2:
> ==============
> - Tag unused args when userfaultfd disabled (Chenbo).
> 
> Maxime Coquelin (3):
>   vhost: refactor postcopy region registration
>   vhost: refactor postcopy registration
>   vhost: refactor memory regions mapping
> 
>  lib/librte_vhost/vhost_user.c | 347 +++++++++++++++++++---------------
>  1 file changed, 195 insertions(+), 152 deletions(-)
> 


Series applied to dpdk-next-virtio/main.

Thanks,
Maxime