numam-dpdk/drivers/net/enic
Adrien Mazarguil 76e9a55b5b ethdev: add transfer attribute to flow API
This new attribute enables applications to create flow rules that do not
simply match traffic whose origin is specified in the pattern (e.g. some
non-default physical port or VF), but actively affect it by applying the
flow rule at the lowest possible level in the underlying device.

It breaks ABI compatibility for the following public functions:

- rte_flow_copy()
- rte_flow_create()
- rte_flow_validate()

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
2018-04-27 18:00:54 +01:00
..
base net/enic: enable overlay offload for VXLAN and GENEVE 2018-04-27 15:54:55 +01:00
enic_clsf.c net/enic: avoid strict aliasing warnings 2018-03-30 14:08:43 +02:00
enic_compat.h net/enic: use BSD-3-Clause 2018-01-16 18:47:49 +01:00
enic_ethdev.c net/enic: enable overlay offload for VXLAN and GENEVE 2018-04-27 15:54:55 +01:00
enic_flow.c ethdev: add transfer attribute to flow API 2018-04-27 18:00:54 +01:00
enic_main.c net/enic: fix uninitialized variable 2018-04-27 15:54:56 +01:00
enic_res.c net/enic: enable overlay offload for VXLAN and GENEVE 2018-04-27 15:54:55 +01:00
enic_res.h net/enic: allow to change RSS settings 2018-03-30 14:08:43 +02:00
enic_rxtx.c net/enic: enable overlay offload for VXLAN and GENEVE 2018-04-27 15:54:55 +01:00
enic.h net/enic: enable overlay offload for VXLAN and GENEVE 2018-04-27 15:54:55 +01:00
Makefile net/enic: use BSD-3-Clause 2018-01-16 18:47:49 +01:00
meson.build net/enic: support meson 2018-03-30 14:08:43 +02:00
rte_pmd_enic_version.map