Re: [PATCH] pipeline: fix code generation for the recirculation ID instruction

2022-08-29 Thread Thomas Monjalon
18/07/2022 14:59, Cristian Dumitrescu: > The "offset" and "n_bits" fields were generated incorrectly, hence the > output C file was producing compilation errors when the "recircid" > instruction was used. > > Fixes: 5ec76d29dc6 ("pipeline: support packet recirculation") > Cc: sta...@dpdk.org > >

[PATCH] pipeline: fix code generation for the recirculation ID instruction

2022-07-18 Thread Cristian Dumitrescu
The "offset" and "n_bits" fields were generated incorrectly, hence the output C file was producing compilation errors when the "recircid" instruction was used. Fixes: 5ec76d29dc6 ("pipeline: support packet recirculation") Cc: sta...@dpdk.org Signed-off-by: Cristian Dumitrescu --- lib/pipeline/r