numam-dpdk/drivers/net/i40e
Thomas Monjalon b7ed955a20 ethdev: deprecate legacy filter API
As stated in the deprecation notice from December 2016,
"the legacy filter API, including rte_eth_dev_filter_supported(),
rte_eth_dev_filter_ctrl() as well as filter types MACVLAN, ETHERTYPE,
FLEXIBLE, SYN, NTUPLE, TUNNEL, FDIR, HASH and L2_TUNNEL, is superseded
by the generic flow API (rte_flow)".

After a long wait of more than two years, the legacy filter API
is marked as deprecated, while still tested with testpmd and
the tep_termination example.

The next step will be to announce a deadline for complete removal.
As preparation of the removal of rte_eth_ctrl.h,
RTE_ETH_FLOW_*, RTE_TUNNEL_TYPE_* and RTE_ETH_HASH_FUNCTION_* definitions
are moved to rte_ethdev.h and rte_flow.h.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Shahaf Shuler <shahafs@mellanox.com>
Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
2019-04-19 14:51:54 +02:00
..
base net/i40e: fix port close 2018-12-13 17:44:52 +00:00
i40e_ethdev_vf.c net/i40e: fix logging on VF close 2019-04-19 14:51:54 +02:00
i40e_ethdev.c ethdev: deprecate legacy filter API 2019-04-19 14:51:54 +02:00
i40e_ethdev.h ethdev: deprecate legacy filter API 2019-04-19 14:51:54 +02:00
i40e_fdir.c
i40e_flow.c ethdev: deprecate legacy filter API 2019-04-19 14:51:54 +02:00
i40e_logs.h
i40e_pf.c net/i40e: update queue number check for rounding 2019-03-20 18:15:42 +01:00
i40e_pf.h
i40e_regs.h
i40e_rxtx_vec_altivec.c
i40e_rxtx_vec_avx2.c
i40e_rxtx_vec_common.h net/i40e: fix Rx instability with vector mode 2018-11-05 16:50:14 +01:00
i40e_rxtx_vec_neon.c
i40e_rxtx_vec_sse.c
i40e_rxtx.c net/i40e: fix scattered Rx enabling 2019-04-12 11:02:02 +02:00
i40e_rxtx.h
i40e_tm.c
i40e_vf_representor.c add missing static keyword to globals 2018-10-29 02:01:08 +01:00
Makefile
meson.build
rte_pmd_i40e_version.map
rte_pmd_i40e.c replace snprintf with strlcpy 2019-04-04 22:46:05 +02:00
rte_pmd_i40e.h