Sorry, forgot to mention OVS version: 2.5.0.

> -----Original Message-----
> From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of Eli
> Britstein
> Sent: Wednesday, 30 March, 2016 4:52 PM
> To: b...@openvswitch.org
> Subject: [ovs-discuss] ovs-vswitchd aborted
>
> Hi
>
> I want to test performance and latency with dpdkr ports.
> In order to do so, I configured 2 such ports, and wrote a test program that
> lookup for the relevant rings, and streams traffic into the rings. I run this
> program as a secondary DPDK process.
> Once I invoke the program, and I enqueuer mbufs to the rings, ovs-vswitchd
> is "killed by SIGABRT (core dumped)".
> I first thought my packet might be corrupted, so I captured a valid packet and
> initialize my packets with the bytes of it.
> I have tried to invoke it with a log file, but there is no message there when
> the problem occurs. Also, no message in "dmesg -w" when the problem
> occurs.
> I also tried to invoke it after "ulimit -c unlimited", but I could not find 
> any core
> dump.
> I attached strace to it after it is running, ("strace -p <PID>"), so I could 
> see poll
> is done over and over again.
> In the code, I saw the pool in vswitchd/ovs-vswitchd.c, in line ~132. I added
> "printf("%s,%s,%d\n", __FILE__, __FUNCTION__, __LINE__)" before and
> after the poll, just for debug (those are the "write (1..." in the strace 
> dump).
>
> System properties:
> DPDK version: 2.2.0
> Linux kernel (uname -r):  3.17.4-301.fc21.x86_64
> Distribution: Fedora21
> Attached:
> - strace dump.
> - run.sh - a script I use to initialize my setup. I run it as root.
>
> Thanks,
> Eli
>
> ----------------------------------------------------------------------------------------------
> ---------------------------------------------------
> This email and any files transmitted and/or attachments with it are
> confidential and proprietary information of Toga Networks Ltd., and
> intended solely for the use of the individual or entity to whom they are
> addressed.
> If you have received this email in error please notify the system manager.
> This message contains confidential information of Toga Networks Ltd., and is
> intended only for the individual named. If you are not the named addressee
> you should not disseminate, distribute or copy this e-mail. Please notify the
> sender immediately by e-mail if you have received this e-mail by mistake and
> delete this e-mail from your system. If you are not the intended recipient
> you are notified that disclosing, copying, distributing or taking any action 
> in
> reliance on the contents of this information is strictly prohibited.
> ----------------------------------------------------------------------------------------------
> --------------------------------------------------
>
> ----------------------------------------------------------------------------------------------
> ---------------------------------------------------
> This email and any files transmitted and/or attachments with it are
> confidential and proprietary information of Toga Networks Ltd., and
> intended solely for the use of the individual or entity to whom they are
> addressed.
> If you have received this email in error please notify the system manager.
> This message contains confidential information of Toga Networks Ltd., and is
> intended only for the individual named. If you are not the named addressee
> you should not disseminate, distribute or copy this e-mail. Please notify the
> sender immediately by e-mail if you have received this e-mail by mistake and
> delete this e-mail from your system. If you are not the intended recipient
> you are notified that disclosing, copying, distributing or taking any action 
> in
> reliance on the contents of this information is strictly prohibited.
> ----------------------------------------------------------------------------------------------
> --------------------------------------------------

-------------------------------------------------------------------------------------------------------------------------------------------------
This email and any files transmitted and/or attachments with it are 
confidential and proprietary information of
Toga Networks Ltd., and intended solely for the use of the individual or entity 
to whom they are addressed.
If you have received this email in error please notify the system manager. This 
message contains confidential
information of Toga Networks Ltd., and is intended only for the individual 
named. If you are not the named
addressee you should not disseminate, distribute or copy this e-mail. Please 
notify the sender immediately
by e-mail if you have received this e-mail by mistake and delete this e-mail 
from your system. If you are not
the intended recipient you are notified that disclosing, copying, distributing 
or taking any action in reliance on
the contents of this information is strictly prohibited.
------------------------------------------------------------------------------------------------------------------------------------------------

_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to