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. Please give suggestions.
Regards, Reshma