automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu
Subject: [dpdk-test-report] |FAILURE| pw86557 [PATCH] net/ice: fix GTPU header incorrectly parsed
Date: Fri, 15 Jan 2021 20:17:47 -0500 (EST)	[thread overview]
Message-ID: <20210116011747.B96847B9D@noxus.dpdklab.iol.unh.edu> (raw)

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

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

_Testing issues_

Submitter: Xuan Ding <xuan.ding@intel.com>
Date: Thursday, January 14 2021 08:00:53 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:4e8caa32c07d5e3f7876e49725f9a5716d3badfa

86557 --> testing fail

Test environment and result as below:

+---------------------+----------------------+--------------------+-------------------+----------------+
|     Environment     | dpdk_mingw64_compile | dpdk_meson_compile | dpdk_compile_spdk | dpdk_unit_test |
+=====================+======================+====================+===================+================+
| Windows Server 2019 | PASS                 | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| FreeBSD 11.2        | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| CentOS 8            | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 31           | SKIPPED              | PASS               | PASS              | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| openSUSE Leap 15    | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Arch Linux          | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 18.04 ARM    | SKIPPED              | FAIL               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 18.04        | SKIPPED              | PASS               | PASS              | PASS           |
+---------------------+----------------------+--------------------+-------------------+----------------+

==== 20 line log output for Ubuntu 18.04 ARM (dpdk_meson_compile): ====
3162 |    (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX2) == 1 ||
|                              ^~~~~~~~~~~~~~~~
../drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_set_tx_function’:
../drivers/net/i40e/i40e_rxtx.c:3338:29: error: ‘RTE_CPUFLAG_AVX512F’ undeclared (first use in this function)
3338 |    rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1 &&
|                             ^~~~~~~~~~~~~~~~~~~
../drivers/net/i40e/i40e_rxtx.c:3339:29: error: ‘RTE_CPUFLAG_AVX512BW’ undeclared (first use in this function)
3339 |    rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512BW) == 1)
|                             ^~~~~~~~~~~~~~~~~~~~
../drivers/net/i40e/i40e_rxtx.c:3347:30: error: ‘RTE_CPUFLAG_AVX2’ undeclared (first use in this function)
3347 |    (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX2) == 1 ||
|                              ^~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1267/2788] Compiling C object drivers/librte_net_fm10k.a.p/meson-generated_.._rte_net_fm10k.pmd.c.o
[1268/2788] Compiling C object drivers/libtmp_rte_net_i40e.a.p/net_i40e_i40e_pf.c.o
[1269/2788] Compiling C object drivers/libtmp_rte_net_i40e.a.p/net_i40e_i40e_ethdev_vf.c.o
[1270/2788] Compiling C object drivers/libtmp_rte_net_i40e.a.p/net_i40e_i40e_fdir.c.o
[1271/2788] Compiling C object drivers/libtmp_rte_net_i40e.a.p/net_i40e_i40e_ethdev.c.o
ninja: build stopped: subcommand failed.
[1] Error running command.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 9.0

FreeBSD 11.2
	Kernel: 11.2
	Compiler: gcc 8.3

CentOS 8
	Kernel: 4.18.0.el8_0
	Compiler: gcc 8.3.1

Fedora 31
	Kernel: 5.3.16
	Compiler: gcc 9.2.1

openSUSE Leap 15
	Kernel: 4.12.14
	Compiler: gcc 7.4.1

Arch Linux
	Kernel: latest
	Compiler: gcc latest

Ubuntu 18.04 ARM
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 18.04
	Kernel: 4.15.0-generic
	Compiler: gcc 7.5

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

UNH-IOL DPDK Community Lab

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

             reply	other threads:[~2021-01-16  1:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-16  1:17 dpdklab [this message]
2021-01-16  2:29 dpdklab

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=20210116011747.B96847B9D@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).