RE: [PATCH] net/nfp: write link speed to control BAR

2023-03-09 Thread Chaoyong He
> On 3/6/2023 7:06 AM, Chaoyong He wrote: > >> On 2/21/2023 6:29 AM, Chaoyong He wrote: > >>> From: James Hershaw > >>> > >>> Due to changes in the firmware for NFPs, firmware will no longer > >>> write the link speed of a port to the control BAR. In line with the > >>> behaviour of the kernel NFP

Re: [PATCH] net/nfp: write link speed to control BAR

2023-03-07 Thread Ferruh Yigit
On 3/6/2023 7:06 AM, Chaoyong He wrote: >> On 2/21/2023 6:29 AM, Chaoyong He wrote: >>> From: James Hershaw >>> >>> Due to changes in the firmware for NFPs, firmware will no longer write >>> the link speed of a port to the control BAR. In line with the >>> behaviour of the kernel NFP driver, this

RE: [PATCH] net/nfp: write link speed to control BAR

2023-03-05 Thread Chaoyong He
> On 2/21/2023 6:29 AM, Chaoyong He wrote: > > From: James Hershaw > > > > Due to changes in the firmware for NFPs, firmware will no longer write > > the link speed of a port to the control BAR. In line with the > > behaviour of the kernel NFP driver, this is now handled by the PMD by > > reading

Re: [PATCH] net/nfp: write link speed to control BAR

2023-02-23 Thread Ferruh Yigit
On 2/21/2023 6:29 AM, Chaoyong He wrote: > From: James Hershaw > > Due to changes in the firmware for NFPs, firmware will no longer write > the link speed of a port to the control BAR. In line with the behaviour > of the kernel NFP driver, this is now handled by the PMD by reading the > value pro

[PATCH] net/nfp: write link speed to control BAR

2023-02-20 Thread Chaoyong He
From: James Hershaw Due to changes in the firmware for NFPs, firmware will no longer write the link speed of a port to the control BAR. In line with the behaviour of the kernel NFP driver, this is now handled by the PMD by reading the value provided by the NSP in the nfp_eth_table struct within t