automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw156420 [PATCH] pci: pci_vfio: Retry vfio setup device reset, if device is busy
       [not found] <20250903111723.5111-1-thanushree.sreerama@nokia.com>
@ 2025-09-03 13:48 ` qemudev
  2025-09-03 14:23 ` checkpatch
  2025-09-03 14:41 ` dpdklab
  2 siblings, 0 replies; 3+ messages in thread
From: qemudev @ 2025-09-03 13:48 UTC (permalink / raw)
  To: test-report; +Cc: Thanushree Sreerama, zhoumin

Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/156420

_apply patch failure_

Submitter: Thanushree Sreerama <thanushree.sreerama@nokia.com>
Date: Wed,  3 Sep 2025 13:17:23 +0200
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 211f1660212809640003eb83664d4fbaa01e1a2a

Apply patch set 156420 failed:

Checking patch drivers/bus/pci/linux/pci_vfio.c...
error: while searching for:
static int
pci_rte_vfio_setup_device(struct rte_pci_device *dev, int vfio_dev_fd)
{
	if (pci_vfio_setup_interrupts(dev, vfio_dev_fd) != 0) {
		RTE_LOG(ERR, EAL, "Error setting up interrupts!\n");
		return -1;

error: patch failed: drivers/bus/pci/linux/pci_vfio.c:478
error: drivers/bus/pci/linux/pci_vfio.c: patch does not apply


^ permalink raw reply	[flat|nested] 3+ messages in thread

* |WARNING| pw156420 [PATCH] pci: pci_vfio: Retry vfio setup device reset, if device is busy
       [not found] <20250903111723.5111-1-thanushree.sreerama@nokia.com>
  2025-09-03 13:48 ` |WARNING| pw156420 [PATCH] pci: pci_vfio: Retry vfio setup device reset, if device is busy qemudev
@ 2025-09-03 14:23 ` checkpatch
  2025-09-03 14:41 ` dpdklab
  2 siblings, 0 replies; 3+ messages in thread
From: checkpatch @ 2025-09-03 14:23 UTC (permalink / raw)
  To: test-report; +Cc: Thanushree Sreerama

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/156420

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#101: 
Add proper EAGAIN handling for the device setup by retrying the device reset

ERROR:GERRIT_CHANGE_ID: Remove Gerrit Change-Id's before submitting upstream
#112: 
Change-Id: Ic3ae8701fccdbf1e8e2a575d48e707b4c58e939a

WARNING:MISSING_FIXES_TAG: The commit message has 'stable@', perhaps it also needs a 'Fixes:' tag?

WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email name mismatch: 'From: "Thanushree.Sreerama" <thanushree.sreerama@nokia.com>' != 'Signed-off-by: Thanushree Sreerama <thanushree.sreerama@nokia.com>'

total: 1 errors, 3 warnings, 28 lines checked
Warning in drivers/bus/pci/linux/pci_vfio.c:
Prefer RTE_LOG_LINE/RTE_LOG_DP_LINE

^ permalink raw reply	[flat|nested] 3+ messages in thread

* |WARNING| pw156420 [PATCH] pci: pci_vfio: Retry vfio setup device reset, if device is busy
       [not found] <20250903111723.5111-1-thanushree.sreerama@nokia.com>
  2025-09-03 13:48 ` |WARNING| pw156420 [PATCH] pci: pci_vfio: Retry vfio setup device reset, if device is busy qemudev
  2025-09-03 14:23 ` checkpatch
@ 2025-09-03 14:41 ` dpdklab
  2 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2025-09-03 14:41 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_apply patch failure_

Submitter: Thanushree Sreerama <thanushree.sreerama@nokia.com>
Date: Wednesday, September 03 2025 11:17:23 
Applied on: CommitID:211f1660212809640003eb83664d4fbaa01e1a2a
Apply patch set 156420 failed:

Cloning the DPDK mirror at: https://github.com/DPDK/dpdk.git (Attempt 1 of 3)
Trying to checkout branch: origin/main
Checked out to main (211f1660212809640003eb83664d4fbaa01e1a2a)
Done: main commit 211f1660212809640003eb83664d4fbaa01e1a2a
Trying to checkout branch: origin/main
Checked out to main (211f1660212809640003eb83664d4fbaa01e1a2a)
Applying patch...

Failed to apply patch:
Applying: pci: pci_vfio: Retry vfio setup device reset, if device is busy
Using index info to reconstruct a base tree...
M	drivers/bus/pci/linux/pci_vfio.c
Falling back to patching base and 3-way merge...
Auto-merging drivers/bus/pci/linux/pci_vfio.c
CONFLICT (content): Merge conflict in drivers/bus/pci/linux/pci_vfio.c
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 pci: pci_vfio: Retry vfio setup device reset, if device is busy
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".


https://lab.dpdk.org/results/dashboard/patchsets/34015/

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-09-03 14:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20250903111723.5111-1-thanushree.sreerama@nokia.com>
2025-09-03 13:48 ` |WARNING| pw156420 [PATCH] pci: pci_vfio: Retry vfio setup device reset, if device is busy qemudev
2025-09-03 14:23 ` checkpatch
2025-09-03 14:41 ` 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).