[dpdk-dev] SSSE3 instruction set not enabled ERROR - use msse4.2

2014-09-05 Thread Raj Ravi
after adding msse4.2, this errors goes away. Thanks On Fri, Sep 5, 2014 at 7:10 PM, Masaru Oki wrote: > Hi, > What is your build environment (processor)? > I got same error with AMD Phoenom II, doesn't have SSSE3 instruction. > > > 2014-09-05 22:23 GMT+09:00 Raj Ravi : &g

[dpdk-dev] SSSE3 instruction set not enabled ERROR - use msse4.2

2014-09-05 Thread Raj Ravi
Hi, I was facing this error: "SSSE3 instruction set not enabled" while building dpdk. Using the following commands: make config T=x86_64-native-linuxapp-gcc make install T=x86_64-native-linuxapp-gcc So, again I tried like this : make configT=x86_64-native-linuxapp-gcc EXTRA_CFLAGS="-msse4

[dpdk-dev] l2fwd application - packets not getting forwarded

2014-06-16 Thread Raj Ravi
: >> -Original Message- >> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Raj Ravi >> Sent: Thursday, June 12, 2014 6:35 PM >> To: dev at dpdk.org >> Subject: Re: [dpdk-dev] l2fwd application - packets not getting forwarded >> >> Is there any req

[dpdk-dev] l2fwd application - packets not getting forwarded

2014-06-13 Thread Raj Ravi
addresses ? Please let me know. Thanks, On Fri, Jun 13, 2014 at 6:36 AM, Raj Ravi wrote: > /Any help ? let me know if any additional info. is required. > > Thanks. > > On Fri, Jun 13, 2014 at 1:17 AM, Raj Ravi wrote: >> Hi, >> I am trying to run l2fwd application in

[dpdk-dev] l2fwd application - packets not getting forwarded

2014-06-13 Thread Raj Ravi
/Any help ? let me know if any additional info. is required. Thanks. On Fri, Jun 13, 2014 at 1:17 AM, Raj Ravi wrote: > Hi, > I am trying to run l2fwd application in ixgbe based network adapter. > > Followed the below steps: > 1. Add hugepages in grub commandline. 1024 pages of

[dpdk-dev] l2fwd application - packets not getting forwarded

2014-06-13 Thread Raj Ravi
Hi, I am trying to run l2fwd application in ixgbe based network adapter. Followed the below steps: 1. Add hugepages in grub commandline. 1024 pages of 2 MB allocated. 2. verify hugepages support in /proc/meminfo. 3.mounted huge pages as below: mount -t hugetlbfs nodev /mnt/huge 4. built DPDK envi