Re: [PATCH] ethdev: add packet type matching item

2023-09-21 Thread Ferruh Yigit
On 9/19/2023 11:02 AM, Ori Kam wrote: > Hi Alex, > > > >> -Original Message- >> From: Alexander Kozyrev >> Sent: Thursday, August 10, 2023 7:15 PM >> Subject: [PATCH] ethdev: add packet type matching item >> >> Add RTE_FLOW_ITEM_TYPE_PTYPE to allow matching on >> L2/L3/L4 and tunnel inf

RE: [PATCH] ethdev: add packet type matching item

2023-09-19 Thread Ori Kam
Hi Alex, > -Original Message- > From: Alexander Kozyrev > Sent: Thursday, August 10, 2023 7:15 PM > Subject: [PATCH] ethdev: add packet type matching item > > Add RTE_FLOW_ITEM_TYPE_PTYPE to allow matching on > L2/L3/L4 and tunnel information as defined in mbuf. > Please add testpmd