Test-Label: iol-testing Test-Status: WARNING http://dpdk.org/patch/104480 _apply patch failure_ Submitter: Zhang, Mingshan Date: Wednesday, November 17 2021 01:55:32 Applied on: CommitID:0c6e27549c03695f85d949f5195a166b449b419c Apply patch set 104480 failed: Checking patch doc/guides/prog_guide/bbdev.rst... Checking patch lib/bbdev/rte_bbdev_op.h... error: while searching for: __rte_experimental static inline int rte_bbdev_enc_op_alloc_bulk(struct rte_mempool *mempool, struct rte_bbdev_enc_op **ops, uint16_t num_ops) { struct rte_bbdev_op_pool_private *priv; int ret; error: patch failed: lib/bbdev/rte_bbdev_op.h:867 error: while searching for: __rte_experimental static inline int rte_bbdev_dec_op_alloc_bulk(struct rte_mempool *mempool, struct rte_bbdev_dec_op **ops, uint16_t num_ops) { struct rte_bbdev_op_pool_private *priv; int ret; error: patch failed: lib/bbdev/rte_bbdev_op.h:904 Applied patch doc/guides/prog_guide/bbdev.rst cleanly. Applying patch lib/bbdev/rte_bbdev_op.h with 2 rejects... Rejected hunk #1. Rejected hunk #2. diff a/lib/bbdev/rte_bbdev_op.h b/lib/bbdev/rte_bbdev_op.h (rejected hunks) @@ -867,7 +867,7 @@ struct rte_mempool * __rte_experimental static inline int rte_bbdev_enc_op_alloc_bulk(struct rte_mempool *mempool, - struct rte_bbdev_enc_op **ops, uint16_t num_ops) + struct rte_bbdev_enc_op **ops, uint32_t num_ops) { struct rte_bbdev_op_pool_private *priv; int ret; @@ -904,7 +904,7 @@ struct rte_mempool * __rte_experimental static inline int rte_bbdev_dec_op_alloc_bulk(struct rte_mempool *mempool, - struct rte_bbdev_dec_op **ops, uint16_t num_ops) + struct rte_bbdev_dec_op **ops, uint32_t num_ops) { struct rte_bbdev_op_pool_private *priv; int ret; https://lab.dpdk.org/results/dashboard/patchsets/20266/ UNH-IOL DPDK Community Lab