diff mbox series

[ovs-dev,ovn,1/3] TODO.rst: Remove "Finish up ARP/ND support".

Message ID 1592804336-39288-1-git-send-email-hzhou@ovn.org
State Accepted
Headers show
Series [ovs-dev,ovn,1/3] TODO.rst: Remove "Finish up ARP/ND support". | expand

Commit Message

Han Zhou June 22, 2020, 5:38 a.m. UTC
This is redundant with the section "Dynamic IP to MAC binding enhancements".

Signed-off-by: Han Zhou <hzhou@ovn.org>
---
 TODO.rst | 2 --
 1 file changed, 2 deletions(-)

Comments

Numan Siddique June 22, 2020, 6:40 a.m. UTC | #1
On Mon, Jun 22, 2020 at 11:09 AM Han Zhou <hzhou@ovn.org> wrote:

> This is redundant with the section "Dynamic IP to MAC binding
> enhancements".
>
> Signed-off-by: Han Zhou <hzhou@ovn.org>
>

Acked-by: Numan Siddique <numans@ovn.org> for all the 3 patches of this
series.

Thanks
Numan


> ---
>  TODO.rst | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/TODO.rst b/TODO.rst
> index da28fdd..c11b19d 100644
> --- a/TODO.rst
> +++ b/TODO.rst
> @@ -47,8 +47,6 @@ OVN To-do List
>    Han Zhou: "To support VMs that hosts workloads with their own macs, e.g.
>    containers, if not using OVN native container support."
>
> -* Finish up ARP/ND support: re-checking bindings, expiring bindings.
> -
>  * Hitless upgrade, especially for data plane.
>
>  * Use OpenFlow "bundles" for transactional data plane updates.
> --
> 2.1.0
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
>
Han Zhou June 22, 2020, 6:47 a.m. UTC | #2
On Sun, Jun 21, 2020 at 11:40 PM Numan Siddique <numans@ovn.org> wrote:
>
>
>
> On Mon, Jun 22, 2020 at 11:09 AM Han Zhou <hzhou@ovn.org> wrote:
>>
>> This is redundant with the section "Dynamic IP to MAC binding
enhancements".
>>
>> Signed-off-by: Han Zhou <hzhou@ovn.org>
>
>
> Acked-by: Numan Siddique <numans@ovn.org> for all the 3 patches of this
series.

Thanks Numan. I applied this to master.

>
> Thanks
> Numan
>
>>
>> ---
>>  TODO.rst | 2 --
>>  1 file changed, 2 deletions(-)
>>
>> diff --git a/TODO.rst b/TODO.rst
>> index da28fdd..c11b19d 100644
>> --- a/TODO.rst
>> +++ b/TODO.rst
>> @@ -47,8 +47,6 @@ OVN To-do List
>>    Han Zhou: "To support VMs that hosts workloads with their own macs,
e.g.
>>    containers, if not using OVN native container support."
>>
>> -* Finish up ARP/ND support: re-checking bindings, expiring bindings.
>> -
>>  * Hitless upgrade, especially for data plane.
>>
>>  * Use OpenFlow "bundles" for transactional data plane updates.
>> --
>> 2.1.0
>>
>> _______________________________________________
>> dev mailing list
>> dev@openvswitch.org
>> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>>
diff mbox series

Patch

diff --git a/TODO.rst b/TODO.rst
index da28fdd..c11b19d 100644
--- a/TODO.rst
+++ b/TODO.rst
@@ -47,8 +47,6 @@  OVN To-do List
   Han Zhou: "To support VMs that hosts workloads with their own macs, e.g.
   containers, if not using OVN native container support."
 
-* Finish up ARP/ND support: re-checking bindings, expiring bindings.
-
 * Hitless upgrade, especially for data plane.
 
 * Use OpenFlow "bundles" for transactional data plane updates.