[PATCH V2] ethdev: add flow API support for P4-programmable devices
Ferruh Yigit
ferruh.yigit at amd.com
Thu Sep 28 11:19:40 CEST 2023
On 9/26/2023 10:25 AM, Ori Kam wrote:
> Hi,
>
>> -----Original Message-----
>> From: Cristian Dumitrescu <cristian.dumitrescu at intel.com>
>> 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 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 typically compiled
>> into firmware that is loaded on the device at init time. These flow
>> items and actions are then used during the run-time phase to add flows
>> on the device.
>>
>> Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>
>> Signed-off-by: Qi Zhang <qi.z.zhang at intel.com>
>>
>
>
> Acked-by: Ori Kam <orika at nvidia.com>
>
>
Acked-by: Ferruh Yigit <ferruh.yigit at amd.com>
Applied to dpdk-next-net/main, thanks.
More information about the dev
mailing list