Re: [dpdk-dev] [PATCH v3 7/7] ethdev: deprecate rte_flow_copy function

2018-10-04 Thread Ferruh Yigit
On 8/31/2018 10:01 AM, Adrien Mazarguil wrote: > No users left for this function, time to deprecate it. > > Signed-off-by: Adrien Mazarguil > Cc: Thomas Monjalon > Cc: Ferruh Yigit > Cc: Andrew Rybchenko > Cc: Gaetan Rivet > -- > v3 changes: > > - Removed deprecation notice (finally got Ferr

[dpdk-dev] [PATCH v3 7/7] ethdev: deprecate rte_flow_copy function

2018-08-31 Thread Adrien Mazarguil
No users left for this function, time to deprecate it. Signed-off-by: Adrien Mazarguil Cc: Thomas Monjalon Cc: Ferruh Yigit Cc: Andrew Rybchenko Cc: Gaetan Rivet -- v3 changes: - Removed deprecation notice (finally got Ferruh's point), made patch last in series. v2 changes: - Patch was n