Lines Matching full:libmctp
1 # libmctp: Implementation of MCTP (DTMF DSP0236)
9 `libmctp` is a library that implements a straightforward MCTP stack. It will be
21 Linux kernel MCTP support, you do not need to use `libmctp` at all, and can use
22 the sockets directly. `libmctp` does not provide functions to interact with the
41 The APIs and ABI of libmctp are not yet stablised as we continue to explore ways
74 libmctp implements basic support for bridging between two hardware bindings. In
90 Hardware bindings provide a method for libmctp to send and receive packets
111 hardware-specific struct to the libmctp generic core struct
124 The libmctp code is intended to be integrated into other codebases by two
127 1. as a simple library (`libmctp.{a,so}`) which can be compiled separately and
133 For (1), you can use the top-level makefile to produce `libmctp.a`.
136 either build libmctp.a, or just the actual object files (`LIBMCTP_OBS`), which
149 For the latter, we need to support customisation of the functions that libmctp