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

2018-10-11 Thread Dumitrescu, Cristian
> -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

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

2018-10-11 Thread Cristian Dumitrescu
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-b