Re: [PATCH net-next 02/15] ice: cache NVM module bank information

2021-01-29 Thread Willem de Bruijn
On Fri, Jan 29, 2021 at 4:32 PM Jacob Keller wrote: > > > > On 1/29/2021 1:04 PM, Willem de Bruijn wrote: > > On Fri, Jan 29, 2021 at 4:01 PM Willem de Bruijn > > wrote: > >> > >> On Thu, Jan 28, 2021 at 7:46 PM Tony Nguyen > >> wrote: > >>> > >>> From: Jacob Keller > >>> > >>> The ice flash c

Re: [PATCH net-next 02/15] ice: cache NVM module bank information

2021-01-29 Thread Jacob Keller
On 1/29/2021 1:04 PM, Willem de Bruijn wrote: > On Fri, Jan 29, 2021 at 4:01 PM Willem de Bruijn > wrote: >> >> On Thu, Jan 28, 2021 at 7:46 PM Tony Nguyen >> wrote: >>> >>> From: Jacob Keller >>> >>> The ice flash contains two copies of each of the NVM, Option ROM, and >>> Netlist modules.

Re: [PATCH net-next 02/15] ice: cache NVM module bank information

2021-01-29 Thread Willem de Bruijn
On Fri, Jan 29, 2021 at 4:01 PM Willem de Bruijn wrote: > > On Thu, Jan 28, 2021 at 7:46 PM Tony Nguyen > wrote: > > > > From: Jacob Keller > > > > The ice flash contains two copies of each of the NVM, Option ROM, and > > Netlist modules. Each bank has a pointer word and a size word. In order >

Re: [PATCH net-next 02/15] ice: cache NVM module bank information

2021-01-29 Thread Willem de Bruijn
On Thu, Jan 28, 2021 at 7:46 PM Tony Nguyen wrote: > > From: Jacob Keller > > The ice flash contains two copies of each of the NVM, Option ROM, and > Netlist modules. Each bank has a pointer word and a size word. In order > to correctly read from the active flash bank, the driver must calculate >

[PATCH net-next 02/15] ice: cache NVM module bank information

2021-01-28 Thread Tony Nguyen
From: Jacob Keller The ice flash contains two copies of each of the NVM, Option ROM, and Netlist modules. Each bank has a pointer word and a size word. In order to correctly read from the active flash bank, the driver must calculate the offset manually. During NVM initialization, read the Shadow