doc: announce removal of L2 tunnel filtering API
The functions for L2 tunnel were missed when marking the legacy filtering API as deprecated. That's why a separate notice is done to make clear that it will be removed as well in DPDK 20.11. Signed-off-by: Thomas Monjalon <thomas@monjalon.net> Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com> Acked-by: David Marchand <david.marchand@redhat.com> Acked-by: Jerin Jacob <jerinj@marvell.com> Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
This commit is contained in:
parent
de8d8ef4e9
commit
ec5cc04503
@ -133,6 +133,12 @@ Deprecation Notices
|
|||||||
and the related structures (``rte_fdir_*`` and ``rte_eth_fdir_*``),
|
and the related structures (``rte_fdir_*`` and ``rte_eth_fdir_*``),
|
||||||
will be removed in DPDK 20.11.
|
will be removed in DPDK 20.11.
|
||||||
|
|
||||||
|
* ethdev: The legacy L2 tunnel filtering API is deprecated as the rest of
|
||||||
|
the legacy filtering API.
|
||||||
|
The functions ``rte_eth_dev_l2_tunnel_eth_type_conf`` and
|
||||||
|
``rte_eth_dev_l2_tunnel_offload_set`` which were not marked as deprecated,
|
||||||
|
will be removed in DPDK 20.11.
|
||||||
|
|
||||||
* ethdev: Update API functions returning ``void`` to return ``int`` with
|
* ethdev: Update API functions returning ``void`` to return ``int`` with
|
||||||
negative errno values to indicate various error conditions (e.g.
|
negative errno values to indicate various error conditions (e.g.
|
||||||
invalid port ID, unsupported operation, failed operation):
|
invalid port ID, unsupported operation, failed operation):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user