diff mbox series

[ovs-dev] Documentation: Change the address in userspace-tunneling.rst

Message ID 163294818434.539860.14596268431560972303.stgit@fed.void
State Superseded, archived
Headers show
Series [ovs-dev] Documentation: Change the address in userspace-tunneling.rst | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test fail github build: failed

Commit Message

Paolo Valerio Sept. 29, 2021, 8:43 p.m. UTC
Fixes: b438493e1b03 ("doc: Add DPDK to userspace tunneling guide")
Signed-off-by: Paolo Valerio <pvalerio@redhat.com>
---
 Documentation/howto/userspace-tunneling.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ferriter, Cian Sept. 30, 2021, 9:11 a.m. UTC | #1
> -----Original Message-----
> From: dev <ovs-dev-bounces@openvswitch.org> On Behalf Of Paolo Valerio
> Sent: Wednesday 29 September 2021 21:43
> To: dev@openvswitch.org
> Cc: fbl@redhat.com; i.maximets@ovn.org
> Subject: [ovs-dev] [PATCH] Documentation: Change the address in userspace-tunneling.rst
> 
> Fixes: b438493e1b03 ("doc: Add DPDK to userspace tunneling guide")
> Signed-off-by: Paolo Valerio <pvalerio@redhat.com>
> ---
>  Documentation/howto/userspace-tunneling.rst |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/howto/userspace-tunneling.rst b/Documentation/howto/userspace-tunneling.rst
> index 4e23b2e0c..e96b79985 100644
> --- a/Documentation/howto/userspace-tunneling.rst
> +++ b/Documentation/howto/userspace-tunneling.rst
> @@ -175,7 +175,7 @@ If the tunnel route is missing, adding it now::
> 
>      $ ovs-appctl ovs/route/add 172.168.1.1/24 br-phy
> 
> -Repeat these steps if necessary for `host2`, but using ``192.168.1.1`` and
> +Repeat these steps if necessary for `host2`, but using ``192.168.1.2`` and
>  ``172.168.1.2`` for the VM and tunnel interface IP addresses, respectively.
> 
>  Testing
> 

Hi Paolo,

I'm just wondering if you've seen my patch changing these lines in the docs:
http://patchwork.ozlabs.org/project/openvswitch/patch/20210922120033.39221-1-cian.ferriter@intel.com/

Thanks,
Cian
Paolo Valerio Sept. 30, 2021, 9:51 a.m. UTC | #2
"Ferriter, Cian" <cian.ferriter@intel.com> writes:

>> -----Original Message-----
>> From: dev <ovs-dev-bounces@openvswitch.org> On Behalf Of Paolo Valerio
>> Sent: Wednesday 29 September 2021 21:43
>> To: dev@openvswitch.org
>> Cc: fbl@redhat.com; i.maximets@ovn.org
>> Subject: [ovs-dev] [PATCH] Documentation: Change the address in userspace-tunneling.rst
>> 
>> Fixes: b438493e1b03 ("doc: Add DPDK to userspace tunneling guide")
>> Signed-off-by: Paolo Valerio <pvalerio@redhat.com>
>> ---
>>  Documentation/howto/userspace-tunneling.rst |    2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/Documentation/howto/userspace-tunneling.rst b/Documentation/howto/userspace-tunneling.rst
>> index 4e23b2e0c..e96b79985 100644
>> --- a/Documentation/howto/userspace-tunneling.rst
>> +++ b/Documentation/howto/userspace-tunneling.rst
>> @@ -175,7 +175,7 @@ If the tunnel route is missing, adding it now::
>> 
>>      $ ovs-appctl ovs/route/add 172.168.1.1/24 br-phy
>> 
>> -Repeat these steps if necessary for `host2`, but using ``192.168.1.1`` and
>> +Repeat these steps if necessary for `host2`, but using ``192.168.1.2`` and
>>  ``172.168.1.2`` for the VM and tunnel interface IP addresses, respectively.
>> 
>>  Testing
>> 
>
> Hi Paolo,
>
> I'm just wondering if you've seen my patch changing these lines in the docs:
> http://patchwork.ozlabs.org/project/openvswitch/patch/20210922120033.39221-1-cian.ferriter@intel.com/

Hi Cian,

no, I missed it. I'll drop the patch.

Paolo
diff mbox series

Patch

diff --git a/Documentation/howto/userspace-tunneling.rst b/Documentation/howto/userspace-tunneling.rst
index 4e23b2e0c..e96b79985 100644
--- a/Documentation/howto/userspace-tunneling.rst
+++ b/Documentation/howto/userspace-tunneling.rst
@@ -175,7 +175,7 @@  If the tunnel route is missing, adding it now::
 
     $ ovs-appctl ovs/route/add 172.168.1.1/24 br-phy
 
-Repeat these steps if necessary for `host2`, but using ``192.168.1.1`` and
+Repeat these steps if necessary for `host2`, but using ``192.168.1.2`` and
 ``172.168.1.2`` for the VM and tunnel interface IP addresses, respectively.
 
 Testing