Re: [dpdk-dev] [PATCH v2] pipeline: add support for action annotations

2021-10-25 Thread Thomas Monjalon
18/10/2021 03:22, Yogesh Jangra: > Enable restricting the scope of an action to regular table entries or > to the table default entry in order to support the P4 language > tableonly or defaultonly annotations. > > Signed-off-by: Yogesh Jangra > Acked-by: Cristian Dumitrescu Applied, thanks.

[dpdk-dev] [PATCH v2] pipeline: add support for action annotations

2021-10-18 Thread Yogesh Jangra
Enable restricting the scope of an action to regular table entries or to the table default entry in order to support the P4 language tableonly or defaultonly annotations. Signed-off-by: Yogesh Jangra Acked-by: Cristian Dumitrescu --- lib/pipeline/rte_swx_ctl.c | 6 ++ lib/pipeli