[dpdk-dev] dpdk using on network that contains vm traffic and management traffic

2014-05-30 Thread Vasiliy Tolstov
Does it possible to use dpdk on eth0/eth1 that provide management network and data network (vm traffic)? -- Vasiliy Tolstov, e-mail: v.tolstov at selfip.ru jabber: vase at selfip.ru

[dpdk-dev] eth dev doesn't free mbufs for 82575EB

2014-05-30 Thread Helmut Sim
Hi all, I am trying to verify that the 82575EB NIC functions well. The file rte_pci_dev_ids.h includes the following lines: #ifdef RTE_PCI_DEV_USE_82575EB_COPPER RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82575EB_COPPER) #endif so I defined the RTE_PCI_DEV_USE_82575EB_COPPER and h

[dpdk-dev] IMPORTANT: feature freeze for version 1.7.0

2014-05-30 Thread Thomas Monjalon
Hello all, We have a lot of new features mostly ready for DPDK 1.7.0. It's now time to be sure that they are well reviewed and integrated. Then release candidate should be tagged in mid-June in order to have some validation tests before end of June (planned released date). So requests for integr

[dpdk-dev] buffer allocation failure in NUMA platform

2014-05-30 Thread Kypriotis Angelos
Hi, Here is my topology. * NUMA Topology * NUMA domains: 2 - Domain 0: Processors: 0 1 2 3 8 9 10 11 Relative distan

[dpdk-dev] veth interfaces

2014-05-30 Thread Zhu, Heqing
Hi Ivano, I think you can use the KNI, there is example/kni and doc. Please visit if you have not done it. Please keep us updated on your journey with Docker containers. :-) -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ivano Cerrato Sent: Friday, May 30, 2014

[dpdk-dev] buffer allocation failure in NUMA platform

2014-05-30 Thread Burakov, Anatoly
Hi Kypriotis, > cat /sys/devices/system/node/node1/hugepages/hugepages- > 2048kB/nr_hugepages > --> 1024 > cat /sys/devices/system/node/node0/hugepages/hugepages- > 2048kB/nr_hugepages > --> 1024 > > When I try to pin my process to specific nodes like this : > > numactl --physcpubind=12-15 -- ./

[dpdk-dev] veth interfaces

2014-05-30 Thread Ivano Cerrato
Hello, I apologize for the imprecise email I sent, and now I try to be more specific about what I would like to do. I have a module that receives traffic from the network using DPDK and, based on the packet content, should provide packets to the proper Docker container. Docker containers receiv