All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Cc: dev@dpdk.org, bruce.richardson@intel.com
Subject: Re: [PATCH v2] hash: fix to support multi process
Date: Fri, 01 Apr 2016 15:07:16 +0200	[thread overview]
Message-ID: <2456133.37YpMHxd5Y@xps13> (raw)
In-Reply-To: <1459359297-31549-1-git-send-email-pablo.de.lara.guarch@intel.com>

Hi Pablo,

There is a build issue for arm-armv7a-linuxapp-gcc:
	lib/librte_hash/rte_cuckoo_hash.c:129:2: error:
		'rte_hash_k16_cmp_eq' undeclared here

The functions rte_hash_k*_cmp_eq are defined only for x86 and ARM64.

Note that RTE_ARCH_X86 could be used instead of
RTE_ARCH_X86_64 || RTE_ARCH_I686 || RTE_ARCH_X86_X32 in librte_hash.

  reply	other threads:[~2016-04-01 13:09 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-24 13:56 [PATCH] hash: fix to support multi process Pablo de Lara
2016-03-25 14:41 ` Bruce Richardson
2016-03-25 15:08   ` De Lara Guarch, Pablo
2016-03-30 17:34 ` [PATCH v2] " Pablo de Lara
2016-04-01 13:07   ` Thomas Monjalon [this message]
2016-04-01 14:08     ` De Lara Guarch, Pablo
2016-04-01 15:03   ` [PATCH v3 0/2] Multi-process support in hash library Pablo de Lara
2016-04-01 15:03     ` [PATCH v3 1/2] hash: use RTE_ARCH_X86 macro for X86 systems Pablo de Lara
2016-04-01 15:03     ` [PATCH v3 2/2] hash: fix to support multi process Pablo de Lara
2016-04-01 16:57     ` [PATCH v3 0/2] Multi-process support in hash library Thomas Monjalon

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=2456133.37YpMHxd5Y@xps13 \
    --to=thomas.monjalon@6wind.com \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=pablo.de.lara.guarch@intel.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.