[dpdk-dev] [PATCH v4 1/8] pipeline: add table action for packet tag

Dumitrescu, Cristian cristian.dumitrescu at intel.com
Thu Oct 11 18:40:44 CEST 2018



> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Cristian Dumitrescu
> Sent: Thursday, October 11, 2018 12:41 PM
> To: dev at 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.dumitrescu at 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!


More information about the dev mailing list