Re: [dpdk-dev] [PATCH] vhost user: unlink sockaddr when poll sched fails

2017-11-20 Thread Ilya Maximets
Hi everyone, This issue is already discussed many times here and in OVS mail-lists. The basic restart issue was resolved by removing the sockets at exit in OVS. The crash scenario is not handled but you're able to remove all of the left files by some external script before restarting the OVS. Tha

Re: [dpdk-dev] [PATCH] vhost user: unlink sockaddr when poll sched fails

2017-11-20 Thread Tan, Jianfeng
Hi, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Gellert Babel > Sent: Monday, November 20, 2017 2:59 PM > To: y...@fridaylinux.org; maxime.coque...@redhat.com > Cc: dev@dpdk.org; Jan Wickbom; Gellert Babel > Subject: [dpdk-dev] [PATCH]

[dpdk-dev] [PATCH] vhost user: unlink sockaddr when poll sched fails

2017-11-19 Thread Gellert Babel
From: Jan Wickbom Issue: Vhost user socket addresses left in /var/run/openvswitch. This will lead to failure to add vhost user ports with names that already exist in this directory. When there is a failure to add a vhost user socket file descriptor to the file descriptor set using fdset_add() i