automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw126335-126336 [PATCH] [2/2] vhost: add egress API for port mirroring datapath
@ 2023-04-21  3:19 dpdklab
  0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2023-04-21  3:19 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Cheng Jiang

Test-Label: iol-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/126336

_Testing issues_

Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Friday, April 21 2023 01:09:32 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:5f34cc454df420b9b2da8deb949fb76cba058b87

126335-126336 --> testing fail

Test environment and result as below:

+--------------------+----------------+
|    Environment     | dpdk_unit_test |
+====================+================+
| CentOS Stream 9    | PASS           |
+--------------------+----------------+
| Fedora 36          | FAIL           |
+--------------------+----------------+
| Debian 11 (Buster) | PASS           |
+--------------------+----------------+
| Ubuntu 20.04 (ARM) | PASS           |
+--------------------+----------------+
| Ubuntu 22.04       | FAIL           |
+--------------------+----------------+
| Debian Buster      | PASS           |
+--------------------+----------------+
| Debian Bullseye    | PASS           |
+--------------------+----------------+
| CentOS Stream 8    | PASS           |
+--------------------+----------------+
| RHEL8              | PASS           |
+--------------------+----------------+
| Ubuntu 20.04       | PASS           |
+--------------------+----------------+
| RHEL 7             | PASS           |
+--------------------+----------------+
| openSUSE Leap 15   | PASS           |
+--------------------+----------------+

==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
if (unlikely(reserve_avail_buf_split(dev, vq, pkt_len, buf_vec,
^
../lib/vhost/virtio_net.c:4700:16: error: calling function 'reserve_avail_buf_split' requires holding mutex 'mr_vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
if (unlikely(reserve_avail_buf_split(mr_dev, mr_vq, pkt_len, mr_buf_vec,
^
../lib/vhost/virtio_net.c:4735:11: error: calling function 'vhost_async_dma_transfer' requires holding mutex 'vq->access_lock' exclusively [-Werror,-Wthread-safety-analysis]
n_xfer = vhost_async_dma_transfer(dev, vq, dma_id, vchan_id, async->pkts_idx,
^
../lib/vhost/virtio_net.c:4821:6: error: mutex 'vq->iotlb_lock' is not held on every path through here [-Werror,-Wthread-safety-analysis]
if (mr_dev->features & (1ULL << VIRTIO_F_IOMMU_PLATFORM))
^
../lib/vhost/virtio_net.c:4820:3: note: mutex acquired here
vhost_user_iotlb_rd_lock(vq);
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[395/3206] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_vhost_user.c.o'.
[396/3206] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_esp_inb.c.o'.
[397/3206] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_vhost_crypto.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

CentOS Stream 9
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 36
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.1

Debian 11 (Buster)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/26075/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* |FAILURE| pw126335-126336 [PATCH] [2/2] vhost: add egress API for port mirroring datapath
@ 2023-04-21  3:04 dpdklab
  0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2023-04-21  3:04 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Cheng Jiang

Test-Label: iol-aarch64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/126336

_Testing issues_

Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Friday, April 21 2023 01:09:32 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:5f34cc454df420b9b2da8deb949fb76cba058b87

126335-126336 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Native            | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Native          | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
struct vhost_async *mr_async = mr_vq->async;
^
../lib/vhost/virtio_net.c:4692:16: error: calling function 'reserve_avail_buf_split' requires holding mutex 'vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
if (unlikely(reserve_avail_buf_split(dev, vq, pkt_len, buf_vec,
^
../lib/vhost/virtio_net.c:4700:16: error: calling function 'reserve_avail_buf_split' requires holding mutex 'mr_vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
if (unlikely(reserve_avail_buf_split(mr_dev, mr_vq, pkt_len, mr_buf_vec,
^
../lib/vhost/virtio_net.c:4735:11: error: calling function 'vhost_async_dma_transfer' requires holding mutex 'vq->access_lock' exclusively [-Werror,-Wthread-safety-analysis]
n_xfer = vhost_async_dma_transfer(dev, vq, dma_id, vchan_id, async->pkts_idx,
^
../lib/vhost/virtio_net.c:4821:6: error: mutex 'vq->iotlb_lock' is not held on every path through here [-Werror,-Wthread-safety-analysis]
if (mr_dev->features & (1ULL << VIRTIO_F_IOMMU_PLATFORM))
^
../lib/vhost/virtio_net.c:4820:3: note: mutex acquired here
vhost_user_iotlb_rd_lock(vq);
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/26075/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* |FAILURE| pw126335-126336 [PATCH] [2/2] vhost: add egress API for port mirroring datapath
@ 2023-04-21  3:01 dpdklab
  0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2023-04-21  3:01 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Cheng Jiang

Test-Label: iol-x86_64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/126336

_Testing issues_

Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Friday, April 21 2023 01:09:32 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:5f34cc454df420b9b2da8deb949fb76cba058b87

126335-126336 --> testing fail

Test environment and result as below:

+------------------+--------------------+
|   Environment    | dpdk_meson_compile |
+==================+====================+
| FreeBSD 13       | PASS               |
+------------------+--------------------+
| Ubuntu 22.04     | PASS               |
+------------------+--------------------+
| CentOS Stream 9  | PASS               |
+------------------+--------------------+
| CentOS Stream 8  | PASS               |
+------------------+--------------------+
| Debian Buster    | PASS               |
+------------------+--------------------+
| openSUSE Leap 15 | PASS               |
+------------------+--------------------+
| Alpine           | PASS               |
+------------------+--------------------+
| Debian Bullseye  | PASS               |
+------------------+--------------------+
| RHEL 7           | PASS               |
+------------------+--------------------+
| RHEL8            | PASS               |
+------------------+--------------------+
| Ubuntu 20.04     | PASS               |
+------------------+--------------------+


FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/26075/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

end of thread, other threads:[~2023-04-21  3:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-21  3:19 |FAILURE| pw126335-126336 [PATCH] [2/2] vhost: add egress API for port mirroring datapath dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2023-04-21  3:04 dpdklab
2023-04-21  3:01 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).