pipeline: generate action functions
authorCristian Dumitrescu <cristian.dumitrescu@intel.com>
Mon, 13 Sep 2021 16:44:40 +0000 (17:44 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 27 Sep 2021 10:09:45 +0000 (12:09 +0200)
commitd025528d74cf01e65d47502a3defa02947a2a772
tree0f03d7ae5ac698f770812476f1f1cba20226cb42
parent216bc906d0002190c812858983aba8835b6b7006
pipeline: generate action functions

Generate a C function for each action. For most instructions, the
associated inline function is called directly. Special care is taken
for TX, jump and return instructions.

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
lib/pipeline/rte_swx_pipeline.c