[dpdk-dev] [PATCH v6] net/mlx5: support query of AGE action

Raslan Darawsheh rasland at nvidia.com
Tue Oct 20 09:18:48 CEST 2020


Hi,

> -----Original Message-----
> From: dev <dev-bounces at dpdk.org> On Behalf Of Dekel Peled
> Sent: Monday, October 19, 2020 4:53 PM
> To: Slava Ovsiienko <viacheslavo at nvidia.com>; Shahaf Shuler
> <shahafs at nvidia.com>; Matan Azrad <matan at nvidia.com>
> Cc: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH v6] net/mlx5: support query of AGE action
> 
> Recent patch [1] adds to ethdev the API for query of age action.
> This patch implements in MLX5 PMD the query of age action using
> this API.
> 
> [1]
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmail
> s.dpdk.org%2Farchives%2Fdev%2F2020-
> October%2F184864.html&data=04%7C01%7Crasland%40nvidia.com%7C
> 3eb87054b4ea46d4bfe008d87436eddd%7C43083d15727340c1b7db39efd9ccc1
> 7a%7C0%7C0%7C637387126559473041%7CUnknown%7CTWFpbGZsb3d8eyJ
> WIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%
> 7C1000&sdata=CuwWLpphxm3uyQEHkAstAyqUOXfoodfnAvOQmfZpxA
> 0%3D&reserved=0
> ---
> v2: Update age resolution to seconds,
> v3: Replace rte_atomic ops with c11 atomics.
> v4: Remove redundant blank line in RN.
> v5: Fix pointer type compilation issue.
> v6: Access time count atomically.
> ---
> 
> Signed-off-by: Dekel Peled <dekelp at nvidia.com>
> Acked-by: Matan Azrad <matan at nvidia.com>
> ---
>  doc/guides/rel_notes/release_20_11.rst |  8 ++++
>  drivers/net/mlx5/mlx5.h                | 21 ++++-----
>  drivers/net/mlx5/mlx5_flow.c           | 23 +++++++---
>  drivers/net/mlx5/mlx5_flow_dv.c        | 84 +++++++++++++++++++++++++-
> --------
>  4 files changed, 97 insertions(+), 39 deletions(-)
> 

Patch applied to next-net-mlx,

Kindest regards
Raslan Darawsheh


More information about the dev mailing list