All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vithal S Mohare <vmohare-lTB0Xd325TxqO0yjgLDq5wC/G2K4zDHf@public.gmane.org>
To: "dev-VfR2kkLFssw@public.gmane.org" <dev-VfR2kkLFssw@public.gmane.org>
Subject: rte_memcpy optimization patch to dpdk ver 1.7
Date: Tue, 17 Feb 2015 08:39:22 +0000	[thread overview]
Message-ID: <98DB008FA2AC6644B40AD8C766FAB271020CA67F5E@BOREAL.arubanetworks.com> (raw)

Hi,

I am trying to use rte_memcpy optimization patch along with dpdk version 1.7.  With the patch, while dpdk itself is compiled, applications failed with below error:
-------------------------------
include/rte_memcpy.h:629:2: error: implicit declaration of function '_mm_alignr_epi8' [-Werror=implicit-function-declaration]
/home/vithals/adu_src/build/x-men_dev/Default/shumway/infra/dpdk/shumway_obj/lib/../include/rte_memcpy.h:629:2: error: incompatible type for argument 2 of '_mm_storeu_si128'
-------------------------------

After including -mssse3 flags, compilation (cross compiled for a x86 linux based platform) went through.  Now the question is, when this binary is loaded on system that doesn't support SSSE3 instruction set (but just sse2 etc), what would be the behavior?

Thanks,
-Vithal

             reply	other threads:[~2015-02-17  8:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-17  8:39 Vithal S Mohare [this message]
     [not found] ` <98DB008FA2AC6644B40AD8C766FAB271020CA67F5E-AxeMsvIPF9dVlT40swnHCBaHJUVzwnCM@public.gmane.org>
2015-02-17 13:01   ` rte_memcpy optimization patch to dpdk ver 1.7 Neil Horman
     [not found]     ` <20150217130131.GA2729-0o1r3XBGOEbbgkc5XkKeNuvMHUBZFtU3YPYVAmT7z5s@public.gmane.org>
2015-02-18  4:09       ` Vithal S Mohare
     [not found]         ` <98DB008FA2AC6644B40AD8C766FAB271020CA68463-AxeMsvIPF9dVlT40swnHCBaHJUVzwnCM@public.gmane.org>
2015-02-19 12:43           ` Neil Horman
     [not found]             ` <20150219124322.GA24069-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org>
2015-02-24  4:25               ` Vithal S Mohare
     [not found]                 ` <98DB008FA2AC6644B40AD8C766FAB271020CA6A3BE-AxeMsvIPF9dVlT40swnHCBaHJUVzwnCM@public.gmane.org>
2015-02-24  9:49                   ` Bruce Richardson
2015-02-24 11:30                   ` Neil Horman

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=98DB008FA2AC6644B40AD8C766FAB271020CA67F5E@BOREAL.arubanetworks.com \
    --to=vmohare-ltb0xd325txqo0yjgldq5wc/g2k4zdhf@public.gmane.org \
    --cc=dev-VfR2kkLFssw@public.gmane.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 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.