public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: David Ahern <dsahern@kernel•org>
To: thinker.li@gmail•com, netdev@vger•kernel.org, ast@kernel•org,
	martin.lau@linux•dev, kernel-team@meta•com, davem@davemloft•net,
	edumazet@google•com, kuba@kernel•org, pabeni@redhat•com,
	liuhangbin@gmail•com
Cc: sinquersw@gmail•com, kuifeng@meta•com
Subject: Re: [PATCH net-next v4 5/5] selftests/net: Adding test cases of replacing routes and route advertisements.
Date: Wed, 7 Feb 2024 09:03:09 -0700	[thread overview]
Message-ID: <f1fcebb8-7010-41ca-a162-b9e7f51113b5@kernel.org> (raw)
In-Reply-To: <20240205214033.937814-6-thinker.li@gmail.com>

On 2/5/24 2:40 PM, thinker.li@gmail•com wrote:
> From: Kui-Feng Lee <thinker.li@gmail•com>
> 
> Add tests of changing permanent routes to temporary routes and the reversed
> case to make sure GC working correctly in these cases.  Add tests for the
> temporary routes from RA.
> 
> The existing device will be deleted between tests to remove all routes
> associated with it, so that the earlier tests don't mess up the later ones.
> 
> Reviewed-by: Hangbin Liu <liuhangbin@gmail•com>
> Tested-by: Hangbin Liu <liuhangbin@gmail•com>
> Signed-off-by: Kui-Feng Lee <thinker.li@gmail•com>
> ---
>  tools/testing/selftests/net/fib_tests.sh | 148 +++++++++++++++++++----
>  1 file changed, 126 insertions(+), 22 deletions(-)
> 

Reviewed-by: David Ahern <dsahern@kernel•org>


      reply	other threads:[~2024-02-07 16:03 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-05 21:40 [PATCH net-next v4 0/5] Remove expired routes with a separated list of routes thinker.li
2024-02-05 21:40 ` [PATCH net-next v4 1/5] net/ipv6: set expires in rt6_add_dflt_router() thinker.li
2024-02-05 21:40 ` [PATCH net-next v4 2/5] net/ipv6: Remove unnecessary clean thinker.li
2024-02-05 21:40 ` [PATCH net-next v4 3/5] net/ipv6: Remove expired routes with a separated list of routes thinker.li
2024-02-07 15:58   ` David Ahern
2024-02-07 16:00     ` Kui-Feng Lee
2024-02-05 21:40 ` [PATCH net-next v4 4/5] net/ipv6: set expires in modify_prefix_route() if RTF_EXPIRES is set thinker.li
2024-02-07 15:59   ` David Ahern
2024-02-05 21:40 ` [PATCH net-next v4 5/5] selftests/net: Adding test cases of replacing routes and route advertisements thinker.li
2024-02-07 16:03   ` David Ahern [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f1fcebb8-7010-41ca-a162-b9e7f51113b5@kernel.org \
    --to=dsahern@kernel$(echo .)org \
    --cc=ast@kernel$(echo .)org \
    --cc=davem@davemloft$(echo .)net \
    --cc=edumazet@google$(echo .)com \
    --cc=kernel-team@meta$(echo .)com \
    --cc=kuba@kernel$(echo .)org \
    --cc=kuifeng@meta$(echo .)com \
    --cc=liuhangbin@gmail$(echo .)com \
    --cc=martin.lau@linux$(echo .)dev \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=pabeni@redhat$(echo .)com \
    --cc=sinquersw@gmail$(echo .)com \
    --cc=thinker.li@gmail$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox