5 #ifndef _RTE_BBDEV_OP_H_ 6 #define _RTE_BBDEV_OP_H_ 26 #define RTE_BBDEV_TURBO_C_SUBBLOCK (32) 28 #define RTE_BBDEV_TURBO_MAX_TB_SIZE (391656) 30 #define RTE_BBDEV_TURBO_MAX_CB_SIZE (6144) 32 #define RTE_BBDEV_LDPC_MAX_CB_SIZE (8448) 34 #define RTE_BBDEV_LDPC_MIN_CB_SIZE (40) 36 #define RTE_BBDEV_LDPC_E_MAX_MBUF (64000) 38 #define RTE_BBDEV_TURBO_MIN_CB_SIZE (40) 40 #define RTE_BBDEV_TURBO_MAX_KW (18528) 47 #define RTE_BBDEV_TURBO_MAX_CODE_BLOCKS (64) 49 #define RTE_BBDEV_LDPC_MAX_CODE_BLOCKS (256) 757 RTE_BBDEV_DATA_ERROR,
759 RTE_BBDEV_SYNDROME_ERROR
806 struct rte_bbdev_op_pool_private {
845 unsigned int num_elements,
unsigned int cache_size,
866 struct rte_bbdev_op_pool_private *priv;
870 priv = (
struct rte_bbdev_op_pool_private *)
902 struct rte_bbdev_op_pool_private *priv;
906 priv = (
struct rte_bbdev_op_pool_private *)
rte_bbdev_op_ldpcdec_flag_bitmasks
rte_bbdev_op_ldpcenc_flag_bitmasks
static __rte_always_inline void rte_mempool_put_bulk(struct rte_mempool *mp, void *const *obj_table, unsigned int n)
struct rte_mempool * rte_bbdev_op_pool_create(const char *name, enum rte_bbdev_op_type type, unsigned int num_elements, unsigned int cache_size, int socket_id)
rte_bbdev_op_td_flag_bitmasks
uint32_t capability_flags
char name[RTE_MEMPOOL_NAMESIZE]
uint16_t num_buffers_soft_out
uint16_t num_buffers_hard_out
struct rte_mempool * mempool
static __rte_always_inline int rte_mempool_get_bulk(struct rte_mempool *mp, void **obj_table, unsigned int n)
uint8_t num_buffers_soft_out
rte_bbdev_op_te_flag_bitmasks
static int rte_bbdev_dec_op_alloc_bulk(struct rte_mempool *mempool, struct rte_bbdev_dec_op **ops, uint16_t num_ops)
uint32_t capability_flags
static int rte_bbdev_enc_op_alloc_bulk(struct rte_mempool *mempool, struct rte_bbdev_enc_op **ops, uint16_t num_ops)
struct rte_mempool * mempool
const char * rte_bbdev_op_type_str(enum rte_bbdev_op_type op_type)
uint32_t capability_flags
uint8_t num_buffers_hard_out
static void * rte_mempool_get_priv(struct rte_mempool *mp)
uint32_t capability_flags
static void rte_bbdev_enc_op_free_bulk(struct rte_bbdev_enc_op **ops, unsigned int num_ops)
static void rte_bbdev_dec_op_free_bulk(struct rte_bbdev_dec_op **ops, unsigned int num_ops)