Hi Vivek, On Mon, May 2, 2016 at 11:10 AM, Vivek Gupta <vivek-g at hcl.com> wrote: > How are you bursting packets from vhost interface to ixgbe nic?
I am working on this project https://github.com/outscale-mgo/packetgraph/tree/offload We use rte_vhost_dequeue_burst to dequeue packets from vhost, we prepend a vxlan header to each packet and we use rte_eth_tx_burst for ixgbe. The txq_flags for the ixgbe queue is set to 0, so we use ixgbe_xmit_pkts and not ixgbe_xmit_pkts_simple. Thanks for your answer. -- Matthias Gatto
