automatic DPDK test reports
 help / color / mirror / Atom feed
From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report] |FAILURE| pw63164[v2] kni: increase kernel version requirement for VA
Date: 21 Nov 2019 06:35:57 -0800	[thread overview]
Message-ID: <ee68f5$8ks8ae@orsmga001.jf.intel.com> (raw)

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

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

_apply issues_

Submitter: Ferruh Yigit <ferruh.yigit@intel.com>
Date: 2019-11-20 17:22:26
Reply_mail: 20191120172227.42798-1-ferruh.yigit@intel.com
DPDK git baseline:
	Repo:dpdk-next-net, CommitID: 5765b0525b567ee93159692d70ac17001e103ba7
	Repo:dpdk, CommitID: e5d0ba08703099c12e4bb2eac650cbb047df1a13

*Repo: dpdk-next-net
#define GET_USER_PAGES_REMOTE_API_V3
#endif

#endif

error: patch failed: kernel/linux/kni/compat.h:122
error: kernel/linux/kni/compat.h: patch does not apply
Checking patch kernel/linux/kni/kni_dev.h...
error: while searching for:
	offset = iova & (PAGE_SIZE - 1);

--
#endif
	if (ret < 0)
		return 0;


error: patch failed: kernel/linux/kni/kni_dev.h:101
error: kernel/linux/kni/kni_dev.h: patch does not apply
Checking patch lib/librte_eal/linux/eal/eal.c...
error: while searching for:
				 */
				iova_mode = RTE_IOVA_VA;
--
#if defined(RTE_LIBRTE_KNI) && LINUX_VERSION_CODE >= KERNEL_VERSION(4, 6, 0)
			} else if (rte_eal_check_module("rte_kni") == 1) {
				iova_mode = RTE_IOVA_PA;
				RTE_LOG(DEBUG, EAL, "KNI is loaded, selecting IOVA as PA mode for better KNI perfomance.\n");

error: patch failed: lib/librte_eal/linux/eal/eal.c:1073
error: lib/librte_eal/linux/eal/eal.c: patch does not apply
Checking patch lib/librte_kni/rte_kni.c...
error: while searching for:
int
rte_kni_init(unsigned int max_kni_ifaces __rte_unused)
--
#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 6, 0)
	if (rte_eal_iova_mode() != RTE_IOVA_PA) {
		RTE_LOG(ERR, KNI, "KNI requires IOVA as PA\n");
		return -1;

error: patch failed: lib/librte_kni/rte_kni.c:98
error: lib/librte_kni/rte_kni.c: patch does not apply
*Repo: dpdk
#define GET_USER_PAGES_REMOTE_API_V3
#endif

#endif

error: patch failed: kernel/linux/kni/compat.h:122
error: kernel/linux/kni/compat.h: patch does not apply
Checking patch kernel/linux/kni/kni_dev.h...
error: while searching for:
	offset = iova & (PAGE_SIZE - 1);

--
#endif
	if (ret < 0)
		return 0;


error: patch failed: kernel/linux/kni/kni_dev.h:101
error: kernel/linux/kni/kni_dev.h: patch does not apply
Checking patch lib/librte_eal/linux/eal/eal.c...
error: while searching for:
				 */
				iova_mode = RTE_IOVA_VA;
--
#if defined(RTE_LIBRTE_KNI) && LINUX_VERSION_CODE >= KERNEL_VERSION(4, 6, 0)
			} else if (rte_eal_check_module("rte_kni") == 1) {
				iova_mode = RTE_IOVA_PA;
				RTE_LOG(DEBUG, EAL, "KNI is loaded, selecting IOVA as PA mode for better KNI perfomance.\n");

error: patch failed: lib/librte_eal/linux/eal/eal.c:1073
error: lib/librte_eal/linux/eal/eal.c: patch does not apply
Checking patch lib/librte_kni/rte_kni.c...
error: while searching for:
int
rte_kni_init(unsigned int max_kni_ifaces __rte_unused)
--
#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 6, 0)
	if (rte_eal_iova_mode() != RTE_IOVA_PA) {
		RTE_LOG(ERR, KNI, "KNI requires IOVA as PA\n");
		return -1;

error: patch failed: lib/librte_kni/rte_kni.c:98
error: lib/librte_kni/rte_kni.c: patch does not apply

DPDK STV team

                 reply	other threads:[~2019-11-21 14:36 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$8ks8ae@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).