mbox series

[0/2] lspci: Decode Multicast capability

Message ID 154154102296.78911.760432131801074864.stgit@bhelgaas-glaptop.roam.corp.google.com (mailing list archive)
Headers show
Series lspci: Decode Multicast capability | expand

Message

Bjorn Helgaas Nov. 6, 2018, 9:52 p.m. UTC
Hi Martin,

Here's some decoding for the Multicast capability and some new capability
names for setpci.  These are based on a42aea906410 ("Add a couple of
missing va_end's").

---

Bjorn Helgaas (2):
      lspci: Decode Multicast Extended Capability
      setpci: Add capability names


 lib/header.h        |   18 ++++
 ls-ecaps.c          |   59 ++++++++++++
 setpci.c            |   25 +++++
 tests/cap-multicast |  257 +++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 359 insertions(+)
 create mode 100644 tests/cap-multicast

Comments

Martin Mareš Nov. 12, 2018, 9:27 p.m. UTC | #1
Hi Bjorn,

> Here's some decoding for the Multicast capability and some new capability
> names for setpci.  These are based on a42aea906410 ("Add a couple of
> missing va_end's").

thanks, applied.

				Martin