pipeline: prepare for variable size headers
authorCristian Dumitrescu <cristian.dumitrescu@intel.com>
Tue, 27 Jul 2021 17:43:36 +0000 (18:43 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 27 Sep 2021 07:14:41 +0000 (09:14 +0200)
commit5f3e6104227c13dad23ad0de12b05de924bd25aa
treea6e91a1ca85caecd21e888e3d7a35b45d65dee89
parent3ab154b306d6713f8c38b95abca7e5e43b700fd0
pipeline: prepare for variable size headers

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 <cristian.dumitrescu@intel.com>
lib/pipeline/rte_swx_pipeline.c