[dpdk-dev] rte_pmd_init_all() with DPDK 1.7.0

2014-12-05 Thread Neil Horman
On Fri, Dec 05, 2014 at 11:30:41AM -0800, Malveeka Tewari wrote: > Hi all > > I have a very basic DPDK app that runs in two modes: sender and sniffer. > > In the sender mode, the app just reads data from a shared memory buffer and > sends packets out on a port using rte_eth_tx_burst. > In the sni

[dpdk-dev] rte_pmd_init_all() with DPDK 1.7.0

2014-12-05 Thread Malveeka Tewari
Hi all I have a very basic DPDK app that runs in two modes: sender and sniffer. In the sender mode, the app just reads data from a shared memory buffer and sends packets out on a port using rte_eth_tx_burst. In the sniffer mode, the app polls for incoming packets on a port using rte_eth_rx_burst