> On Dec 15, 2016, at 8:24 AM, Kumaraparameshwaran Rathnavel > <[email protected]> wrote: > > Hi All, > > During Transmit and receive routine can I directly call the functions > rte_ethrx_burst or rte_eth_tx_burst instead of the Buffer functions > intermediate.
Not clear as to the real question, but you should be able to call rte_eth_rx_burst and rte_eth_tx_burst routines any place in your application code. > > Thanking You, > Param. Regards, Keith
