Re: [ovs-dev] [PATCH ovn] ovn-controller: Fix inject-pkt command error response.

2019-08-05 Thread Dumitru Ceara
On Mon, Aug 5, 2019 at 5:25 PM Han Zhou wrote: > > > > On Mon, Aug 5, 2019 at 6:53 AM Numan Siddique wrote: > > > > > > > > On Mon, Aug 5, 2019 at 1:43 PM Dumitru Ceara wrote: > >> > >> On Mon, Aug 5, 2019 at 9:29 AM Han Zhou wrote: > >> > > >> > From: Han Zhou > >> > > >> > When using

Re: [ovs-dev] [PATCH ovn] ovn-controller: Fix inject-pkt command error response.

2019-08-05 Thread Han Zhou
On Mon, Aug 5, 2019 at 6:53 AM Numan Siddique wrote: > > > > On Mon, Aug 5, 2019 at 1:43 PM Dumitru Ceara wrote: >> >> On Mon, Aug 5, 2019 at 9:29 AM Han Zhou wrote: >> > >> > From: Han Zhou >> > >> > When using unixctl command inject-packet, it always respond with >> > failure "server not

Re: [ovs-dev] [PATCH ovn] ovn-controller: Fix inject-pkt command error response.

2019-08-05 Thread Numan Siddique
On Mon, Aug 5, 2019 at 1:43 PM Dumitru Ceara wrote: > On Mon, Aug 5, 2019 at 9:29 AM Han Zhou wrote: > > > > From: Han Zhou > > > > When using unixctl command inject-packet, it always respond with > > failure "server not ready", although the command was actually executed > > successfully. > >

Re: [ovs-dev] [PATCH ovn] ovn-controller: Fix inject-pkt command error response.

2019-08-05 Thread Dumitru Ceara
On Mon, Aug 5, 2019 at 9:29 AM Han Zhou wrote: > > From: Han Zhou > > When using unixctl command inject-packet, it always respond with > failure "server not ready", although the command was actually executed > successfully. > > Fixes: 0bd4d85c36ef ("ovn-controller: Initial use of incremental

[ovs-dev] [PATCH ovn] ovn-controller: Fix inject-pkt command error response.

2019-08-05 Thread Han Zhou
From: Han Zhou When using unixctl command inject-packet, it always respond with failure "server not ready", although the command was actually executed successfully. Fixes: 0bd4d85c36ef ("ovn-controller: Initial use of incremental engine - quiet mode.") Signed-off-by: Han Zhou ---