Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding pcie domain #7

Open
wants to merge 1 commit into
base: target
Choose a base branch
from
Open

Conversation

lkunjumon
Copy link

- What I did

- How I did it

- How to verify it

- Previous command output (if the output of a command-line utility has changed)

- New command output (if the output of a command-line utility has changed)

Bus = item["bus"]
Dev = item["dev"]
Fn = item["fn"]
Name = item["name"]
Id = item["id"]
print "bus:dev.fn %s:%s.%s - dev_id=0x%s, %s" % (Bus,Dev,Fn,Id,Name)
print "bus:dev.fn %s:%s:%s.%s - dev_id=0x%s, %s" % (Domain,Bus,Dev,Fn,Id,Name)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it needed???, without this pci util should work right?

Copy link
Author

@lkunjumon lkunjumon Feb 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@antony-rheneus
pcie util will work.added support for domain only

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants