doc: announce deprecation of flow copy function

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
This commit is contained in:
Adrien Mazarguil 2018-08-03 16:37:52 +02:00 committed by Thomas Monjalon
parent ba3389d5ee
commit 7ca1e39af2

View File

@ -85,3 +85,10 @@ Deprecation Notices
- ``rte_pdump_set_socket_dir`` will be removed;
- The parameter, ``path``, of ``rte_pdump_init`` will be removed;
- The enum ``rte_pdump_socktype`` will be removed.
* 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).