DPDK patches and discussions
 help / color / mirror / Atom feed
* [DPDK/DTS Bug 1500] Create process for adding VFs
@ 2024-07-25 18:48 bugzilla
  0 siblings, 0 replies; only message in thread
From: bugzilla @ 2024-07-25 18:48 UTC (permalink / raw)
  To: dev

[-- 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 --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-07-25 18:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-25 18:48 [DPDK/DTS Bug 1500] Create process for adding VFs bugzilla

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).