On 5/10/21 12:14 PM, Dumitru Ceara wrote:
> On 4/13/21 12:00 AM, Ilya Maximets wrote:
>> Also added a NEWS entry.
>>
>> Signed-off-by: Ilya Maximets <[email protected]>
>> ---
> 
> A typo below, otherwise:
> 
> Acked-by: Dumitru Ceara <[email protected]>
> 
> Regards,
> Dumitru
> 
>>  Documentation/automake.mk              |   1 +
>>  Documentation/topics/index.rst         |   1 +
>>  Documentation/topics/record-replay.rst | 138 +++++++++++++++++++++++++
>>  NEWS                                   |   4 +
>>  4 files changed, 144 insertions(+)
>>  create mode 100644 Documentation/topics/record-replay.rst
>>
>> diff --git a/Documentation/automake.mk b/Documentation/automake.mk
>> index ea3475f35..0fd7fdf7e 100644
>> --- a/Documentation/automake.mk
>> +++ b/Documentation/automake.mk
>> @@ -54,6 +54,7 @@ DOC_SOURCE = \
>>      Documentation/topics/ovs-extensions.rst \
>>      Documentation/topics/ovsdb-replication.rst \
>>      Documentation/topics/porting.rst \
>> +    Documentation/topics/record-replay.rst \
>>      Documentation/topics/tracing.rst \
>>      Documentation/topics/userspace-tso.rst \
>>      Documentation/topics/windows.rst \
>> diff --git a/Documentation/topics/index.rst b/Documentation/topics/index.rst
>> index 08af3a24d..0036567eb 100644
>> --- a/Documentation/topics/index.rst
>> +++ b/Documentation/topics/index.rst
>> @@ -48,6 +48,7 @@ OVS
>>     dpdk/index
>>     windows
>>     language-bindings
>> +   record-replay
>>     testing
>>     tracing
>>     userspace-tso
>> diff --git a/Documentation/topics/record-replay.rst 
>> b/Documentation/topics/record-replay.rst
>> new file mode 100644
>> index 000000000..5fd672f1a
>> --- /dev/null
>> +++ b/Documentation/topics/record-replay.rst
>> @@ -0,0 +1,138 @@
>> +..
>> +      Copyright 2021, Red Hat, Inc.
>> +
>> +      Licensed under the Apache License, Version 2.0 (the "License"); you 
>> may
>> +      not use this file except in compliance with the License. You may 
>> obtain
>> +      a copy of the License at
>> +
>> +          http://www.apache.org/licenses/LICENSE-2.0
>> +
>> +      Unless required by applicable law or agreed to in writing, software
>> +      distributed under the License is distributed on an "AS IS" BASIS, 
>> WITHOUT
>> +      WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See 
>> the
>> +      License for the specific language governing permissions and 
>> limitations
>> +      under the License.
>> +
>> +      Convention for heading levels in Open vSwitch documentation:
>> +
>> +      =======  Heading 0 (reserved for the title in a document)
>> +      -------  Heading 1
>> +      ~~~~~~~  Heading 2
>> +      +++++++  Heading 3
>> +      '''''''  Heading 4
>> +
>> +      Avoid deeper levels because they do not render well.
>> +
>> +============================
>> +Debugging with Record/Replay
>> +============================
>> +
>> +The ``ovs-replay`` library provides a set of internal functions for 
>> recording
>> +certain events for later replay.  This library is integrated into the
>> +``stream`` and some other modules to record all incoming data across all
>> +streams (ssl, tcp, unixctl) of applications baed on Open vSwitch libraries
> 
> s/baed/based

Thanks!  Fixed.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to