From: Ciara Loftus <ciara.loftus@intel.com>
To: dev@dpdk.org
Cc: Ciara Loftus <ciara.loftus@intel.com>
Subject: [PATCH 0/2] net/intel: fix blocking link wait on device start
Date: Wed, 3 Jun 2026 14:34:05 +0000 [thread overview]
Message-ID: <20260603143407.1108527-1-ciara.loftus@intel.com> (raw)
Device start in both ice and i40e has historically blocked for up to
two seconds waiting for link to come up before returning. This causes
noticeable startup delay when a link partner is slow to come up or
absent entirely. This series reverts the wait in ice, and removes the
wait in i40e while ensuring that the MAC config is applied when the
link is up which is a requirement for some devices.
Ciara Loftus (2):
net/ice: revert fix link up when starting device
net/i40e: fix blocking link wait on device start
drivers/net/intel/i40e/i40e_ethdev.c | 25 +++++++++++++++++++++----
drivers/net/intel/i40e/i40e_ethdev.h | 2 ++
drivers/net/intel/ice/ice_ethdev.c | 2 +-
3 files changed, 24 insertions(+), 5 deletions(-)
--
2.43.0
next reply other threads:[~2026-06-03 14:34 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-03 14:34 Ciara Loftus [this message]
2026-06-03 14:34 ` [PATCH 1/2] net/ice: revert fix link up when starting device Ciara Loftus
2026-06-09 10:20 ` Bruce Richardson
2026-06-09 11:55 ` Bruce Richardson
2026-06-09 12:53 ` Loftus, Ciara
2026-06-03 14:34 ` [PATCH 2/2] net/i40e: fix blocking link wait on device start Ciara Loftus
2026-06-09 10:22 ` Bruce Richardson
2026-06-09 13:13 ` [PATCH 0/2] net/intel: " Bruce Richardson
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=20260603143407.1108527-1-ciara.loftus@intel.com \
--to=ciara.loftus@intel.com \
--cc=dev@dpdk.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox