mbox series

[v3,0/2] net/mlx5: support flow aging

Message ID 20200429022509.4360-1-dongz@mellanox.com (mailing list archive)
Headers
Series net/mlx5: support flow aging |

Message

Bill Zhou April 29, 2020, 2:25 a.m. UTC
  Those patches implement flow aging for mlx5 driver. First patch is to modify
the current additional memory allocation for counter, so that it's easy to
get every counter additional memory location by using offsetting. Second patch
implements aging check and age-out event callback mechanism for mlx5 driver.


Bill Zhou (2):
  net/mlx5: modify ext-counter memory allocation
  net/mlx5: support flow aging

 doc/guides/rel_notes/release_20_05.rst |   1 +
 drivers/net/mlx5/mlx5.c                |  93 ++++--
 drivers/net/mlx5/mlx5.h                |  79 +++++-
 drivers/net/mlx5/mlx5_flow.c           | 205 ++++++++++++--
 drivers/net/mlx5/mlx5_flow.h           |  16 +-
 drivers/net/mlx5/mlx5_flow_dv.c        | 373 +++++++++++++++++++++----
 drivers/net/mlx5/mlx5_flow_verbs.c     |  16 +-
 7 files changed, 655 insertions(+), 128 deletions(-)
  

Comments

Matan Azrad May 3, 2020, 7:41 a.m. UTC | #1
From: Bill Zhou:
> Those patches implement flow aging for mlx5 driver. First patch is to modify
> the current additional memory allocation for counter, so that it's easy to get
> every counter additional memory location by using offsetting. Second patch
> implements aging check and age-out event callback mechanism for mlx5
> driver.
> 
> 
> Bill Zhou (2):
>   net/mlx5: modify ext-counter memory allocation
>   net/mlx5: support flow aging


Series-acked-by: Matan Azrad <matan@mellanox.com>

>  doc/guides/rel_notes/release_20_05.rst |   1 +
>  drivers/net/mlx5/mlx5.c                |  93 ++++--
>  drivers/net/mlx5/mlx5.h                |  79 +++++-
>  drivers/net/mlx5/mlx5_flow.c           | 205 ++++++++++++--
>  drivers/net/mlx5/mlx5_flow.h           |  16 +-
>  drivers/net/mlx5/mlx5_flow_dv.c        | 373 +++++++++++++++++++++----
>  drivers/net/mlx5/mlx5_flow_verbs.c     |  16 +-
>  7 files changed, 655 insertions(+), 128 deletions(-)
> 
> --
> 2.21.0
  
Raslan Darawsheh May 3, 2020, 11:47 a.m. UTC | #2
Hi,

> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Matan Azrad
> Sent: Sunday, May 3, 2020 10:42 AM
> To: Bill Zhou <dongz@mellanox.com>; Ori Kam <orika@mellanox.com>;
> Shahaf Shuler <shahafs@mellanox.com>; Slava Ovsiienko
> <viacheslavo@mellanox.com>; marko.kovacevic@intel.com;
> john.mcnamara@intel.com
> Cc: dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v3 0/2] net/mlx5: support flow aging
> 
> 
> 
> From: Bill Zhou:
> > Those patches implement flow aging for mlx5 driver. First patch is to modify
> > the current additional memory allocation for counter, so that it's easy to get
> > every counter additional memory location by using offsetting. Second
> patch
> > implements aging check and age-out event callback mechanism for mlx5
> > driver.
> >
> >
> > Bill Zhou (2):
> >   net/mlx5: modify ext-counter memory allocation
> >   net/mlx5: support flow aging
> 
> 
> Series-acked-by: Matan Azrad <matan@mellanox.com>
> 
> >  doc/guides/rel_notes/release_20_05.rst |   1 +
> >  drivers/net/mlx5/mlx5.c                |  93 ++++--
> >  drivers/net/mlx5/mlx5.h                |  79 +++++-
> >  drivers/net/mlx5/mlx5_flow.c           | 205 ++++++++++++--
> >  drivers/net/mlx5/mlx5_flow.h           |  16 +-
> >  drivers/net/mlx5/mlx5_flow_dv.c        | 373 +++++++++++++++++++++----
> >  drivers/net/mlx5/mlx5_flow_verbs.c     |  16 +-
> >  7 files changed, 655 insertions(+), 128 deletions(-)
> >
> > --
> > 2.21.0


Series applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh