Re: [PATCH] net: mctp-i2c: fix duplicate reception of old data
From: Jeremy Kerr
Date: Thu Jan 08 2026 - 19:07:41 EST
Hi Jian,
> The MCTP I2C slave callback did not handle I2C_SLAVE_READ_REQUESTED
> events. As a result, i2c read event will trigger repeated reception
> of old data, reset rx_pos when a read request is received.
Makes sense. You're just invoking any i2c read from the peer controller
to trigger this, is that right?
Cheers,
Jeremy