Re: [PATCH V2] pipeline: fix packet mirroring configuration

2022-06-20 Thread Thomas Monjalon
13/06/2022 19:28, Cristian Dumitrescu: > 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.

[PATCH V2] pipeline: fix packet mirroring configuration

2022-06-13 Thread Cristian Dumitrescu
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_co