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

2020-10-20 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Dekel Peled > Sent: Monday, October 19, 2020 4:53 PM > To: Slava Ovsiienko ; Shahaf Shuler > ; Matan Azrad > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v6] net/mlx5: support query of AGE action > > Recent p

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

2020-10-19 Thread Dekel Peled
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://mails.dpdk.org/archives/dev/2020-October/184864.html --- v2: Update age resolution to seconds, v3: Replace rte_atomic ops with c11 atomics. v4: Rem