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:
>>
>>
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
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
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