Re: [PATCH v2 2/5] firmware: arm_scmi: Calculate virtio PDU max size dynamically

From: Florian Fainelli
Date: Mon Oct 21 2024 - 13:20:07 EST


On 10/21/24 10:07, Cristian Marussi wrote:
SCMI virtio transport maximum PDU size is currently hardcoded at build
time; this will not play well with the possibile retrieval of a different
size at run-time.

Make the virtio transport derive the maximum PDU size from the max_msg_size
provided by the SCMI core.

No functional change.

Signed-off-by: Cristian Marussi <cristian.marussi@xxxxxxx>

Reviewed-by: Florian Fainelli <florian.fainelli@xxxxxxxxxxxx>
--
Florian