Re: [PATCH v2 2/3] i2c/mctp: Allow receiving messages to dest eid 0

2023-05-25 Thread Jonathan Cameron via
On Tue, 25 Apr 2023 08:35:39 +0200 Klaus Jensen wrote: > From: Matt Johnston > > The Null Destination ID, 0, is used for MCTP control messages when > addressing by physical ID. That is used for Get Endpoint ID and > Set Endpoint ID when querying/assigning an EID to an endpoint. > > Signed-off-

[PATCH v2 2/3] i2c/mctp: Allow receiving messages to dest eid 0

2023-04-24 Thread Klaus Jensen
From: Matt Johnston The Null Destination ID, 0, is used for MCTP control messages when addressing by physical ID. That is used for Get Endpoint ID and Set Endpoint ID when querying/assigning an EID to an endpoint. Signed-off-by: Matt Johnston --- hw/i2c/mctp.c | 3 ++- 1 file changed, 2 insert