name = rte_dpaa2_bpid_info
[suppress_function]
name = rte_dpaa2_mbuf_alloc_bulk
+[suppress_function]
+ name_regexp = ^dpaa2?_.*tach$
#ifndef _DPAA2_SEC_EVENT_H_
#define _DPAA2_SEC_EVENT_H_
-int
-dpaa2_sec_eventq_attach(const struct rte_cryptodev *dev,
+__rte_internal
+int dpaa2_sec_eventq_attach(const struct rte_cryptodev *dev,
int qp_id,
struct dpaa2_dpcon_dev *dpcon,
const struct rte_event *event);
+__rte_internal
int dpaa2_sec_eventq_detach(const struct rte_cryptodev *dev,
int qp_id);
DPDK_20.0 {
+ local: *;
+};
+
+INTERNAL {
global:
dpaa2_sec_eventq_attach;
dpaa2_sec_eventq_detach;
-
- local: *;
};
#ifndef _DPAA_SEC_EVENT_H_
#define _DPAA_SEC_EVENT_H_
-int
-dpaa_sec_eventq_attach(const struct rte_cryptodev *dev,
+__rte_internal
+int dpaa_sec_eventq_attach(const struct rte_cryptodev *dev,
int qp_id,
uint16_t ch_id,
const struct rte_event *event);
-int
-dpaa_sec_eventq_detach(const struct rte_cryptodev *dev,
+__rte_internal
+int dpaa_sec_eventq_detach(const struct rte_cryptodev *dev,
int qp_id);
#endif /* _DPAA_SEC_EVENT_H_ */
DPDK_20.0 {
+ local: *;
+};
+
+INTERNAL {
global:
dpaa_sec_eventq_attach;
dpaa_sec_eventq_detach;
-
- local: *;
};
uint64_t tund; /**<Tx Undersized */
};
+__rte_internal
int
dpaa_eth_eventq_attach(const struct rte_eth_dev *dev,
int eth_rx_queue_id,
u16 ch_id,
const struct rte_event_eth_rx_adapter_queue_conf *queue_conf);
+__rte_internal
int
dpaa_eth_eventq_detach(const struct rte_eth_dev *dev,
int eth_rx_queue_id);
DPDK_20.0 {
global:
- dpaa_eth_eventq_attach;
- dpaa_eth_eventq_detach;
rte_pmd_dpaa_set_tx_loopback;
local: *;
};
+
+INTERNAL {
+ global:
+
+ dpaa_eth_eventq_attach;
+ dpaa_eth_eventq_detach;
+};
int dpaa2_attach_bp_list(struct dpaa2_dev_priv *priv, void *blist);
+__rte_internal
int dpaa2_eth_eventq_attach(const struct rte_eth_dev *dev,
int eth_rx_queue_id,
struct dpaa2_dpcon_dev *dpcon,
const struct rte_event_eth_rx_adapter_queue_conf *queue_conf);
+__rte_internal
int dpaa2_eth_eventq_detach(const struct rte_eth_dev *dev,
int eth_rx_queue_id);
DPDK_20.0 {
- global:
-
- dpaa2_eth_eventq_attach;
- dpaa2_eth_eventq_detach;
-
local: *;
};
rte_pmd_dpaa2_set_custom_hash;
rte_pmd_dpaa2_set_timestamp;
};
+
+INTERNAL {
+ global:
+
+ dpaa2_eth_eventq_attach;
+ dpaa2_eth_eventq_detach;
+};