numam-dpdk/app/test-flow-perf
Ivan Malov f6d8a6d3fa ethdev: negotiate delivery of packet metadata from HW to PMD
Provide an API to let the application control the NIC's ability
to deliver specific kinds of per-packet metadata to the PMD.

Checks for the NIC's ability to set these kinds of metadata
in the first place (support for the flow actions) belong in
flow API responsibility domain (flow validate mechanism).
This topic is out of scope of the new API in question.

The PMD's ability to deliver received metadata to the user
by virtue of mbuf fields should be covered by mbuf library.
It is also out of scope of the new API in question.

Signed-off-by: Ivan Malov <ivan.malov@oktetlabs.ru>
Reviewed-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Reviewed-by: Andy Moreton <amoreton@xilinx.com>
Acked-by: Ray Kinsella <mdr@ashroe.eu>
Acked-by: Jerin Jacob <jerinj@marvell.com>
Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
Acked-by: Somnath Kotur <somnath.kotur@broadcom.com>
Acked-by: Ori Kam <orika@nvidia.com>
Acked-by: Wisam Jaddo <wisamm@nvidia.com>
2021-10-13 00:47:42 +02:00
..
actions_gen.c app/flow-perf: add runtime option to use unique data 2021-04-12 15:51:04 +02:00
actions_gen.h app/flow-perf: add runtime option to use unique data 2021-04-12 15:51:04 +02:00
config.h app/flow-perf: add runtime option to use unique data 2021-04-12 15:51:04 +02:00
flow_gen.c app/flow-perf: add runtime option to use unique data 2021-04-12 15:51:04 +02:00
flow_gen.h app/flow-perf: add runtime option to use unique data 2021-04-12 15:51:04 +02:00
items_gen.c app/flow-perf: fix IPv6 source address increment 2021-04-12 16:26:25 +02:00
items_gen.h app/flow-perf: add multi-core rule insertion and deletion 2021-01-07 15:14:02 +01:00
main.c ethdev: negotiate delivery of packet metadata from HW to PMD 2021-10-13 00:47:42 +02:00
meson.build app/testpmd: build on Windows 2021-07-02 19:03:03 +02:00