[dpdk-dev] DPDK reception

2017-06-07 Thread reshma sarat
Hi, I am integrating a tool with DPDK. My requirement is to replace the libpcap functions with the DPDK APIs to receive the packet from the NIC card. I tried to replace pcap_open_live() with rte_eth_rx_burst () function. But it is not working as expected. Is there anything wrong with this method.

[dpdk-dev] Integration of DPDK with a seperate tool

2017-04-27 Thread reshma sarat
Hi , I am integrating DPDK with another tool to increase the performance of the tool. But I am getting the following error. How to overcome this error. EAL: Detected 8 lcore(s) EAL: cannot open /proc/self/numa_maps, consider that all memory is in socket_id 0 EAL: Error - exiting with code: 1 Ca

Re: [dpdk-dev] dev Digest, Vol 139, Issue 35

2017-04-17 Thread reshma sarat
34:40 -0400 > From: Neil Horman > To: reshma sarat > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] Integration of DPDK with a seperate > application > Message-ID: <20170411123439.ga20...@hmswarspite.think-freely.org> > Content-Type: text/plain; charset=us-ascii

[dpdk-dev] Integration of DPDK with a seperate application

2017-04-11 Thread reshma sarat
Hi, In my application, I am making use of DPDK APIs for sending and receiving packets. I have now imported some of its header files of DPDK to my application. But on executing make command, an error such as :/rte_memory.h:83:2: error: #error "Unsupported cache line size" is what I am getting. How