Message ID | 20231013040628.354323-1-matt@codeconstruct.com.au (mailing list archive) |
---|---|
Headers | show |
Series | I3C MCTP net driver | expand |
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni <pabeni@redhat.com>: On Fri, 13 Oct 2023 12:06:22 +0800 you wrote: > This series adds an I3C transport for the kernel's MCTP network > protocol. MCTP is a communication protocol between system components > (BMCs, drives, NICs etc), with higher level protocols such as NVMe-MI or > PLDM built on top of it (in userspace). It runs over various transports > such as I2C, PCIe, or I3C. > > The mctp-i3c driver follows a similar approach to the kernel's existing > mctp-i2c driver, creating a "mctpi3cX" network interface for each > numbered I3C bus. Busses opt in to support by adding a "mctp-controller" > property to the devicetree: > > [...] Here is the summary with links: - [net-next,v6,1/3] dt-bindings: i3c: Add mctp-controller property https://git.kernel.org/netdev/net-next/c/ee71d6d5f18b - [net-next,v6,2/3] i3c: Add support for bus enumeration & notification https://git.kernel.org/netdev/net-next/c/0ac6486e5cbd - [net-next,v6,3/3] mctp i3c: MCTP I3C driver https://git.kernel.org/netdev/net-next/c/c8755b29b58e You are awesome, thank you!