mbox series

[0/2] adjusting mkey creations

Message ID 1616061368-29768-1-git-send-email-michaelba@nvidia.com (mailing list archive)
Headers
Series adjusting mkey creations |

Message

Michael Baum March 18, 2021, 9:56 a.m. UTC
  Adjusting mkey creations to use Verbs instead of DevX API.

Michael Baum (2):
  net/mlx5: workaround ASO memory region creation
  net/mlx5: workaround counter memory region creation

 drivers/common/mlx5/linux/mlx5_common_verbs.c |   1 -
 drivers/common/mlx5/windows/mlx5_common_os.c  |  23 +++---
 drivers/net/mlx5/linux/mlx5_os.c              |  10 ---
 drivers/net/mlx5/mlx5.c                       |  11 ++-
 drivers/net/mlx5/mlx5.h                       |  15 +---
 drivers/net/mlx5/mlx5_flow.c                  |  27 ++-----
 drivers/net/mlx5/mlx5_flow_age.c              | 106 +++++++++++---------------
 drivers/net/mlx5/windows/mlx5_os.c            |   9 ---
 8 files changed, 71 insertions(+), 131 deletions(-)
  

Comments

Raslan Darawsheh March 25, 2021, 8:52 a.m. UTC | #1
Hi,

> -----Original Message-----
> From: Michael Baum <michaelba@nvidia.com>
> Sent: Thursday, March 18, 2021 11:56 AM
> To: dev@dpdk.org
> Cc: Matan Azrad <matan@nvidia.com>; Raslan Darawsheh
> <rasland@nvidia.com>; Slava Ovsiienko <viacheslavo@nvidia.com>
> Subject: [PATCH 0/2] adjusting mkey creations
> 
> Adjusting mkey creations to use Verbs instead of DevX API.
> 
> Michael Baum (2):
>   net/mlx5: workaround ASO memory region creation
>   net/mlx5: workaround counter memory region creation
> 
>  drivers/common/mlx5/linux/mlx5_common_verbs.c |   1 -
>  drivers/common/mlx5/windows/mlx5_common_os.c  |  23 +++---
>  drivers/net/mlx5/linux/mlx5_os.c              |  10 ---
>  drivers/net/mlx5/mlx5.c                       |  11 ++-
>  drivers/net/mlx5/mlx5.h                       |  15 +---
>  drivers/net/mlx5/mlx5_flow.c                  |  27 ++-----
>  drivers/net/mlx5/mlx5_flow_age.c              | 106 +++++++++++---------------
>  drivers/net/mlx5/windows/mlx5_os.c            |   9 ---
>  8 files changed, 71 insertions(+), 131 deletions(-)
> 
> --
> 1.8.3.1

Series applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh
  
Raslan Darawsheh March 29, 2021, 8:14 a.m. UTC | #2
Hi,
> -----Original Message-----
> From: Raslan Darawsheh
> Sent: Thursday, March 25, 2021 10:53 AM
> To: Michael Baum <michaelba@nvidia.com>; dev@dpdk.org
> Cc: Matan Azrad <matan@nvidia.com>; Slava Ovsiienko
> <viacheslavo@nvidia.com>
> Subject: RE: [PATCH 0/2] adjusting mkey creations
> 
> Hi,
> 
> > -----Original Message-----
> > From: Michael Baum <michaelba@nvidia.com>
> > Sent: Thursday, March 18, 2021 11:56 AM
> > To: dev@dpdk.org
> > Cc: Matan Azrad <matan@nvidia.com>; Raslan Darawsheh
> > <rasland@nvidia.com>; Slava Ovsiienko <viacheslavo@nvidia.com>
> > Subject: [PATCH 0/2] adjusting mkey creations
> >
> > Adjusting mkey creations to use Verbs instead of DevX API.
> >
> > Michael Baum (2):
> >   net/mlx5: workaround ASO memory region creation
> >   net/mlx5: workaround counter memory region creation
> >
> >  drivers/common/mlx5/linux/mlx5_common_verbs.c |   1 -
> >  drivers/common/mlx5/windows/mlx5_common_os.c  |  23 +++---
> >  drivers/net/mlx5/linux/mlx5_os.c              |  10 ---
> >  drivers/net/mlx5/mlx5.c                       |  11 ++-
> >  drivers/net/mlx5/mlx5.h                       |  15 +---
> >  drivers/net/mlx5/mlx5_flow.c                  |  27 ++-----
> >  drivers/net/mlx5/mlx5_flow_age.c              | 106 +++++++++++---------------
> >  drivers/net/mlx5/windows/mlx5_os.c            |   9 ---
> >  8 files changed, 71 insertions(+), 131 deletions(-)
> >
> > --
> > 1.8.3.1
> 
> Series applied to next-net-mlx,
> 
> Kindest regards,
> Raslan Darawsheh
Due to some regression which was found in these patches series we'll remove them from next-net-mlx, 
to have another version which has the fix for this issue.


Kindest regards,
Raslan Darawsheh