Updating the last enum for rte_bbdev_op_type
to allow for enum insertion.

Signed-off-by: Nicolas Chautru <nicolas.chau...@intel.com>
---
 lib/bbdev/rte_bbdev.c    | 5 ++++-
 lib/bbdev/rte_bbdev_op.h | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/lib/bbdev/rte_bbdev.c b/lib/bbdev/rte_bbdev.c
index aaee7b7..6003118 100644
--- a/lib/bbdev/rte_bbdev.c
+++ b/lib/bbdev/rte_bbdev.c
@@ -1122,7 +1122,10 @@ struct rte_mempool *
                "RTE_BBDEV_OP_TURBO_DEC",
                "RTE_BBDEV_OP_TURBO_ENC",
                "RTE_BBDEV_OP_LDPC_DEC",
-               "RTE_BBDEV_OP_LDPC_ENC",
+               "RTE_BBDEV_OP_RESERVED_1",
+               "RTE_BBDEV_OP_RESERVED_2",
+               "RTE_BBDEV_OP_RESERVED_3",
+               "RTE_BBDEV_OP_RESERVED_4",
        };
 
        if (op_type < RTE_BBDEV_OP_TYPE_COUNT)
diff --git a/lib/bbdev/rte_bbdev_op.h b/lib/bbdev/rte_bbdev_op.h
index 6d56133..8d66007 100644
--- a/lib/bbdev/rte_bbdev_op.h
+++ b/lib/bbdev/rte_bbdev_op.h
@@ -748,7 +748,7 @@ enum rte_bbdev_op_type {
        RTE_BBDEV_OP_TURBO_ENC,  /**< Turbo encode */
        RTE_BBDEV_OP_LDPC_DEC,  /**< LDPC decode */
        RTE_BBDEV_OP_LDPC_ENC,  /**< LDPC encode */
-       RTE_BBDEV_OP_TYPE_COUNT,  /**< Count of different op types */
+       RTE_BBDEV_OP_TYPE_COUNT = 8,  /**< Count of different op types */
 };
 
 /** Bit indexes of possible errors reported through status field */
-- 
1.8.3.1

Reply via email to