On 10/10/2023 7:03 AM, Chaoyong He wrote: > From: Zerun Fu <[email protected]> > > The former logic of initializing the array of physical port > representors is according to 'nfp_idx', but referencing based > on 'port_id'. This is a potential bug and will cause segment > fault when these two values are not equal. Fix it by using the > 'port_id' as index at all time. > > Fixes: e1124c4f8a45 ("net/nfp: add flower representor framework") > Cc: [email protected] > Cc: [email protected] > > Signed-off-by: Zerun Fu <[email protected]> > Reviewed-by: Long Wu <[email protected]> > Reviewed-by: Peng Zhang <[email protected]> > Reviewed-by: Chaoyong He <[email protected]> >
Applied to dpdk-next-net/main, thanks.

