automatic DPDK test reports
 help / color / mirror / Atom feed
From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report] |FAILURE| pw56302vfio: fix interrupts race condition
Date: 10 Jul 2019 21:51:29 -0700	[thread overview]
Message-ID: <ee68f5$7e3ck5@orsmga001.jf.intel.com> (raw)

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

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

_apply issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: 2019-07-10 12:33:40
Reply_mail: 1562762020-8259-1-git-send-email-david.marchand@redhat.com
DPDK git baseline:
	Repo:dpdk, CommitID: a99a311ba101ea7ebde256732bf65f512882d2b6

*Repo: dpdk
enum rte_intr_mode intr_mode;

	/* default to invalid index */
	intr_idx = VFIO_PCI_NUM_IRQS;

error: patch failed: drivers/bus/pci/linux/pci_vfio.c:187
error: drivers/bus/pci/linux/pci_vfio.c: patch does not apply
Checking patch lib/librte_eal/linux/eal/eal_interrupts.c...
error: while searching for:

/* enable legacy (INTx) interrupts */
--
	*fd_ptr = intr_handle->fd;

	ret = ioctl(intr_handle->vfio_dev_fd, VFIO_DEVICE_SET_IRQS, irq_set);

	if (ret) {
		RTE_LOG(ERR, EAL, "Error enabling INTx interrupts for fd %d\n",
						intr_handle->fd);
		return -1;
	}

	/* unmask INTx after enabling */
--
	irq_set->start = 0;

	ret = ioctl(intr_handle->vfio_dev_fd, VFIO_DEVICE_SET_IRQS, irq_set);

	if (ret) {
		RTE_LOG(ERR, EAL, "Error unmasking INTx interrupts for fd %d\n",

error: patch failed: lib/librte_eal/linux/eal/eal_interrupts.c:109
error: lib/librte_eal/linux/eal/eal_interrupts.c: patch does not apply

DPDK STV team

                 reply	other threads:[~2019-07-11  4:51 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$7e3ck5@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).