Cristian Dumitrescu a1b2afe431 pipeline: rework optimization pattern for header generation
The P4 language requires marking a header as valid before any of the
header fields are written as opposed to after the writes are done.
Hence, the optimization of replacing the sequence of instructions to
generate a header by reading it from the table action data with a
single DMA internal instruction are reworked from "mov all + validate
-> dma" to "validate + mov all -> dma".

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
2022-06-20 16:14:50 +02:00
..
2022-06-07 13:12:19 +02:00
2021-04-21 20:21:25 +02:00
2021-05-05 22:20:24 +02:00
2021-03-23 19:50:44 +01:00
2022-02-12 12:07:48 +01:00