[dpdk-dev] Debugging SR-IOV related packet flow problem with DPDK

2015-06-17 Thread Anjali Kulkarni
/15, 2:08 PM, "Anjali Kulkarni" wrote: >Thanks for your response. >I am running my own application, and it is actually running inside a >docker, not a VM. >No VLAN configuration. Just SR-IOV is enabled on 2 NICs, and both devices >(/dev/uio0 and /dev/uio1) are assigned to t

[dpdk-dev] Debugging SR-IOV related packet flow problem with DPDK

2015-06-16 Thread Anjali Kulkarni
homas Monjalon" wrote: >Hi, > >That's third email in 8 hours for this question. >Do you plan to send an email every 4 hours? > >It's really hard to help you without knowing which application you run? >in which VM? which VLAN configuration? etc > >2015-

[dpdk-dev] Debugging SR-IOV related packet flow problem with DPDK

2015-06-16 Thread Anjali Kulkarni
Hi, Can someone please help with this? How can packet flow be traced on DPDK? Where are all the logs stored if we do enable the _DEBUG configs in config/ directory? Anjali From: Microsoft Office User mailto:sum...@juniper.net>> Date: Tuesday, June 16, 2015 at 9:10 AM To: "dev at dpdk.org

[dpdk-dev] Debugging SR-IOV related packet flow problem with DPDK

2015-06-16 Thread Anjali Kulkarni
Pls keep me on cc for response. Thanks!! Hi, I am observing that the SR-IOV enabled NIC does not increment any VF packet counters despite incoming packet flow. I have enabled some debug logs like CONFIG_RTE_LIBRTE_IXGBE_DEBUG_RX in config file. Can someone point me to where these logs are being

[dpdk-dev] Debugging SR-IOV related packet flow problem with DPDK

2015-06-16 Thread Anjali Kulkarni
Hi, I am observing that the SR-IOV enabled NIC does not increment any VF packet counters despite incoming packet flow. I have enabled some debug logs like CONFIG_RTE_LIBRTE_IXGBE_DEBUG_RX in config file. Can someone point me to where these logs are being printed so I can try to figure out where

[dpdk-dev] DPDK Demos at IDF conference using DDIO

2014-09-25 Thread Anjali Kulkarni
Actually, in the demo that I saw they had probably used as many of the accelerations as possible to get the kind of rates they described. Even if we could see (a documentation of) what all things they used in this particular application, it would help. >From my discussions, it seemed as if there we

[dpdk-dev] DPDK Demos at IDF conference using DDIO

2014-09-25 Thread Anjali Kulkarni
Hi, There were a few DPDK demos at IDF, and from one of them I gathered that you can use DDIO to enhance performance by using certain lookup APIs in DPDK. Can someone shed light on this? Is DDIO enabled by default? It is available only on the v3 chip and needs DPDK 1.7 or how can get the perfor

[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

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

2014-08-04 Thread Anjali Kulkarni
possible solution to this problem. On 8/4/14 12:53 PM, "Richardson, Bruce" wrote: > >> -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 >>

[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 mult

[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] Question on huge pages and running DPDK apps inside containers

2014-07-03 Thread Anjali Kulkarni
-Original Message- >> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Anjali Kulkarni >> Sent: Thursday, July 03, 2014 7:41 AM >> To: dev at dpdk.org >> Subject: [dpdk-dev] Question on huge pages and running DPDK apps inside >> containers >> >> Hi,

[dpdk-dev] Question on huge pages and running DPDK apps inside containers

2014-07-03 Thread Anjali Kulkarni
ff > >-Original Message- >From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Anjali Kulkarni >Sent: Thursday, July 03, 2014 7:41 AM >To: dev at dpdk.org >Subject: [dpdk-dev] Question on huge pages and running DPDK apps inside >containers > >Hi, > >I am enc

[dpdk-dev] Question on huge pages and running DPDK apps inside containers

2014-07-03 Thread Anjali Kulkarni
are meant to provide isolation, it seems to make >sense that the host would not automatically share hugepages with a >container, but I'm not sure. > >Jeff > >-Original Message- >From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Anjali Kulkarni >Sent: Th

[dpdk-dev] Question on huge pages and running DPDK apps inside containers

2014-07-03 Thread Anjali Kulkarni
Hi, I am encountering a problem running DPDK apps inside containers, and need your help: I create containers by doing: lxc-create -t ubuntu -n fpc0 lxc-start -n fpc0 (Reserve hugepages and follow all other steps to run the DPDK app on host) Then run a standard dpdk app, on host, it works fine