[ovs-dev] [PATCH 5/5] tests: Allow extra cmd line args to OVS_VSWITCHD_START.

Daniele Di Proietto diproiettod at vmware.com
Tue Jun 7 21:09:45 UTC 2016


On 07/06/2016 05:26, "Ilya Maximets" <i.maximets at samsung.com> wrote:

>For the series:
>Acked-by: Ilya Maximets <i.maximets at samsung.com>

Thanks for the prompt review!

>
>One little issue is that initialization of dummy-numa is usually
>occurs before enabling of log file. This means that information
>about discovered cores and numas not available in ovs-vswitchd.log.
>But in testing time this log messages are available inside stderr,
>so, it's doesn't really matter.

You're right, I didn't realize that

I changed ovs_numa_init_dummy() to ovs_numa_set_dummy() and postponed
the actual initialization to ovs_numa_init() to fix this problem.

With that changed I pushed this to master.

>
>Best regards, Ilya Maximets.


More information about the dev mailing list