[dpdk-dev] Question on using SR-IOV with dpdk apps

2014-08-04 Thread Anjali Kulkarni
The 4 devices in qs are at 04:10.0, 04:10.1, 04:10.2, 04:10.3 Anjali On 8/4/14 1:24 PM, "Anjali Kulkarni" wrote: >It seems to have detected all 4. But I do see a MAC address not valid: >? >? >(scrolled up) > >EAL: PCI device :04:10.1 on NUMA socket 0 ? >EAL: probe dri

[dpdk-dev] Question on using SR-IOV with dpdk apps

2014-08-04 Thread Anjali Kulkarni
It seems to have detected all 4. But I do see a MAC address not valid: ? ? (scrolled up) EAL: PCI device :04:10.1 on NUMA socket 0 ? EAL: probe driver: 8086:10ed rte_ixgbevf_pmd ? EAL: PCI memory mapped at 0x7fd39743e000 ? EA

[dpdk-dev] Question on using SR-IOV with dpdk apps

2014-08-04 Thread Richardson, Bruce
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Anjali Kulkarni > Sent: Monday, August 04, 2014 12:45 PM > To: dev at dpdk.org > Subject: Re: [dpdk-dev] Question on using SR-IOV with dpdk apps > > Forgot to clarify, this is a specialized app, and the first p

[dpdk-dev] Question on using SR-IOV with dpdk apps

2014-08-04 Thread Anjali Kulkarni
Forgot to clarify, this is a specialized app, and the first parameter of each () is the dpdk port no. On 8/4/14 12:43 PM, "Anjali Kulkarni" wrote: >Hi, > >I am using SR-IOV and pass through to run a DPDK app. I am running it on >host. SR-IOV should split the NIC into multiple Vfs. I have split e

[dpdk-dev] Question on using SR-IOV with dpdk apps

2014-08-04 Thread Anjali Kulkarni
Hi, I am using SR-IOV and pass through to run a DPDK app. I am running it on host. SR-IOV should split the NIC into multiple Vfs. I have split each NIC into 2 Vfs. However, when I run the DPDK app, I get error initializing the port no.2 of DPDK. I am running the app with these options: --rx "(0,0,

[dpdk-dev] [PATCH] acl: If build does not support sse4.2, emulate missing instructions with C code

2014-08-04 Thread Neil Horman
The ACL library makes extensive use of some SSE4.2 instructions, which means the default build can't compile this library. Work around the problem by testing the __SSE42__ definition in the acl_vects.h file and defining the macros there as intrinsics or c-level equivalants. Note this is a minimal

[dpdk-dev] [PATCH] eal/linuxapp: Add parameter to specify master lcore id

2014-08-04 Thread Hiroshi Shimamoto
Hi, > Subject: Re: [dpdk-dev] [PATCH] eal/linuxapp: Add parameter to specify master > lcore id > > 2014-07-23 08:53, Hiroshi Shimamoto: > > 2014-07-23 09:50, Thomas Monjalon: > > > 2014-07-22 23:40, Hiroshi Shimamoto: > > > > does anyone have interest in this functionality? > > > > > > > > I thi