Re: [dpdk-dev] [PATCH 05/21] net/ixgbe/base: added API for NVM update

2020-06-29 Thread Sun, GuinanX
Hi Ferruh > -Original Message- > From: Yigit, Ferruh > Sent: Monday, June 22, 2020 7:59 PM > To: Sun, GuinanX ; dev@dpdk.org > Cc: Skajewski, PiotrX > Subject: Re: [dpdk-dev] [PATCH 05/21] net/ixgbe/base: added API for NVM > update > > On 6/12/2020 4:23 AM,

Re: [dpdk-dev] [PATCH 05/21] net/ixgbe/base: added API for NVM update

2020-06-22 Thread Ferruh Yigit
On 6/12/2020 4:23 AM, Guinan Sun wrote: > When Secure Boot is enabled access to the /dev/mem is forbidden > for user-space applications and clients are reporting inability > to use tools in Secure Boot Mode. The way to perform NVM update > is to use ixgbe driver. Currently 10G Linux Base Driver has

[dpdk-dev] [PATCH 05/21] net/ixgbe/base: added API for NVM update

2020-06-11 Thread Guinan Sun
When Secure Boot is enabled access to the /dev/mem is forbidden for user-space applications and clients are reporting inability to use tools in Secure Boot Mode. The way to perform NVM update is to use ixgbe driver. Currently 10G Linux Base Driver has API which allows only EEPROM access. There is a