Re: [PATCH V2] ethdev: add flow API support for P4-programmable devices

2023-09-28 Thread Ferruh Yigit
On 9/26/2023 10:25 AM, Ori Kam wrote: > Hi, > >> -Original Message- >> From: Cristian Dumitrescu >> Sent: Monday, September 25, 2023 3:34 PM >> Subject: [PATCH V2] ethdev: add flow API support for P4-programmable >> devices >> >> This p

RE: [PATCH V2] ethdev: add flow API support for P4-programmable devices

2023-09-26 Thread Ori Kam
Hi, > -Original Message- > From: Cristian Dumitrescu > Sent: Monday, September 25, 2023 3:34 PM > Subject: [PATCH V2] ethdev: add flow API support for P4-programmable > devices > > This patch introduces the new "program" action type to enable flow AP

[PATCH V2] ethdev: add flow API support for P4-programmable devices

2023-09-25 Thread Cristian Dumitrescu
This patch introduces the new "program" action type to enable flow API support for P4-programmable devices. In the case of P4-programmable devices, the device is initially blank. The flow items and actions are defined by the user (outside of any vendor control) through the P4 program, which is typ