automatic DPDK test reports
 help / color / mirror / Atom feed
From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report]  |FAILURE| pw65717[v3, 4/5] net/mlx: rename meson variable for dlopen option
Date: 22 Feb 2020 00:05:43 -0800	[thread overview]
Message-ID: <ee68f5$9dju14@orsmga001.jf.intel.com> (raw)

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

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

_apply issues_

Submitter: Thomas Monjalon <thomas@monjalon.net>
Date: 2020-02-11 01:19:41
Reply_mail: 20200211011942.1569573-5-thomas@monjalon.net
DPDK git baseline:
	Repo:dpdk-next-net-mlx, CommitID: 8c2e6036a173bc494fa8069e62d35fe3ff3f171f
	Repo:dpdk, CommitID: f69ed1044230c218c9afd8f1b47b6fe6aa1eeec5

*Repo: dpdk-next-net-mlx
The HW doesn't support to do modify header action after ant
    encapsulation action.
    
    The split metadata function wrongly added the copy action in the end of
    the original actions list, hence, NIC egress flow with encapsulation
    action failed when the PMD worked with dv_xmeta_en mode.
    
    Move the copy action to be before and back to back with the
    encapsulation action for the aforementioned case.
    
    Fixes: 71e254bc0294 ("net/mlx5: split Rx flows to provide metadata copy")
--
if pmd_dlopen
	dpdk_conf.set('RTE_IBVERBS_LINK_DLOPEN', 1)
	cflags += [
		'-DMLX5_GLUE="@0@"'.format(LIB_GLUE),

error: patch failed: drivers/common/mlx5/meson.build:9
error: drivers/common/mlx5/meson.build: patch does not apply
Checking patch drivers/net/mlx4/meson.build...
error: while searching for:
build = true

--
if pmd_dlopen
	dpdk_conf.set('RTE_IBVERBS_LINK_DLOPEN', 1)
	cflags += [
		'-DMLX4_GLUE="@0@"'.format(LIB_GLUE),

error: patch failed: drivers/net/mlx4/meson.build:10
error: drivers/net/mlx4/meson.build: patch does not apply
*Repo: dpdk
if pmd_dlopen
	dpdk_conf.set('RTE_IBVERBS_LINK_DLOPEN', 1)
	cflags += [
		'-DMLX5_GLUE="@0@"'.format(LIB_GLUE),

error: patch failed: drivers/common/mlx5/meson.build:9
error: drivers/common/mlx5/meson.build: patch does not apply
Checking patch drivers/net/mlx4/meson.build...
error: while searching for:
build = true

--
if pmd_dlopen
	dpdk_conf.set('RTE_IBVERBS_LINK_DLOPEN', 1)
	cflags += [
		'-DMLX4_GLUE="@0@"'.format(LIB_GLUE),

error: patch failed: drivers/net/mlx4/meson.build:10
error: drivers/net/mlx4/meson.build: patch does not apply

DPDK STV team

                 reply	other threads:[~2020-02-22  8:06 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$9dju14@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).