mbox

[0/2] support flow aging

Message ID 20200413145342.2212-1-dongz@mellanox.com (mailing list archive)
Headers

Message

Bill Zhou April 13, 2020, 2:53 p.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.


Dong 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                |  34 ++-
 drivers/net/mlx5/mlx5.h                |  59 ++++-
 drivers/net/mlx5/mlx5_flow.c           | 147 ++++++++++-
 drivers/net/mlx5/mlx5_flow.h           |  15 +-
 drivers/net/mlx5/mlx5_flow_dv.c        | 336 +++++++++++++++++++++----
 drivers/net/mlx5/mlx5_flow_verbs.c     |  16 +-
 7 files changed, 518 insertions(+), 90 deletions(-)