Re: [ovs-dev] [PATCH ovn 2/2 v2] fedora.spec: Create openvswitch-ovn package.

2015-05-23 Thread Russell Bryant
On 05/22/2015 05:31 AM, Flavio Leitner wrote: > On Mon, May 04, 2015 at 05:40:46PM -0400, Russell Bryant wrote: >> This patch creates a new subpackage for OVN, openvswitch-ovn. It also >> installs systemd unit files for ovn-controller and ovn-northd. >> >> If you want to run ovn-controller: >> >>

Re: [ovs-dev] [PATCH ovn 1/2 v2] Add ovn-ctl to assist with OVN daemon lifecycle.

2015-05-23 Thread Russell Bryant
On 05/22/2015 05:11 AM, Flavio Leitner wrote: > It seems reasonable to have the same scheme used by OVS in OVN. > Looks good to me. > Acked-by: Flavio Leitner Thanks for the review! I've added the ACK to this patch. -- Russell Bryant ___ dev mailing

Re: [ovs-dev] [PATCH] ovn-northd: Add appctl support.

2015-05-23 Thread Russell Bryant
On 05/21/2015 03:20 PM, Alex Wang wrote: > This commit adds appctl support to ovn-northd and the 'exit' command. > The 'exit' command can be used in autotest for stopping the ovn-northd. > > Signed-off-by: Alex Wang The code looks good and I successfully tested it in ovs-sandbox. Nice work. Ac

Re: [ovs-dev] vhost user cannot recv any packet from VM

2015-05-23 Thread Tim Deng
Just share with you the solution I found from dpdk dev mail list: make sure qemu flag to map the memory as shared, i.e.: -object memory-backend-file,id=mem,size=1024M,mem-path=/mnt/huge,share=on (the keyword is share=on) the document has to mention this. Thanks, Tim 在 2015-05-23 12:11:22,"Tim D