automatic DPDK test reports
 help / color / mirror / Atom feed
From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report] |FAILURE| pw65866vdpa/mlx5: fix completion queue arming
Date: 24 Feb 2020 00:27:26 -0800	[thread overview]
Message-ID: <ee68f5$9e0crh@orsmga001.jf.intel.com> (raw)

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

Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/65866

_apply issues_

Submitter: Matan Azrad <matan@mellanox.com>
Date: 2020-02-18 12:25:21
Reply_mail: 1582028721-637-1-git-send-email-matan@mellanox.com
DPDK git baseline:
	Repo:dpdk-next-virtio, CommitID: 545cd4f422ecc60e0470d0576deb29291f0ff9b9
	Repo:dpdk, CommitID: fbd54248bb18040166a3e6d792282bd5ca5ed240

*Repo: dpdk-next-virtio
uint32_t cq_ci = cq->cq_ci & MLX5_CI_MASK & cqe_mask;
	uint32_t doorbell_hi = arm_sn | MLX5_CQ_DBR_CMD_ALL | cq_ci;
	uint64_t doorbell = ((uint64_t)doorbell_hi << 32) | cq->cq->id;
	uint64_t db_be = rte_cpu_to_be_64(doorbell);

error: patch failed: drivers/vdpa/mlx5/mlx5_vdpa_event.c:81
error: drivers/vdpa/mlx5/mlx5_vdpa_event.c: patch does not apply
*Repo: dpdk
uint32_t cq_ci = cq->cq_ci & MLX5_CI_MASK & cqe_mask;
	uint32_t doorbell_hi = arm_sn | MLX5_CQ_DBR_CMD_ALL | cq_ci;
	uint64_t doorbell = ((uint64_t)doorbell_hi << 32) | cq->cq->id;
	uint64_t db_be = rte_cpu_to_be_64(doorbell);

error: patch failed: drivers/vdpa/mlx5/mlx5_vdpa_event.c:81
error: drivers/vdpa/mlx5/mlx5_vdpa_event.c: patch does not apply

DPDK STV team

                 reply	other threads:[~2020-02-24  8:27 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='ee68f5$9e0crh@orsmga001.jf.intel.com' \
    --to=sys_stv@intel.com \
    --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).