Re: [PATCH net-next 07/14] bnxt_en: Do not allow VF to read EEPEOM.

2018-04-25 Thread Michael Chan
On Wed, Apr 25, 2018 at 6:38 PM, Andrew Lunn wrote: > On Wed, Apr 25, 2018 at 08:40:50PM -0400, Michael Chan wrote: > > Hi Michael > > You have a typO in the Subject. > Thanks. I will wait a day or so for any additional comments before sending v2 to fix the typo.

Re: [PATCH net-next 07/14] bnxt_en: Do not allow VF to read EEPEOM.

2018-04-25 Thread Andrew Lunn
On Wed, Apr 25, 2018 at 08:40:50PM -0400, Michael Chan wrote: Hi Michael You have a typO in the Subject. Andrew

[PATCH net-next 07/14] bnxt_en: Do not allow VF to read EEPEOM.

2018-04-25 Thread Michael Chan
Firmware does not allow the operation and would return failure, causing a warning in dmesg. So check for VF and disallow it in the driver. Signed-off-by: Michael Chan --- drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/net/ether