Re: [net-next PatchV2] octeontx2-pf: Add support to read eeprom information

From: Hariprasad Kelam
Date: Tue Feb 27 2024 - 02:36:46 EST




> On Thu, 22 Feb 2024 22:45:42 +0530 Hariprasad Kelam wrote:
> > + if (!ee->len || ((ee->len + ee->offset) > SFP_EEPROM_SIZE))
> > + return -EINVAL;
>
> Are you sure there's a path thru the core to the driver which would allow len
> == 0 or the size being larger than when info put in eeprom_len?

Seems these checks are not necessary, will remove these checks in next version.

Thanks,
Hariprasad k
> --
> pw-bot: cr