[dpdk-dev] VIRTIO indication

2014-10-28 Thread Alex Markuze
Each device can tell you the driver name its bound to . This is enough to have separate configuration paths for vmxnet/virtio/ixgbe/etc... On Tue, Oct 28, 2014 at 7:21 PM, Yan Freedland wrote: > Hi > > In my multi process system I need to support 2 modes of work: pass through > and VIRTIO. > I s

[dpdk-dev] VIRTIO indication

2014-10-28 Thread Yan Freedland
Hi In my multi process system I need to support 2 modes of work: pass through and VIRTIO. I saw that in order to work in a VIRTIO mode I need to update the txq_flags (part of the rte_eth_txconf structure) as follows: .txq_flags = ETH_TXQ_FLAGS_NOMULTSEGS | ETH_TXQ_FLAGS_NOOFFLOADS In pass - thr