27/04/2022 23:56, Cristian Dumitrescu: > Fix the emit instruction for the pathological case of all headers to > be emitted being invalid. In this case, the for loop was essentially > skipped and the last emitted header (or an invalid memory location) > getting corrupted by setting its size to 0 through the assignment to > ho->n_bytes right after the for loop. > > Fixes: d60dbdc88a3e ("pipeline: create inline functions for emit instruction") > Cc: sta...@dpdk.org > > Signed-off-by: Cristian Dumitrescu <cristian.dumitre...@intel.com> > Signed-off-by: Venkata Suresh Kumar P <venkata.suresh.kuma...@intel.com> > Signed-off-by: Yogesh Jangra <yogesh.jan...@intel.com>
Applied, thanks.