Re: [ovs-dev] dpif-netdev:fix reload pmd's dead lock

2019-02-11 Thread Lilijun (Jerry, Cloud Networking)
f Stokes, Ian > >> Sent: Thursday, February 07, 2019 5:25 PM > >> To: Ilya Maximets ; d...@openvswitch.org > >> Subject: Re: [ovs-dev] dpif-netdev:fix reload pmd's dead lock > >> > >>> On 31.01.2019 11:48, Lilijun wrote: > >>>> This

Re: [ovs-dev] dpif-netdev:fix reload pmd's dead lock

2019-02-10 Thread Lilijun (Jerry, Cloud Networking)
nvswitch.org] On Behalf Of Stokes, Ian > Sent: Thursday, February 07, 2019 5:25 PM > To: Ilya Maximets ; d...@openvswitch.org > Subject: Re: [ovs-dev] dpif-netdev:fix reload pmd's dead lock > > > On 31.01.2019 11:48, Lilijun wrote: > > > This patch fix the dead

Re: [ovs-dev] dpif-netdev:fix reload pmd's dead lock

2019-02-07 Thread Stokes, Ian
> On 31.01.2019 11:48, Lilijun wrote: > > This patch fix the dead lock when using dpdk userspace datapath. The > > problem is described as follows: > > 1) when add or delete port, the main thread will call > > reconfigure_datapath() in the function dpif_netdev_run() > > 2) Here the dp->port_mutex

Re: [ovs-dev] dpif-netdev:fix reload pmd's dead lock

2019-02-06 Thread Ilya Maximets
On 31.01.2019 11:48, Lilijun wrote: > This patch fix the dead lock when using dpdk userspace datapath. The > problem is described as follows: > 1) when add or delete port, the main thread will call > reconfigure_datapath() in the function dpif_netdev_run() > 2) Here the dp->port_mutex is locked.

Re: [ovs-dev] dpif-netdev:fix reload pmd's dead lock

2019-01-31 Thread Lilijun (Jerry, Cloud Networking)
o:i.maxim...@samsung.com] > Sent: Thursday, January 31, 2019 5:12 PM > To: Lilijun (Jerry, Cloud Networking) ; > d...@openvswitch.org > Cc: Stokes, Ian > Subject: Re: [ovs-dev] dpif-netdev:fix reload pmd's dead lock > > Hi. > > On 31.01.2019 8:57, Lilijun wrote: > > Th

Re: [ovs-dev] dpif-netdev:fix reload pmd's dead lock

2019-01-31 Thread Ilya Maximets
Hi. On 31.01.2019 8:57, Lilijun wrote: > This patch fix the dead lock when using dpdk userspace datapath. The > problem is described as follows: > 1) when add or delete port, the main thread will call > reconfigure_datapath() in the function dpif_netdev_run() > 2) Here the dp->port_mutex is

Re: [ovs-dev] dpif-netdev:fix reload pmd's dead lock

2019-01-30 Thread 0-day Robot
Bleep bloop. Greetings Lilijun, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. git-am: Failed to merge in the changes. Patch failed at 0001 dpif-netdev:fix reload pmd's dead lock The copy of