Hi, The mbuf will have this ol_flag PKT_RX_FDIR_ID and mark id can be restored from this field mb->hash.fdir.hi
Kindest regards, Raslan Darawsheh > -----Original Message----- > From: users <[email protected]> On Behalf Of Uiu Uioreanu > Sent: Wednesday, December 12, 2018 5:34 PM > To: [email protected] > Subject: [dpdk-users] access rte flow MARK action field > > Hi, > > Let's say that you create a rte flow rule in order to match some traffic and > use > the MARK action to mark certain packets with an integer. > Is it possible to access that mark value/integer later on, in your pipeline, > by > retrieving it from the rte_mbuf structure? I did not find any "mark" field in > any of the rte structures. > > Also, I am not interested in making another rule to match the marked packet > later on. > > Thanks, > Uiu
