Re: [PATCH] pipeline: fix validate header instruction

2022-11-22 Thread Thomas Monjalon
21/11/2022 15:24, Cristian Dumitrescu: > From: Yogesh Jangra > > The exported data structure for the header validate instruction did > not populate its struct_id field, which results in segmentation fault. > > Fixes: 216bc906d00 ("pipeline: export pipeline instructions to file") > Cc: sta...@dpd

[PATCH] pipeline: fix validate header instruction

2022-11-21 Thread Cristian Dumitrescu
From: Yogesh Jangra The exported data structure for the header validate instruction did not populate its struct_id field, which results in segmentation fault. Fixes: 216bc906d00 ("pipeline: export pipeline instructions to file") Cc: sta...@dpdk.org Signed-off-by: Yogesh Jangra Acked-by: Cristi