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
enic_compat.h
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
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
meson.build
rte_pmd_enic_version.map