All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Paolo Abeni <pabeni@redhat.com>
Cc: Alexander Duyck <alexander.duyck@gmail.com>,
	kernel-team@meta.com, andrew+netdev@lunn.ch,
	hkallweit1@gmail.com, linux@armlinux.org.uk, davem@davemloft.net,
	netdev@vger.kernel.org
Subject: Re: [net-next PATCH v3 00/10] net: phy: Add support for fbnic PHY w/ 25G, 50G, and 100G support
Date: Tue, 11 Nov 2025 07:23:10 -0800	[thread overview]
Message-ID: <20251111072310.5af24441@kernel.org> (raw)
In-Reply-To: <6037c80a-ab5b-45ca-ae5a-31ded090e262@redhat.com>

On Tue, 11 Nov 2025 15:23:21 +0100 Paolo Abeni wrote:
> Traceback (most recent call last):
>    File
> "/home/virtme/testing/wt-25/tools/testing/selftests/drivers/net/./xdp.py",
> line 810, in <module>
>      main()
>    File
> "/home/virtme/testing/wt-25/tools/testing/selftests/drivers/net/./xdp.py",
> line 786, in main
>      with NetDrvEpEnv(__file__) as cfg:
>    File
> "/home/virtme/testing/wt-25/tools/testing/selftests/drivers/net/lib/py/env.py",
> line 59, in __enter__
>      wait_file(f"/sys/class/net/{self.dev['ifname']}/carrier",
>    File
> "/home/virtme/testing/wt-25/tools/testing/selftests/net/lib/py/utils.py",
> line 273, in wait_file
>      raise TimeoutError("Wait for file contents failed", fname)
> TimeoutError: [Errno Wait for file contents failed]
> /sys/class/net/enp1s0/carrier
> not ok 1 selftests: drivers/net: xdp.py # exit=1
> 
> even if I wild guess the root cause is the removal from the nipa tree of
> "nipa: fbnic: link up on QEMU" (which IIRC is a local patch from Jakub
> to make the tests happy with the nipa setup).

Yes, let me queue up a version of that patch which applies on top of
Alex's series. QEMU does not seem to get link up. I need to get around
to updating the build at some point..

  reply	other threads:[~2025-11-11 15:23 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-10 16:00 [net-next PATCH v3 00/10] net: phy: Add support for fbnic PHY w/ 25G, 50G, and 100G support Alexander Duyck
2025-11-10 16:00 ` [net-next PATCH v3 01/10] net: phy: Add support for 25, 50 and 100Gbps PMA to genphy_c45_read_pma Alexander Duyck
2025-11-10 16:01 ` [net-next PATCH v3 02/10] net: phy: Rename MDIO_CTRL1_SPEED for 2.5G and 5G to reflect PMA values Alexander Duyck
2025-11-12  8:53   ` Maxime Chevallier
2025-11-12 10:42   ` Russell King (Oracle)
2025-11-12 16:32     ` Alexander H Duyck
2025-11-10 16:01 ` [net-next PATCH v3 03/10] net: pcs: xpcs: Add support for 25G, 50G, and 100G interfaces Alexander Duyck
2025-11-10 16:01 ` [net-next PATCH v3 04/10] net: pcs: xpcs: Fix PMA identifier handling in XPCS Alexander Duyck
2025-11-10 16:01 ` [net-next PATCH v3 05/10] net: pcs: xpcs: Add support for FBNIC 25G, 50G, 100G PMA Alexander Duyck
2025-11-10 16:01 ` [net-next PATCH v3 06/10] fbnic: Rename PCS IRQ to MAC IRQ as it is actually a MAC interrupt Alexander Duyck
2025-11-10 16:01 ` [net-next PATCH v3 07/10] fbnic: Add logic to track PMD state via MAC/PCS signals Alexander Duyck
2025-11-10 16:01 ` [net-next PATCH v3 08/10] fbnic: Cleanup handling for link down event statistics Alexander Duyck
2025-11-10 16:02 ` [net-next PATCH v3 09/10] fbnic: Add SW shim for MDIO interface to PMA/PMD and PCS Alexander Duyck
2025-11-10 16:02 ` [net-next PATCH v3 10/10] fbnic: Replace use of internal PCS w/ Designware XPCS Alexander Duyck
2025-11-11 14:23 ` [net-next PATCH v3 00/10] net: phy: Add support for fbnic PHY w/ 25G, 50G, and 100G support Paolo Abeni
2025-11-11 15:23   ` Jakub Kicinski [this message]
2025-11-11 16:09     ` Alexander Duyck

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=20251111072310.5af24441@kernel.org \
    --to=kuba@kernel.org \
    --cc=alexander.duyck@gmail.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=hkallweit1@gmail.com \
    --cc=kernel-team@meta.com \
    --cc=linux@armlinux.org.uk \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /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.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.