Re: [Openipmi-developer] [PATCH v4 3/3] mctp: Add MCTP-over-KCS transport binding

2023-10-10 Thread Konstantin Aladyshev
Thanks for your comments! Please see the v5 version for the corrections. On Mon, Oct 9, 2023 at 3:49 PM Simon Horman wrote: > > On Fri, Oct 06, 2023 at 01:02:14PM +0300, Konstantin Aladyshev wrote: > > This change adds a MCTP KCS transport binding, as defined by the DMTF > > specificiation

Re: [Openipmi-developer] [PATCH v4 3/3] mctp: Add MCTP-over-KCS transport binding

2023-10-09 Thread Simon Horman
On Fri, Oct 06, 2023 at 01:02:14PM +0300, Konstantin Aladyshev wrote: > This change adds a MCTP KCS transport binding, as defined by the DMTF > specificiation DSP0254 - "MCTP KCS Transport Binding". nit: specification checkpatch.pl --codespell is helpful here > A MCTP protocol network

[Openipmi-developer] [PATCH v4 3/3] mctp: Add MCTP-over-KCS transport binding

2023-10-06 Thread Konstantin Aladyshev
This change adds a MCTP KCS transport binding, as defined by the DMTF specificiation DSP0254 - "MCTP KCS Transport Binding". A MCTP protocol network device is created for each KCS channel found in the system. The interrupt code for the KCS state machine is based on the current IPMI KCS driver.