0a00384a76
Fix segmentation fault due to null pointer dereferencing inside the
"mirror" instruction when number of mirroring slots is set to 0. This
was taking place when the "mirror" instruction was used without the
mirror feature being properly configured, i.e. the API function
rte_swx_pipeline_mirroring_config was not called at initialization.
Fixes:
|
||
---|---|---|
.. | ||
meson.build | ||
rte_pipeline.c | ||
rte_pipeline.h | ||
rte_port_in_action.c | ||
rte_port_in_action.h | ||
rte_swx_ctl.c | ||
rte_swx_ctl.h | ||
rte_swx_extern.h | ||
rte_swx_pipeline_internal.h | ||
rte_swx_pipeline_spec.c | ||
rte_swx_pipeline.c | ||
rte_swx_pipeline.h | ||
rte_table_action.c | ||
rte_table_action.h | ||
version.map |