[PATCH] net/nfp: fix the initialization of physical representors

Ferruh Yigit ferruh.yigit at amd.com
Thu Oct 12 16:49:58 CEST 2023


On 10/10/2023 7:03 AM, Chaoyong He wrote:
> From: Zerun Fu <zerun.fu at corigine.com>
> 
> 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: chaoyong.he at corigine.com
> Cc: stable at dpdk.org
> 
> Signed-off-by: Zerun Fu <zerun.fu at corigine.com>
> Reviewed-by: Long Wu <long.wu at corigine.com>
> Reviewed-by: Peng Zhang <peng.zhang at corigine.com>
> Reviewed-by: Chaoyong He <chaoyong.he at corigine.com>
> 

Applied to dpdk-next-net/main, thanks.



More information about the stable mailing list