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_P

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. &

[PATCH] ethdev: add packet type matching item

2023-08-10 Thread Alexander Kozyrev
Add RTE_FLOW_ITEM_TYPE_PTYPE to allow matching on L2/L3/L4 and tunnel information as defined in mbuf. Signed-off-by: Alexander Kozyrev --- app/test-pmd/cmdline_flow.c | 27 + doc/guides/nics/features/default.ini| 1 + doc/guides/prog_guide/rte_flow.rs