> > This looks like a third attempt to parse text into rte_flow. > Not sure how this fits in and why it would be useful?
Thanks for the feedback. I wanted to clarify the intent of this patch. The backend support for the PROG action already exists in the PMD. This patch is focused on adding the corresponding frontend (testpmd) parser support so that users can configure and exercise this functionality via CLI. The motivation here is to enable configuration of programmable actions that are already supported in the backend but cannot currently be invoked through testpmd. With this addition, new actions that are exposed through PROG can be configured using the flow command interface. Regards, Megha

