Re: [PATCH net-next v2 2/2] selftests: drv-net: ncdevmem: gracefully retry bind()
Mina Almasry <[email protected]>
| Newsgroups | gmane.linux.network,gmane.linux.kernel |
|---|---|
| Message-ID | <CAHS8izOXwOe2jZmyniWChdU-dKwoFNiVRti66D77LxQS8AhoCQ@mail.gmail.com> |
On Thu, Aug 6, 2026 at 12:16 PM Jakub Kicinski <[email protected]> wrote: > > On Mon, 3 Aug 2026 18:18:26 +0000 Mina Almasry wrote: > > During tests, ethnl_rings_set randomly bounces the link causing a > > transient IPv6 Duplicate Address Detection "tentative" race, resulting > > in spurious -EADDRNOTAVAIL aborts inside the ncdevmem server. > > The test env is supposed to disable DAD and addr flush on down. > If DAD is enabled multiple ksft tests would fail. Ack, let me check how to do this in my test env. -- Thanks, Mina