[dpdk-dev] 82576 Error Disabling LPLU D0

2014-11-26 Thread Tomasz K
Hello I'm trying to run my own app using dpdk 1.7.1 and 82576 NIC but it keeps failing. So I tried to run testpmd which also failed. Then I enabled e1000 debugs and found out that NIC initialization fails when setting LPLU D0 (code tries to read MDI Control Register which fails) This is probably

[dpdk-dev] testpmd unable to set allmulti for VF

2014-07-10 Thread Tomasz K
Hi All I have an Intel 82599 with VFs created using Kernel Driver. Two of the VFs are bound to DPDK Driver. I'm trying to enable multicast for both VFs with testpmd app but it doesn't work. Output below: testpmd> show port info 0 * Infos for port 0 * MAC

[dpdk-dev] Unable to send Response packets to the same port

2014-06-17 Thread Tomasz K
acket allocation, and it seems to be working fine. Thanks Tomasz Kasowicz 2014-06-17 14:55 GMT+02:00 Tomasz K : > Hello > > We're currently testing an application based on L2FWD example. > > 1. The application is located on VM which has 2 VFs from 2 different PFs > > 2

[dpdk-dev] Unable to send Response packets to the same port

2014-06-17 Thread Tomasz K
Hello We're currently testing an application based on L2FWD example. 1. The application is located on VM which has 2 VFs from 2 different PFs 2. One core simply polls both RX queues from VFs, makes simple message processing and forwards the messages to appropriate TX queue of different VF (so th

[dpdk-dev] DMAR errors when running testpmd

2014-05-08 Thread Tomasz K
Hi Anatoly It seems that the problem was Ubuntu distribution. We switched to Ubuntu 14.04 Server Edition and sending packets through NIC works like charm Thanks Tomasz PS. This is for google to index in case anyone else has similar problems If You are using: HP ProLiant DL380p Gen8 HP SmartArray

[dpdk-dev] DMAR errors when running testpmd

2014-05-07 Thread Tomasz K
Hi Anatoly You guessed right...it doesn't "show port stats all" always shows zeros. Thanks Tomasz 2014-05-07 17:08 GMT+02:00 Burakov, Anatoly : > Hi Tomasz, > > > 2. dmesg messages appear only when I invoke "start tx_first" in testpmd > app (so only when I try to send some packets) > > Does r

[dpdk-dev] DMAR errors when running testpmd

2014-05-07 Thread Tomasz K
Hi Anatoly I'm using dpdk-1.6.0r2 on Ubuntu 12.04 LTS with kernel 3.11.0-20-generic #35~precise1-Ubuntu SMP As for further investigation: 1. It doesn't matter whether DPDK uses 1GB or 2MB hugepages. 2. dmesg messages appear only when I invoke "start tx_first" in testpmd app (so only when I try to

[dpdk-dev] DMAR errors when running testpmd

2014-05-07 Thread Tomasz K
Hi Anatoly. Yes I do have iommu=on set when booting kernel. This is one of prerequisites to have SR-IOV running. Below is the cmdline output cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-3.11.0-20-generic root=UUID=c70fa456-ee10-43e5-9f07-4dbb372dcee3 ro quiet splash iommu=pt intel_iommu=on default_

[dpdk-dev] DMAR errors when running testpmd

2014-05-07 Thread Tomasz K
Hi All We're trying to run testpmd application on HP Proliant DL380P Gen 8 server. We've enabled SR-IOV in BIOS and set appropriate flags when booting kernel (iommu=pt intel_iommu=on) The NIC we are using is 82599EB (2 ports, 10Gb SFP+) When running testpmd application we always encouter DMAR err

[dpdk-dev] DPDK with port partitioning

2014-04-28 Thread Tomasz K
Hi All I'm trying to setup a system with 3 VMs. Each VM has a VF assigned to it. (based on instructions from Programmers Guide). I found a white paper by Patrick Kutch which describes how to do it using the linux driver and ip route commands. The problem is that I need to create VFs using the li

[dpdk-dev] rte_eth_dev_configure fails on VM with e1000 drivers

2014-04-18 Thread Tomasz K
Hi Gopi I recently run into the same problem when using 82576 with igb_uio on VM. The problem is not e1000 or igb. The problem is with the other network device managed by virtio-pci driver Notice that when application polls for ETH devices it prints out EAL: probe driver: 1af4:1000 rte_virtio_pm

[dpdk-dev] l2fwd not working on PF while working on VF

2014-04-09 Thread Tomasz K
Hi Bruce Thanks for the tip. I changed VFs to 6 and now everything works ok on PF. Thank You very much Tomasz Kasowicz 2014-04-09 17:10 GMT+02:00 Richardson, Bruce : > > -Original Message- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Tomasz K > > Sent

[dpdk-dev] l2fwd not working on PF while working on VF

2014-04-09 Thread Tomasz K
Dear All I have a setup with Intel 82576 DPDK NIC. For one of the available DPDK ports i have created 8 VFs using igb_uio based on steps presented in programmers guide. Some of them are attached to VM, some maybe used on host After some tests with l2fwd application i found out that it is not work

[dpdk-dev] Fwd: testpmd reports port link down

2014-04-03 Thread Tomasz K
Hi I have a setup with Intel 82576NS. Port 0 is connected to internal network and is managed by igb driver Port 1 is connected directly to PC which will serve as traffic generator. When Port 1 is managed by igb driver eth interface is configured and I am able to connect to traffic generator PC.