[net,v2,0/2] fix EEPROM read of absent SFP module

Message ID 20230406130833.32160-1-i.bornyakov@metrotek.ru
Headers
Series fix EEPROM read of absent SFP module |

Message

Ivan Bornyakov April 6, 2023, 1:08 p.m. UTC
  The patchset is to improve EEPROM read requests when SFP module is
absent.

ChangeLog:
v1:
https://lore.kernel.org/netdev/20230405153900.747-1-i.bornyakov@metrotek.ru/
v2:
  * reword commit message of "net: sfp: initialize sfp->i2c_block_size
    at sfp allocation"
  * add second patch to eliminate excessive I2C transfers in
    sfp_module_eeprom() and sfp_module_eeprom_by_page()

Ivan Bornyakov (2):
  net: sfp: initialize sfp->i2c_block_size at sfp allocation
  net: sfp: avoid EEPROM read of absent SFP module

 drivers/net/phy/sfp.c | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)
  

Comments

patchwork-bot+netdevbpf@kernel.org April 9, 2023, 3:10 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Thu,  6 Apr 2023 16:08:31 +0300 you wrote:
> The patchset is to improve EEPROM read requests when SFP module is
> absent.
> 
> ChangeLog:
> v1:
> https://lore.kernel.org/netdev/20230405153900.747-1-i.bornyakov@metrotek.ru/
> v2:
>   * reword commit message of "net: sfp: initialize sfp->i2c_block_size
>     at sfp allocation"
>   * add second patch to eliminate excessive I2C transfers in
>     sfp_module_eeprom() and sfp_module_eeprom_by_page()
> 
> [...]

Here is the summary with links:
  - [net,v2,1/2] net: sfp: initialize sfp->i2c_block_size at sfp allocation
    https://git.kernel.org/netdev/net/c/813c2dd78618
  - [net,v2,2/2] net: sfp: avoid EEPROM read of absent SFP module
    https://git.kernel.org/netdev/net/c/bef227c1537c

You are awesome, thank you!