Re: [dpdk-dev] [PATCH] ethdev: support query of AGE action

2020-09-30 Thread Ori Kam
Hi Dekel, PSB, Best, Ori > -Original Message- > From: Dekel Peled > Sent: Wednesday, September 30, 2020 12:04 PM > Subject: [PATCH] ethdev: support query of AGE action > > Existing API supports AGE action to monitor the aging of a flow. > This patch implements RFC [1], introducing the

[dpdk-dev] [PATCH] ethdev: support query of AGE action

2020-09-30 Thread Dekel Peled
Existing API supports AGE action to monitor the aging of a flow. This patch implements RFC [1], introducing the response format for query of an AGE action. Application will be able to query the AGE action state. The response will be returned in the format implemented here. [1] https://mails.dpdk.o