From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ig0-f172.google.com (mail-ig0-f172.google.com [209.85.213.172]) by dpdk.org (Postfix) with ESMTP id 01CCBFE5 for ; Tue, 7 Apr 2015 14:00:16 +0200 (CEST) Received: by igblo3 with SMTP id lo3so9349955igb.1 for ; Tue, 07 Apr 2015 05:00:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ne4jKY1W/Gj7F+cTK9edxG5BH+VcOyWSWk+Q2nwq2QI=; b=CXyryWOq+z52JjEZiMbaAfaGt3hLyDQ+1gT90ubRGwn3du0qwRuHyS/OjopyLbfx0Y qGnhDMhLMU5JUNMy6U18nxjLnS5Y5tI4YgmpOxHM0nyoV5uMLqKr29YM0ljvsUhoVZqN IUoMta7ItiUFyLm9jJ6V8Jdxqqc9ogom6QfriVcmafJfaI0ibxdY2GBgh0BEUkBk6c1e ZZPREue9dOnQZ/W6qiSVRDBoFNThP/0U5FHnLWBRC4jy2KY0uayG3DZ0OV//veJTYOhs mabb8sJxi0MRzyOOvx2f/3ltHpqqMb76gy2b0+k1VBFLd/SQHLTMFHjfNnPK3ej/cWKW lNpQ== MIME-Version: 1.0 X-Received: by 10.43.24.139 with SMTP id re11mr25841193icb.11.1428408015470; Tue, 07 Apr 2015 05:00:15 -0700 (PDT) Received: by 10.107.39.199 with HTTP; Tue, 7 Apr 2015 05:00:15 -0700 (PDT) In-Reply-To: References: Date: Tue, 7 Apr 2015 17:30:15 +0530 Message-ID: From: Venkat Thummala To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] Running DPDK Binaries on a different Target X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Apr 2015 12:00:16 -0000 Attaching the CPU Info. On 7 April 2015 at 17:28, Venkat Thummala wrote: > Hi, > > I have built a DPDK application [based on version 2.0] and run on the > native machine successfully. > > I have tried running the binary on a different machine, but it resulted in > a CRASH with the following back trace. > > Please find the CPU info of the machines from the attachment. > > cpuinfo-1 - Native Machine > cpuinfo-2 - Non Native Machine > > Could someone please help me in understanding the issue here and making it > work? > > Regards > Venkat > > Program terminated with signal SIGILL, Illegal instruction. > #0 0x00000000004209f2 in rte_cpu_get_flag_enabled (feature=2147483656, > feature@entry=RTE_CPUFLAG_EM64T) > at > /home/vthummala/src/vwlc/dpdk/dpdk-2.0.0/x86_64-native-linuxapp-gcc/include/rte_cpuflags.h:303 > 303 return (regs[feat->reg] >> feat->bit) & 1; > (gdb) bt > #0 0x00000000004209f2 in rte_cpu_get_flag_enabled (feature=2147483656, > feature@entry=RTE_CPUFLAG_EM64T) > at > /home/vthummala/src/vwlc/dpdk/dpdk-2.0.0/x86_64-native-linuxapp-gcc/include/rte_cpuflags.h:303 > #1 0x0000000000420a1b in rte_hash_crc_set_alg (alg=6 '\006') > at > /home/vthummala/src/vwlc/dpdk/dpdk-2.0.0/x86_64-native-linuxapp-gcc/include/rte_hash_crc.h:429 > #2 rte_hash_crc_init_alg () at > /home/vthummala/src/vwlc/dpdk/dpdk-2.0.0/x86_64-native-linuxapp-gcc/include/rte_hash_crc.h:445 > #3 0x000000000054968d in __libc_csu_init () > #4 0x00007fc3ca474e55 in group_nodes_into_DFAstates > (dests_ch=0x940f507ab10ff0c8, dests_node=0x4a8b44de74c084c0, > state=0x4420528b48a8ebc9, > dfa=) at regexec.c:3614 > #5 build_trtable (dfa=0x840fc139c0014468, state=0x4420528b48a8ebc9) at > regexec.c:3354 > #6 0x41d589495541f689 in ?? () > #7 0x00251630258d4c54 in ?? () > #8 0x002517302d8d4855 in ?? () > #9 0xc148db31e5294c53 in ?? () > #10 0x65e808ec834803fd in ?? () > #11 0x1e74ed8548ffed48 in ?? () > #12 0x0000000000841f0f in ?? () >