03/08/2018 16:37, Adrien Mazarguil: > +* ethdev: flow API function ``rte_flow_copy()`` will be deprecated in v18.11 > + in favor of ``rte_flow_conv()`` (which will appear in that version) and > + subsequently removed for v19.02. > + > + This is due to a lack of flexibility and reliance on a type unusable with > + C++ programs (struct rte_flow_desc).
Acked-by: Thomas Monjalon <tho...@monjalon.net>