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.
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
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
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
4 matches
Mail list logo