Re: [dpdk-dev] [PATCH] pipeline: improve handling of learner table action arguments

2021-09-27 Thread Thomas Monjalon
14/09/2021 21:00, Cristian Dumitrescu: > The arguments of actions that are learned are now specified as part of > the learn instruction as opposed to being statically specified as part > of the learner table configuration. > > Signed-off-by: Cristian Dumitrescu Applied, thanks.

[dpdk-dev] [PATCH] pipeline: improve handling of learner table action arguments

2021-09-14 Thread Cristian Dumitrescu
The arguments of actions that are learned are now specified as part of the learn instruction as opposed to being statically specified as part of the learner table configuration. Signed-off-by: Cristian Dumitrescu --- Depends-on: series-18878 ("[V3,01/24] pipeline: move data structures to internal