Add note into TODO that we should use PMTUD when it is supported by all datapaths.
Signed-off-by: Ales Musil <[email protected]> --- 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) -- 2.46.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
