Lines Matching +full:version +full:- +full:major
1 /* SPDX-License-Identifier: BSD-3-Clause */
46 * The RDMA client interface version is used to help determine
50 * It will follows the semantic version guidelines, that is:
51 * Given the version number MAJOR.MINOR.PATCH, increment the:
53 * MAJOR version when you make incompatible changes,
54 * MINOR version when you add functionality in a backwards-compatible manner, and
55 * PATCH version when you make backwards-compatible bug fixes.
58 * with an associated change in one of the MAJOR, MINOR, or PATCH versions,
60 * the MAJOR version.
62 * Note: Until the MAJOR version is set to at least 1, the above semantic
63 * version guarantees may not hold, and this interface should not be
72 * @brief Maximum number of MSI-X vectors that will be reserved
74 * Defines the maximum number of MSI-X vectors that an RDMA interface will
87 * It should fill the version in with the ICE_RDMA_* versions as defined in
93 * If the version specified is not compatible, then the registration will
97 * describe major changes in the interface
121 * @brief MSI-X mapping requested by the peer RDMA driver
123 * Defines a mapping for MSI-X vectors being requested by the peer RDMA driver
136 * @brief RDMA MSI-X vectors reserved for the peer RDMA driver
138 * Defines the segment of the MSI-X vectors for use by the RDMA driver. These
348 * prep: if true, this is a pre-event, post-event otherwise