DPDK patches and discussions
 help / color / mirror / Atom feed
From: mitali <mitaliyada@cse.iitb.ac.in>
To: Yuanhan Liu <yuanhan.liu@linux.intel.com>,
	Priyanka <ppnaik@cse.iitb.ac.in>
Cc: "users@dpdk.org" <users@dpdk.org>, "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] seg fault in InterVM communication using virtio
Date: Wed, 22 Feb 2017 14:25:29 +0530	[thread overview]
Message-ID: <92b5577b-8c8a-e199-3b65-54323dbea48c@cse.iitb.ac.in> (raw)
In-Reply-To: <20170222084323.GP18844@yliu-dev.sh.intel.com>

[-- Attachment #1: Type: text/plain, Size: 1779 bytes --]

Hi Yuanhan,

We are using virt-manager to start the VMs. We are attaching the image 
which shows the vNIC setup for the VMs.

We have written our own dpdk application to send and receive UDP 
packets. The command we are using is

*./build/app/dpdkapi -c 1 -- -p 1* where dpdkapi is our application.

Inside the application we are sending and receiving packets from vNIC 
using rte_eth_tx_burst() and rte_eth_rx_burst().

At the sender side after 127 packets the application stops and we 
observe a seg fault in dmesg. Using the print statements we observed 
that it faults in rte_eth_tx_burst(). All the 127 were received at the 
receiving VM.

Thanks,

Mitali


On Wednesday 22 February 2017 02:13 PM, Yuanhan Liu wrote:
> On Mon, Feb 20, 2017 at 04:00:12PM +0530, Priyanka wrote:
>> Hi All,
>>
>> We have 2 VM running on qemu-kvm hypervisor. We have provided vNIC to the
>> VMs using macvtap device and virtio as the device model in bridge mode. We
>> are running DPDK applications (udp client and server) on the VMs. We observe
>> that the inter-VM communication is not happening using drivers i.e igb_uio
>> and uio_pci_generic. We were able to communicate between the VMs properly
>> using SRIOV. But we were not getting performance as expected so we switched
>> to virtio. But using virtio the DPDK communication hangs after sending 128
>> packets. We also observe a seg fault in the dmesg of the VM.
>>
>> Please provide us some guideline to do the inter-VM communication using
>> virtio. Are we correct if we are using rte_eth_tx/rx_burst to send and
>> receive packets from the vNIC.
> Would you provide more info, say how do you start the vm, and how do you
> run the dpdk apps? Providing all the commands that could reproduce your
> issue will be better.
>
> 	--yliu


[-- Attachment #2: VM_virtio.png --]
[-- Type: image/png, Size: 149226 bytes --]

  reply	other threads:[~2017-02-22  8:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-20 10:30 Priyanka
2017-02-22  8:43 ` Yuanhan Liu
2017-02-22  8:55   ` mitali [this message]
2017-02-23  6:27     ` Yuanhan Liu
2017-03-01 13:50       ` mitali
2017-03-02 12:23         ` Yuanhan Liu
2017-03-02 12:32           ` mitali
2017-03-02 12:59             ` Yuanhan Liu
2017-03-02 14:00               ` mitali
2017-03-02 11:13       ` ppnaik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=92b5577b-8c8a-e199-3b65-54323dbea48c@cse.iitb.ac.in \
    --to=mitaliyada@cse.iitb.ac.in \
    --cc=dev@dpdk.org \
    --cc=ppnaik@cse.iitb.ac.in \
    --cc=users@dpdk.org \
    --cc=yuanhan.liu@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).