automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |FAILURE| pw69244mem: mark pages as not accessed when returning back to memory pool
@ 2020-04-24 19:19 sys_stv
  0 siblings, 0 replies; only message in thread
From: sys_stv @ 2020-04-24 19:19 UTC (permalink / raw)
  To: test-report

[-- 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-24 19:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-24 19:19 [dpdk-test-report] |FAILURE| pw69244mem: mark pages as not accessed when returning back to memory pool sys_stv

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).