Re: [PATCH v3 1/4] net/nfp: fix port index problem

2024-10-31 Thread Stephen Hemminger
On Fri, 1 Nov 2024 10:57:10 +0800 Chaoyong He wrote: > @@ -1022,6 +1025,7 @@ nfp_flower_pf_repr_alloc(struct nfp_net_hw_priv > *hw_priv, > > /* Create a rte_eth_dev for PF vNIC representor */ > flower_repr->repr_type = NFP_REPR_TYPE_PF; > + flower_repr->idx = 0; That initiali

[PATCH v3 1/4] net/nfp: fix port index problem

2024-10-31 Thread Chaoyong He
Fix one port index problem imported by mistake. Fixes: 97b6825d9a7b ("net/nfp: extract function to allocate PHY") Fixes: fd1ec7bc8f0a ("net/nfp: extract function to initialize PF") Fixes: bb9f9fdcbe00 ("net/nfp: extract function to allocate PF") Fixes: c8e29c168c20 ("net/nfp: extract function to a