numam-dpdk/lib/librte_pipeline
Cristian Dumitrescu 196eae6148 pipeline: add table action for packet decap
This patch introduces a new table action for packet decapsulation
which removes n bytes from the start of the input packet. The n
is read from the current table entry. The following mbuf fields
are updated by the action: data_off, data_len, pkt_len.

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
2018-10-12 19:33:34 +02:00
..
Makefile pipeline: add symmetric crypto table action 2018-10-12 19:33:07 +02:00
meson.build pipeline: add symmetric crypto table action 2018-10-12 19:33:07 +02:00
rte_pipeline_version.map pipeline: add symmetric crypto table action 2018-10-12 19:33:07 +02:00
rte_pipeline.c pipeline: do not check for invalid socket ID 2018-10-11 10:37:45 +02:00
rte_pipeline.h lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_port_in_action.c pipeline: add port in action APIs 2018-04-04 12:26:07 +02:00
rte_port_in_action.h pipeline: add port in action APIs 2018-04-04 12:26:07 +02:00
rte_table_action.c pipeline: add table action for packet decap 2018-10-12 19:33:34 +02:00
rte_table_action.h pipeline: add table action for packet decap 2018-10-12 19:33:34 +02:00