This proposal updates the current MCTP over I2C slave-only implementation to use the in-kernel MCTP networking and qdisc pipeline.This work replaces the legacy slave-mode handling with a unified kernel-routed transport, enabling consistent queuing, routing, and flow control across all MCTP interfaces.
Enhance the transport path to detect and propagate low‑level bus errors (e.g., NACK) from the I2C layer back into the qdisc and up to userspace. This prevents endpoint queues from stalling when a packet is never received and ensures that state machines, retries, and higher-level protocols can correctly handle failed transactions.
please check the flowcharts for our new proposal

This proposal updates the current MCTP over I2C slave-only implementation to use the in-kernel MCTP networking and qdisc pipeline.This work replaces the legacy slave-mode handling with a unified kernel-routed transport, enabling consistent queuing, routing, and flow control across all MCTP interfaces.
Enhance the transport path to detect and propagate low‑level bus errors (e.g., NACK) from the I2C layer back into the qdisc and up to userspace. This prevents endpoint queues from stalling when a packet is never received and ensures that state machines, retries, and higher-level protocols can correctly handle failed transactions.
please check the flowcharts for our new proposal