Re: [ovs-dev] [PATCH] docs: Move restart related note to appropriate place.

2017-07-27 Thread Darrell Ball
ATCH] docs: Move restart related note to appropriate place. Currently, 'restart' related note is at the end of 'Setup OVS' section. This makes the reader think that changing the 'pmd-cpu-mask' requires application restart. It was

Re: [ovs-dev] [PATCH] docs: Move restart related note to appropriate place.

2017-07-27 Thread Darrell Ball
-Original Message- From: on behalf of Ilya Maximets Date: Thursday, July 27, 2017 at 3:53 AM To: "ovs-dev@openvswitch.org" , Stephen Finucane Cc: Ilya Maximets , Heetae Ahn Subject: [ovs-dev] [PATCH] docs: Move restart related note to appropriate place.

[ovs-dev] [PATCH] docs: Move restart related note to appropriate place.

2017-07-27 Thread Ilya Maximets
Currently, 'restart' related note is at the end of 'Setup OVS' section. This makes the reader think that changing the 'pmd-cpu-mask' requires application restart. It was mistakenly moved while converting to rST. Fix that by moving the note closer to options it relates to. CC: Stephen Finucane F