On Thu, Oct 31, 2024 at 05:39:41PM -0700, Andrew Morton wrote:
> > > --- a/lib/math/Makefile
> > > +++ b/lib/math/Makefile
> > > @@ -9,3 +9,4 @@ obj-$(CONFIG_INT_POW_TEST) += tests/int_pow_kunit.o
> > > obj-$(CONFIG_TEST_DIV64)+= test_div64.o
> > > obj-$(CONFIG_TEST_MULDIV64) += te
On Fri Nov 1, 2024 at 4:45 PM MSK, Jakub Kicinski wrote:
> On Fri, 1 Nov 2024 10:48:57 + Vladimir Vdovin wrote:
> > + pmtu_ipv4_mp_exceptions ipv4: PMTU multipath nh exceptions
> > 0"
>
> This new test seems to fail in our CI:
>
> # TEST: ipv4: PMTU multipath nh excepti
On Fri, 1 Nov 2024 10:48:57 + Vladimir Vdovin wrote:
> + pmtu_ipv4_mp_exceptions ipv4: PMTU multipath nh exceptions
> 0"
This new test seems to fail in our CI:
# TEST: ipv4: PMTU multipath nh exceptions[FAIL]
# there are not enough cach
Check number of paths by fib_info_num_path(),
and update_or_create_fnhe() for every path.
Problem is that pmtu is cached only for the oif
that has received icmp message "need to frag",
other oifs will still try to use "default" iface mtu.
V5:
- make self test cleaner
V4:
- fix selftest, do ro
Check number of paths by fib_info_num_path(),
and update_or_create_fnhe() for every path.
Problem is that pmtu is cached only for the oif
that has received icmp message "need to frag",
other oifs will still try to use "default" iface mtu.
V4:
- fix selftest, do route lookup before checking cache
On Thu, 31 Oct 2024 20:25:56 -0600 Shuah Khan wrote:
> >>> --- a/lib/math/Makefile
> >>> +++ b/lib/math/Makefile
> >>> @@ -9,3 +9,4 @@ obj-$(CONFIG_INT_POW_TEST) += tests/int_pow_kunit.o
> >>>obj-$(CONFIG_TEST_DIV64) += test_div64.o
> >>>obj-$(CONFIG_TEST_MULDIV64)+= test_mul_u