automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw104480 [PATCH] [-v1] bbdev: update num_ops type to be uint32_t in rte_bbdev_enc_op_alloc_bulk
Date: Thu, 18 Nov 2021 00:39:17 -0500 (EST)	[thread overview]
Message-ID: <20211118053917.C86AC60524@noxus.dpdklab.iol.unh.edu> (raw)

[-- 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

                 reply	other threads:[~2021-11-18  5:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211118053917.C86AC60524@noxus.dpdklab.iol.unh.edu \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).