Skip to content

Commit

Permalink
devmodel: add parentassigngrp
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Ostarek <christoph@zededa.com>
  • Loading branch information
christoph-zededa committed Dec 21, 2023
1 parent d4c463c commit d7cbab1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions proto/config/devmodel.proto
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,15 @@ message PhysicalIO {
// list of Virtual Functions (VF) for given Physical Function (PF)
// only applies for PHY_IO_TYPE_PHY_IO_NET_ETH_PF
VfList vflist = 9;

// parentassigngrp
//
// Parent Assignment Group is there to reference the parent assignment group in order to make the device
// dependent on a different device.
// Currently the concrete reason to do this is to make a usb device dependent on the PCI address the USB
// controller is using to provent passthrough of the USB controller in one application while trying to passthrough
// a USB device on this controller to another application.
string parentassigngrp = 10;
}

message VfList {
Expand Down

0 comments on commit d7cbab1

Please sign in to comment.