Re: [dpdk-dev] [PATCH V2 1/5] pipeline: prepare for variable size headers

2021-09-27 Thread Thomas Monjalon
27/07/2021 19:43, Cristian Dumitrescu: > The emit instruction that is responsible for pushing headers into the > output packet is now reading the header length from internal run-time > structures as opposed to constant value from the instruction opcode. > > Signed-off-by: Cristian Dumitrescu Ser

[dpdk-dev] [PATCH V2 1/5] pipeline: prepare for variable size headers

2021-07-27 Thread Cristian Dumitrescu
The emit instruction that is responsible for pushing headers into the output packet is now reading the header length from internal run-time structures as opposed to constant value from the instruction opcode. Signed-off-by: Cristian Dumitrescu --- lib/pipeline/rte_swx_pipeline.c | 14 ++-