DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v3 0/3] pci: handle 32 bit domain values
@ 2017-07-05 16:55 Stephen Hemminger
  2017-07-05 16:55 ` [dpdk-dev] [PATCH v3 1/3] pci: remove unnecessary casts from strtoul Stephen Hemminger
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Stephen Hemminger @ 2017-07-05 16:55 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

Changes to PCI and EAL to handle full width of PCI domain
value. It turns out that PCI domain is only 16 bits in ACPI,
but some environments use the extra bits in PCI standard to allow
encoding of PCI buses that are outside of ACPI.

This version fixes both Mellanox drivers.

Stephen Hemminger (3):
  pci: remove unnecessary casts from strtoul
  eal: PCI domain should be 32 bits
  mlx4,5: handle 32 bit PCI domain

 drivers/net/mlx4/mlx4.c                 |  2 +-
 drivers/net/mlx5/mlx5_ethdev.c          |  2 +-
 lib/librte_eal/common/include/rte_pci.h | 12 ++++++------
 lib/librte_eal/linuxapp/eal/eal_pci.c   |  8 ++++----
 4 files changed, 12 insertions(+), 12 deletions(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-07-05 23:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-05 16:55 [dpdk-dev] [PATCH v3 0/3] pci: handle 32 bit domain values Stephen Hemminger
2017-07-05 16:55 ` [dpdk-dev] [PATCH v3 1/3] pci: remove unnecessary casts from strtoul Stephen Hemminger
2017-07-05 16:55 ` [dpdk-dev] [PATCH v3 2/3] eal: PCI domain should be 32 bits Stephen Hemminger
2017-07-05 16:55 ` [dpdk-dev] [PATCH v3 3/3] mlx4,5: handle 32 bit PCI domain Stephen Hemminger
2017-07-05 23:19 ` [dpdk-dev] [PATCH v3 0/3] pci: handle 32 bit domain values Thomas Monjalon

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