public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
From: Stefano Brivio <sbrivio@redhat.com>
To: David Gibson <david@gibson.dropbear.id.au>
Cc: passt-dev@passt.top
Subject: Re: [PATCH] test: Improve logic for waiting for SLAAC & DAD to complete in NDP tests
Date: Tue, 26 Nov 2024 08:49:43 +0100	[thread overview]
Message-ID: <20241126084943.00c8b56c@elisabeth> (raw)
In-Reply-To: <20241126032727.607881-1-david@gibson.dropbear.id.au>

On Tue, 26 Nov 2024 14:27:27 +1100
David Gibson <david@gibson.dropbear.id.au> wrote:

> Since 9a0e544f05bf the NDP tests attempt to explicitly wait for DAD to
> complete, rather than just having a hard coded sleep.  However, the
> conditions we use are a bit sloppy and allow for a number of possible cases
> where it might not work correctly.  Stefano seems to be hitting one of
> these (though I'm not sure which) with some later patches.
> 
>  - We wait for *lack* of a tentative address, so if the first check occurs
>    before we have even a tentative address it will bypass the delay
>  - It's not entirely clear if the permanent address will always appear
>    as soon as the tentative address disappears
>  - We weren't filtering on interface
>  - We were doing the filtering with ip-address options rather than in jq.
>    However in at least in some circumstances this seems to result in an
>    empty .addr_info field, rather than omitting it entirely, which could
>    cause us to get the wrong result
> 
> So, instead, explicitly wait for the address we need to be present: an
> RA provided address on the external interface.  While we're here we remove
> the requirement that it have global scope: the "kernel_ra" check is already
> sufficient to make sure this address comes from an NDP RA, not something
> else.  If it's not the global scope address we expect, better to check it
> and fail, rather than keep waiting.
> 
> Fixes: 9a0e544f05bf ("test: Improve test for NDP assigned prefix")
> 
> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>

Applied.

-- 
Stefano


      reply	other threads:[~2024-11-26  7:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-26  3:27 [PATCH] test: Improve logic for waiting for SLAAC & DAD to complete in NDP tests David Gibson
2024-11-26  7:49 ` Stefano Brivio [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=20241126084943.00c8b56c@elisabeth \
    --to=sbrivio@redhat.com \
    --cc=david@gibson.dropbear.id.au \
    --cc=passt-dev@passt.top \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).