[dpdk-dev] [PATCH 0/6] net/mlx: enable secondary process to register DMA memory

Shahaf Shuler shahafs at mellanox.com
Thu Mar 14 13:45:29 CET 2019


Thursday, March 7, 2019 9:42 AM, Yongseok Koh:
> Subject: [dpdk-dev] [PATCH 0/6] net/mlx: enable secondary process to
> register DMA memory
> 
> RFC:
> https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fma
> ils.dpdk.org%2Farchives%2Fdev%2F2019-
> March%2F125517.html&data=02%7C01%7Cshahafs%40mellanox.com%7
> C693ba1facd364c34f30608d6a2d0662a%7Ca652971c7d2e4d9ba6a4d149256f46
> 1b%7C0%7C0%7C636875413295277804&sdata=5LcMxpZoJdgzD0AhJX%2
> FOYt1rBtlaZS6a2YP1IIEC5CE%3D&reserved=0
> 
> Yongseok Koh (6):
>   net/mlx: remove debug messages on datapath
>   net/mlx5: fix external memory registration
>   net/mlx5: add control of excessive memory pinning by kernel
>   net/mlx5: enable secondary process to register DMA memory
>   net/mlx4: add control of excessive memory pinning by kernel
>   net/mlx4: enable secondary process to register DMA memory

For the series - 
Acked-by: Shahaf Shuler <shahafs at mellanox.com>

You probably need to rebase it as it failed to apply on the CI. 

> 
>  doc/guides/nics/mlx4.rst   |  12 +++-
>  doc/guides/nics/mlx5.rst   |  17 +++++-
>  drivers/net/mlx4/mlx4.c    |  11 +++-
>  drivers/net/mlx4/mlx4.h    |  11 ++++
>  drivers/net/mlx4/mlx4_mp.c |  50 +++++++++++++++++
> drivers/net/mlx4/mlx4_mr.c | 119
> +++++++++++++++++++++++++++++++++-------
>  drivers/net/mlx4/mlx4_mr.h |   2 +
>  drivers/net/mlx5/mlx5.c    |   7 +++
>  drivers/net/mlx5/mlx5.h    |   8 +++
>  drivers/net/mlx5/mlx5_mp.c |  51 +++++++++++++++++
> drivers/net/mlx5/mlx5_mr.c | 133
> +++++++++++++++++++++++++++++++++++++--------
>  drivers/net/mlx5/mlx5_mr.h |   2 +
>  12 files changed, 376 insertions(+), 47 deletions(-)
> 
> --
> 2.11.0



More information about the dev mailing list