net/bnxt: add initial TruFlow core session close
[dpdk.git] / lib / librte_bbdev / rte_bbdev_op.h
index c8a354e..9c66721 100644 (file)
@@ -35,7 +35,8 @@ extern "C" {
 #define RTE_BBDEV_LDPC_MAX_CB_SIZE (8448)
 /* Minimum size of Code Block */
 #define RTE_BBDEV_LDPC_MIN_CB_SIZE (40)
-
+/* Maximum E size we can manage with default mbuf */
+#define RTE_BBDEV_LDPC_E_MAX_MBUF (64000)
 /* Minimum size of Code Block (36.212, Table 5.1.3-3) */
 #define RTE_BBDEV_TURBO_MIN_CB_SIZE (40)
 /* Maximum size of circular buffer */
@@ -712,8 +713,6 @@ struct rte_bbdev_op_cap_ldpc_dec {
        int8_t llr_size;
        /** LLR numbers of decimals bit for arithmetic representation */
        int8_t llr_decimals;
-       /** Amount of memory for HARQ in external DDR in MB */
-       uint16_t harq_memory_size;
        /** Num input code block buffers */
        uint16_t num_buffers_src;
        /** Num hard output code block buffers */