From: bugzilla@dpdk.org
To: dev@dpdk.org
Subject: [DPDK/DTS Bug 1500] Create process for adding VFs
Date: Thu, 25 Jul 2024 18:48:10 +0000 [thread overview]
Message-ID: <bug-1500-3@http.bugs.dpdk.org/> (raw)
[-- Attachment #1: Type: text/plain, Size: 1710 bytes --]
https://bugs.dpdk.org/show_bug.cgi?id=1500
Bug ID: 1500
Summary: Create process for adding VFs
Product: DPDK
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: DTS
Assignee: dev@dpdk.org
Reporter: jspewock@iol.unh.edu
CC: juraj.linkes@pantheon.tech, probb@iol.unh.edu
Target Milestone: ---
VFs are used in multiple of the ethdev test suites that we were planning to
port over into new DTS, but we don't have a method of creating them currently.
Judging by the process that is laid out in multiple test_plans (like
stats_check for example:
https://git.dpdk.org/tools/dts/tree/test_plans/stats_checks_test_plan.rst) it
seems like actually creating the VF and binding it to vfio-pci is pretty
simple. However, because the VFs are on top of the PF that exist on the NIC's
ports, it raises a few questions about where VFs should live in the framework
and how they should be managed, since they get their own PCI addresses.
It might be enough to just add VFs as a list of objects under a port and manage
them that way, but they almost look like ports themselves to testpmd and
devbind. Also, since we currently start testpmd by explicitly allowing the PCI
addresses for the ports in the current testrun, do we also include all VFs
configured on the ports? Do we always want testpmd to see them if they are
configured? There are a few things to discuss regarding how to implement them
properly.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #2: Type: text/html, Size: 3728 bytes --]
reply other threads:[~2024-07-25 18:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=bug-1500-3@http.bugs.dpdk.org/ \
--to=bugzilla@dpdk.org \
--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;
as well as URLs for NNTP newsgroup(s).