| /dpdk/doc/guides/contributing/ |
| H A D | abi_policy.rst | 17 with the major ABI version is mandatory in subsequent releases until a 18 :ref:`new major ABI version <new_abi_version>` is declared. 88 At the declaration of a major ABI version, major version numbers encoded in 175 compatibility with the last major ABI version is then dropped. 187 compatibility with the last major ABI version, until the next major ABI 216 at the declaration of the next major ABI version. 219 changes will form part of the next declared major ABI version. 225 declarations of major ABI versions. 228 is part of the major ABI version ``21``. 251 supported major ABI version. [all …]
|
| H A D | abi_versioning.rst | 16 System libraries usually adopt the familiar major and minor version naming 17 convention, where major versions (e.g. ``librte_eal 21.x, 22.x``) are presumed 23 library, is typically comprised of the library's name and major version e.g. 31 supporting the same major ABI version (e.g. ``librte_eal.21.2``), as the library 71 When an ABI change is made between major ABI versions to a given library, a new 98 major ABI version removed, see the section :ref:`deprecating_entire_abi` on 113 At the same time, the major ABI version is changed atomically across all 114 libraries by incrementing the major version in the ABI_VERSION file. This is 161 provide an alias to experimental until the next major ABI version. 432 This alias is then dropped in the next major ABI version. [all …]
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_model.c | 45 uint32_t major; member 113 uint32_t impl, major, part, minor; in populate_model() local 119 major = (midr >> MODEL_MAJOR_SHIFT) & MODEL_MAJOR_MASK; in populate_model() 128 model_db[i].major == major && model_db[i].minor == minor) { in populate_model() 140 impl, part, major, minor); in populate_model()
|
| /dpdk/drivers/common/octeontx/ |
| H A D | octeontx_mbox.c | 67 uint32_t major:10; member 299 app_intf_ver->major != kernel_intf_ver.major || in octeontx_check_mbox_version() 311 .major = 0x01, in octeontx_mbox_init() 331 rm_intf_ver.platform, rm_intf_ver.major, in octeontx_mbox_init() 333 MBOX_INTERFACE_VERSION.major, in octeontx_mbox_init()
|
| /dpdk/drivers/net/liquidio/base/ |
| H A D | lio_23xx_vf.c | 378 uint32_t major = 0; in cn23xx_pfvf_hs_callback() local 386 major = lio_ver->major; in cn23xx_pfvf_hs_callback() 387 major = major << 16; in cn23xx_pfvf_hs_callback() 390 rte_atomic64_set((rte_atomic64_t *)arg, major | 1); in cn23xx_pfvf_hs_callback() 415 lio_ver->major = LIO_BASE_MAJOR_VERSION; in cn23xx_pfvf_handshake()
|
| /dpdk/drivers/net/nfp/nfpcore/ |
| H A D | nfp_nsp.c | 88 state->ver.major = FIELD_GET(NSP_STATUS_MAJOR, reg); in nfp_nsp_check() 91 if (state->ver.major != NSP_MAJOR || state->ver.minor < NSP_MINOR) { in nfp_nsp_check() 92 printf("Unsupported ABI %hu.%hu\n", state->ver.major, in nfp_nsp_check() 152 return state->ver.major; in nfp_nsp_get_abi_ver_major() 293 printf("\t(ABI %hu.%hu)\n", nsp->ver.major, nsp->ver.minor); in nfp_nsp_command_buf()
|
| /dpdk/drivers/net/i40e/base/ |
| H A D | virtchnl.h | 176 u32 major; member 182 #define VF_IS_V10(_v) (((_v)->major == 1) && ((_v)->minor == 0)) 183 #define VF_IS_V11(_ver) (((_ver)->major == 1) && ((_ver)->minor == 1))
|
| /dpdk/drivers/bus/fslmc/mc/ |
| H A D | fsl_dpmng.h | 34 uint32_t major; member
|
| H A D | fsl_dpcon_cmd.h | 70 uint16_t major; member
|
| H A D | dpmng.c | 42 mc_ver_info->major = le32_to_cpu(rsp_params->version_major); in mc_get_version()
|
| H A D | fsl_dpbp_cmd.h | 91 uint16_t major; member
|
| H A D | fsl_dpio_cmd.h | 110 uint16_t major; member
|
| H A D | fsl_dpci_cmd.h | 131 uint16_t major; member
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_dcf.c | 186 version.major = VIRTCHNL_VERSION_MAJOR; in ice_dcf_init_check_api_version() 204 "Peer PF API version: %u.%u", pver->major, pver->minor); in ice_dcf_init_check_api_version() 206 if (pver->major < ICE_CPF_VIRTCHNL_VERSION_MAJOR_START || in ice_dcf_init_check_api_version() 207 (pver->major == ICE_CPF_VIRTCHNL_VERSION_MAJOR_START && in ice_dcf_init_check_api_version() 214 } else if (pver->major > VIRTCHNL_VERSION_MAJOR || in ice_dcf_init_check_api_version() 215 (pver->major == VIRTCHNL_VERSION_MAJOR && in ice_dcf_init_check_api_version() 219 pver->major, pver->minor, in ice_dcf_init_check_api_version()
|
| /dpdk/drivers/common/cpt/ |
| H A D | cpt_hw_types.h | 36 uint8_t major; member 46 uint8_t major;
|
| H A D | cpt_ucode_asym.h | 265 vq_cmd_w0.s.opcode.major = CPT_MAJOR_OP_MODEX; in cpt_modex_prep() 349 vq_cmd_w0.s.opcode.major = CPT_MAJOR_OP_MODEX; in cpt_rsa_prep() 432 vq_cmd_w0.s.opcode.major = CPT_MAJOR_OP_MODEX; in cpt_rsa_crt_prep() 707 vq_cmd_w0.s.opcode.major = CPT_MAJOR_OP_ECDSA; in cpt_ecdsa_sign_prep() 818 vq_cmd_w0.s.opcode.major = CPT_MAJOR_OP_ECDSA; in cpt_ecdsa_verify_prep() 921 vq_cmd_w0.s.opcode.major = CPT_MAJOR_OP_ECC; in cpt_ecpm_prep()
|
| H A D | cpt_ucode.h | 529 vq_cmd_w0.s.opcode.major = CPT_MAJOR_OP_HMAC | CPT_DMA_MODE; in cpt_digest_gen_prep() 533 vq_cmd_w0.s.opcode.major = CPT_MAJOR_OP_HASH | CPT_DMA_MODE; in cpt_digest_gen_prep() 540 vq_cmd_w0.s.opcode.major = CPT_MAJOR_OP_MISC; in cpt_digest_gen_prep() 753 vq_cmd_w0.s.opcode.major = CPT_MAJOR_OP_FC; in cpt_enc_hmac_prep() 845 vq_cmd_w0.s.opcode.major |= CPT_DMA_MODE; in cpt_enc_hmac_prep() 1128 vq_cmd_w0.s.opcode.major = CPT_MAJOR_OP_FC; in cpt_dec_hmac_prep() 1227 vq_cmd_w0.s.opcode.major |= CPT_DMA_MODE; in cpt_dec_hmac_prep() 1478 vq_cmd_w0.s.opcode.major = CPT_MAJOR_OP_ZUC_SNOW3G; in cpt_zuc_snow3g_enc_prep() 1607 vq_cmd_w0.s.opcode.major |= CPT_DMA_MODE; in cpt_zuc_snow3g_enc_prep() 1798 vq_cmd_w0.s.opcode.major = CPT_MAJOR_OP_ZUC_SNOW3G; in cpt_zuc_snow3g_dec_prep() [all …]
|
| /dpdk/devtools/ |
| H A D | libabigail.abignore | 32 ; Temporary exceptions till next major ABI version ;
|
| /dpdk/drivers/net/dpaa2/mc/ |
| H A D | fsl_dprtc_cmd.h | 90 uint16_t major; member
|
| /dpdk/drivers/raw/skeleton/ |
| H A D | skeleton_rawdev.h | 63 uint8_t major; member
|
| H A D | skeleton_rawdev.c | 493 vi->major = skeldev->fw.firmware_version.major; in skeleton_rawdev_firmware_version_get() 606 skeldev->fw.firmware_version.major = SKELETON_MAJOR_VER; in skeleton_rawdev_create()
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_nvm.h | 50 u8 major; /* Major version (informational only) */ member
|
| /dpdk/drivers/bus/pci/linux/ |
| H A D | pci_uio.c | 93 unsigned major, minor; in pci_mknod_uio_dev() local 107 ret = fscanf(f, "%u:%u", &major, &minor); in pci_mknod_uio_dev() 118 dev = makedev(major, minor); in pci_mknod_uio_dev()
|
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | ifpga_fme.c | 811 static const char *board_major_to_string(u32 major) in board_major_to_string() argument 813 switch (major) { in board_major_to_string() 873 fme->board_info.major = id.major; in fme_get_board_interface() 887 board_major_to_string(fme->board_info.major), in fme_get_board_interface()
|
| /dpdk/drivers/common/iavf/ |
| H A D | virtchnl.h | 338 u32 major; member 344 #define VF_IS_V10(_v) (((_v)->major == 1) && ((_v)->minor == 0)) 345 #define VF_IS_V11(_ver) (((_ver)->major == 1) && ((_ver)->minor == 1)) 1350 u8 major; member
|