On 9/26/2023 10:25 AM, Ori Kam wrote: > Hi, > >> -----Original Message----- >> From: Cristian Dumitrescu <cristian.dumitre...@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.dumitre...@intel.com> >> Signed-off-by: Qi Zhang <qi.z.zh...@intel.com> >> > > > Acked-by: Ori Kam <or...@nvidia.com> > >
Acked-by: Ferruh Yigit <ferruh.yi...@amd.com> Applied to dpdk-next-net/main, thanks.