automatic DPDK test reports
 help / color / mirror / Atom feed
From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report] |FAILURE| pw69244mem: mark pages as not accessed when returning back to memory pool
Date: 24 Apr 2020 12:19:01 -0700	[thread overview]
Message-ID: <fecc85$9vtfkd@orsmga001.jf.intel.com> (raw)

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

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

_apply issues_

Submitter: Li Feng <fengli@smartx.com>
Date: 2020-04-24 10:42:05
Reply_mail: 20200424104205.26846-1-fengli@smartx.com
DPDK git baseline:
	Repo:dpdk, CommitID: 269e1d04a15daa0741454524270e4ab97092e26f

*Repo: dpdk
|                                     ^~~~~~~~~~~~~
    .../lib/librte_eal/include/rte_common.h:69:37: error: expected '=', ',',
     ';', 'asm' or '__attribute__' before '__rte_aligned'
       69 | typedef uint16_t unaligned_uint16_t __rte_aligned(1);
          |                                     ^~~~~~~~~~~~~
    make[3]: *** [.../mk/internal/rte.compile-pre.mk:116: rte_kvargs.o] Error 1
    
    Move __rte_aligned macro definition before alignment types used by
    architectures requiring RTE_ARCH_STRICT_ALIGN like armv7.
    
    Fixes: f35e5b3e07b2 ("replace alignment attributes")
--
	/* erase page data */
	memset(ms->addr, 0, ms->len);

	if (mmap(ms->addr, ms->len, PROT_READ,
			MAP_PRIVATE | MAP_ANONYMOUS | MAP_FIXED, -1, 0) ==
				MAP_FAILED) {
		RTE_LOG(DEBUG, EAL, "couldn't unmap page\n");

error: patch failed: lib/librte_eal/linux/eal_memalloc.c:683
error: lib/librte_eal/linux/eal_memalloc.c: patch does not apply

DPDK STV team

                 reply	other threads:[~2020-04-24 19:19 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='fecc85$9vtfkd@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).