On Thu, 21 May 2026 15:43:54 +0530 Megha Ajmera <[email protected]> wrote:
> Add parser support for a generic PROG flow action in testpmd. > > The update adds CLI tokens and parsing logic for program name and > argument tuples (name, size, value), enabling programmable action > configuration through the flow command interface. > > Example flow rule: > flow create 0 ingress pattern eth / end actions prog name my_prog > argument name arg0 size 4 value 10 / end > > Signed-off-by: Megha Ajmera <[email protected]> > Signed-off-by: Praveen Shetty <[email protected]> > --- This looks like a third attempt to parse text into rte_flow. Not sure how this fits in and why it would be useful?

