xref: /dpdk/lib/bbdev/version.map (revision 353e3639d458f5cdaf3d938aade25579fa490b1b)
1cb9187bcSDavid MarchandDPDK_25 {
299a2dd95SBruce Richardson	global:
399a2dd95SBruce Richardson
499a2dd95SBruce Richardson	rte_bbdev_allocate;
599a2dd95SBruce Richardson	rte_bbdev_callback_register;
699a2dd95SBruce Richardson	rte_bbdev_callback_unregister;
799a2dd95SBruce Richardson	rte_bbdev_close;
899a2dd95SBruce Richardson	rte_bbdev_count;
9c96b519bSStephen Hemminger	rte_bbdev_device_status_str;
1099a2dd95SBruce Richardson	rte_bbdev_devices;
11c96b519bSStephen Hemminger	rte_bbdev_enqueue_status_str;
1299a2dd95SBruce Richardson	rte_bbdev_find_next;
1399a2dd95SBruce Richardson	rte_bbdev_get_named_dev;
1499a2dd95SBruce Richardson	rte_bbdev_info_get;
1599a2dd95SBruce Richardson	rte_bbdev_intr_enable;
1699a2dd95SBruce Richardson	rte_bbdev_is_valid;
1799a2dd95SBruce Richardson	rte_bbdev_op_pool_create;
1899a2dd95SBruce Richardson	rte_bbdev_op_type_str;
1999a2dd95SBruce Richardson	rte_bbdev_pmd_callback_process;
2099a2dd95SBruce Richardson	rte_bbdev_queue_configure;
2199a2dd95SBruce Richardson	rte_bbdev_queue_info_get;
2299a2dd95SBruce Richardson	rte_bbdev_queue_intr_ctl;
2399a2dd95SBruce Richardson	rte_bbdev_queue_intr_disable;
2499a2dd95SBruce Richardson	rte_bbdev_queue_intr_enable;
2599a2dd95SBruce Richardson	rte_bbdev_queue_start;
2699a2dd95SBruce Richardson	rte_bbdev_queue_stop;
2799a2dd95SBruce Richardson	rte_bbdev_release;
2899a2dd95SBruce Richardson	rte_bbdev_setup_queues;
2999a2dd95SBruce Richardson	rte_bbdev_start;
3099a2dd95SBruce Richardson	rte_bbdev_stats_get;
3199a2dd95SBruce Richardson	rte_bbdev_stats_reset;
3299a2dd95SBruce Richardson	rte_bbdev_stop;
3399a2dd95SBruce Richardson
3499a2dd95SBruce Richardson	local: *;
3599a2dd95SBruce Richardson};
36*353e3639SNicolas Chautru
37*353e3639SNicolas ChautruEXPERIMENTAL {
38*353e3639SNicolas Chautru	global:
39*353e3639SNicolas Chautru
40*353e3639SNicolas Chautru	# added in 24.11
41*353e3639SNicolas Chautru	rte_bbdev_queue_ops_dump;
42*353e3639SNicolas Chautru	rte_bbdev_ops_param_string;
43*353e3639SNicolas Chautru};
44