automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw104480 [PATCH] [-v1] bbdev: update num_ops type to be uint32_t in rte_bbdev_enc_op_alloc_bulk
@ 2021-11-18  5:39 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2021-11-18  5:39 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 1843 bytes --]

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/104480

_apply patch failure_

Submitter: Zhang, Mingshan <mingshan.zhang@intel.com>
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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-18  5:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-18  5:39 |WARNING| pw104480 [PATCH] [-v1] bbdev: update num_ops type to be uint32_t in rte_bbdev_enc_op_alloc_bulk dpdklab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).