> -----Original Message-----
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Cristian Dumitrescu
> Sent: Thursday, October 11, 2018 12:41 PM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH v4 1/8] pipeline: add table action for packet tag
>
> This patch introduces the packet tag table action which attaches
> a 32-bit value (the tag) to the current input packet. The tag is
> read from the current table entry. The tag is written into the
> mbuf->hash.fdir.hi and the flags PKT_RX_FDIR and PKT_RX_FDIR_ID
> are set into mbuf->ol_flags.
>
> Signed-off-by: Cristian Dumitrescu <cristian.dumitre...@intel.com>
> ---
> lib/librte_pipeline/rte_table_action.c | 78
> ++++++++++++++++++++++++++++++++++
> lib/librte_pipeline/rte_table_action.h | 12 ++++++
> 2 files changed, 90 insertions(+)
>
Applied to next-pipeline tree, thanks!