Re: [dpdk-dev] seg fault in InterVM communication using virtio

2017-03-02 Thread mitali
fault comes while executing rte_eth_tx_burst(). We are still not clear why with virtio its creating this issue but not with any other PMD. Mitali On Thursday 02 March 2017 05:53 PM, Yuanhan Liu wrote: On Wed, Mar 01, 2017 at 07:20:37PM +0530, mitali wrote: Hi, We have some doubt regarding

Re: [dpdk-dev] seg fault in InterVM communication using virtio

2017-03-01 Thread mitali
virtio_dev_queue_setup()? If yes, we are unable to find any application which uses these functions. Can you provide us some pointers on examples which uses these functions. Thanks, Mitali On Thursday 23 February 2017 11:57 AM, Yuanhan Liu wrote: On Wed, Feb 22, 2017 at 02:25:29PM +0530, mitali wrote: Hi