Re: [dpdk-dev] [PATCH 1/1] net/mlx5: fix typo in flow engine type

2021-07-29 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Asaf Penso > Sent: Wednesday, July 28, 2021 12:40 PM > To: dev@dpdk.org > Cc: NBU-Contact-Thomas Monjalon ; Slava > Ovsiienko ; Matan Azrad ; > Raslan Darawsheh ; sta...@dpdk.org > Subject: [PATCH 1/1] net/mlx5: fix typo in flow engine type > > The concre

Re: [dpdk-dev] [PATCH 1/1] net/mlx5: fix typo in flow engine type

2021-07-28 Thread Matan Azrad
From: Asaf Penso > The concrete function names have a prefix for flow_dv. > This emphasizes the flow engine is direct verbs. > > The function flow_get_aged_flows doesn’t have this prefix. > It creates an inconsistency with the other functions. > > Update the function name to include dv. > > Fi