pipeline: remove unreachable branch
[dpdk.git] / lib / pipeline / rte_swx_pipeline.c
2021-11-04 David Marchandpipeline: remove unreachable branch
2021-11-04 Yogesh Jangrapipeline: fix dead code
2021-10-29 Zhihong Pengpipeline: fix build with ASan
2021-10-25 Yogesh Jangrapipeline: support action annotations
2021-10-25 Yogesh Jangrapipeline: fix instruction label check
2021-09-27 Cristian Dumitrescupipeline: improve handling of learner action arguments
2021-09-27 Cristian Dumitrescupipeline: enable pipeline compilation
2021-09-27 Cristian Dumitrescupipeline: build shared object for pipeline
2021-09-27 Cristian Dumitrescupipeline: generate custom instruction functions
2021-09-27 Cristian Dumitrescupipeline: generate action functions
2021-09-27 Cristian Dumitrescupipeline: export pipeline instructions to file
2021-09-27 Cristian Dumitrescupipeline: introduce pipeline compilation
2021-09-27 Cristian Dumitrescupipeline: introduce custom instructions
2021-09-27 Cristian Dumitrescupipeline: introduce action functions
2021-09-27 Cristian Dumitrescupipeline: enable persistent instruction meta-data
2021-09-27 Cristian Dumitrescupipeline: create inline functions for meter instructions
2021-09-27 Cristian Dumitrescupipeline: create inline functions for register instructions
2021-09-27 Cristian Dumitrescupipeline: create inline functions for ALU instructions
2021-09-27 Cristian Dumitrescupipeline: create inline functions for DMA instruction
2021-09-27 Cristian Dumitrescupipeline: create inline functions for move instruction
2021-09-27 Cristian Dumitrescupipeline: create inline functions for extern instruction
2021-09-27 Cristian Dumitrescupipeline: create inline functions for learn instruction
2021-09-27 Cristian Dumitrescupipeline: create inline functions for validate instruction
2021-09-27 Cristian Dumitrescupipeline: create inline functions for emit instruction
2021-09-27 Cristian Dumitrescupipeline: create inline functions for extract instruction
2021-09-27 Cristian Dumitrescupipeline: create inline functions for Tx instruction
2021-09-27 Cristian Dumitrescupipeline: create inline functions for Rx instruction
2021-09-27 Cristian Dumitrescupipeline: move thread inline functions to header file
2021-09-27 Cristian Dumitrescupipeline: move data structures to internal header file
2021-09-27 Cristian Dumitrescupipeline: support learner tables
2021-09-27 Cristian Dumitrescupipeline: add header look-ahead instruction
2021-09-27 Cristian Dumitrescupipeline: add variable size headers extract instruction
2021-09-27 Cristian Dumitrescupipeline: support variable size headers
2021-09-27 Cristian Dumitrescupipeline: prepare for variable size headers
2021-08-04 Churchill Khangarpipeline: fix table statistics
2021-07-10 Cristian Dumitrescupipeline: support LPM lookup
2021-07-10 Cristian Dumitrescupipeline: support selector table
2021-04-21 Bruce Richardsonlib: remove librte_ prefix from directory names