[dpdk-dev] [PATCH 0/2] PCI cleanups

2015-04-23 Thread Thomas Monjalon
2015-04-17 07:12, Neil Horman: > On Thu, Apr 16, 2015 at 04:23:38PM -0700, Stephen Hemminger wrote: > > More places where PCI code should be using const but wasn't > > > > Stephen Hemminger (2): > > pci: make device_id tables const > > pci: allow const for rte_pci_addr > > For the series > Ac

[dpdk-dev] [PATCH 0/2] PCI cleanups

2015-04-17 Thread Neil Horman
On Thu, Apr 16, 2015 at 04:23:38PM -0700, Stephen Hemminger wrote: > More places where PCI code should be using const but wasn't > > Stephen Hemminger (2): > pci: make device_id tables const > pci: allow const for rte_pci_addr > > app/test/virtual_pmd.c | 3 +-- > lib/librt

[dpdk-dev] [PATCH 0/2] PCI cleanups

2015-04-16 Thread Stephen Hemminger
More places where PCI code should be using const but wasn't Stephen Hemminger (2): pci: make device_id tables const pci: allow const for rte_pci_addr app/test/virtual_pmd.c | 3 +-- lib/librte_eal/common/eal_common_pci.c | 4 ++-- lib/librte_eal/common/include/rte_pci.h |