diff mbox series

[ovs-dev,v2,2/2] todo: Add note into TODO about PMTUD.

Message ID 20240820090148.278566-2-amusil@redhat.com
State New
Headers show
Series [ovs-dev,v2,1/2] physical: Prevent wrong FDB to be learned with multichassis port. | expand

Checks

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

Commit Message

Ales Musil Aug. 20, 2024, 9:01 a.m. UTC
Add note into TODO that we should use PMTUD when it is supported
by all datapaths.

Signed-off-by: Ales Musil <amusil@redhat.com>
---
 TODO.rst | 3 +++
 1 file changed, 3 insertions(+)

Comments

Mark Michelson Sept. 9, 2024, 9:07 p.m. UTC | #1
Thanks Ales.

Acked-by: Mark Michelson <mmichels@redhat.com>

On 8/20/24 05:01, Ales Musil wrote:
> Add note into TODO that we should use PMTUD when it is supported
> by all datapaths.
> 
> Signed-off-by: Ales Musil <amusil@redhat.com>
> ---
>   TODO.rst | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/TODO.rst b/TODO.rst
> index 17d539ad6..ac4202f36 100644
> --- a/TODO.rst
> +++ b/TODO.rst
> @@ -130,3 +130,6 @@ OVN To-do List
>     * Move the lflow build parallel processing from northd.c to lflow-mgr.c
>       This would also ensure that the variables declared in northd.c
>       (eg. thread_lflow_counter) are not externed in lflow-mgr.c.
> +
> +* Remove flows with `check_pkt_larger` when userspace datapath can handle
> +  PMTUD. (https://issues.redhat.com/browse/FDP-256)
diff mbox series

Patch

diff --git a/TODO.rst b/TODO.rst
index 17d539ad6..ac4202f36 100644
--- a/TODO.rst
+++ b/TODO.rst
@@ -130,3 +130,6 @@  OVN To-do List
   * Move the lflow build parallel processing from northd.c to lflow-mgr.c
     This would also ensure that the variables declared in northd.c
     (eg. thread_lflow_counter) are not externed in lflow-mgr.c.
+
+* Remove flows with `check_pkt_larger` when userspace datapath can handle
+  PMTUD. (https://issues.redhat.com/browse/FDP-256)