[dpdk-dev] [PATCH v2 2/3] eal: remove pci config of extended tag

2016-03-08 Thread Thomas Monjalon
2016-02-22 11:59, Helin Zhang: > --- a/lib/librte_eal/common/include/rte_pci.h > +++ b/lib/librte_eal/common/include/rte_pci.h > @@ -580,12 +580,14 @@ void rte_eal_pci_ioport_write(struct rte_pci_ioport *p, > #ifdef RTE_PCI_CONFIG > /** > * Set special config space registers for performance pur

[dpdk-dev] [PATCH v2 2/3] eal: remove pci config of extended tag

2016-02-22 Thread Helin Zhang
Remove pci configuration of 'extended tag' and 'max read request size', as they are not required by all devices and it lets PMD to configure them if neccessary. In addition, 'pci_config_space_set()' is deprecated. Signed-off-by: Helin Zhang Acked-by: Jingjing Wu --- config/common_linuxapp

[dpdk-dev] [PATCH v2 2/3] eal: remove pci config of extended tag

2016-02-22 Thread Helin Zhang
Remove pci configuration of 'extended tag' and 'max read request size', as they are not required by all devices and it lets PMD to configure them if neccessary. In addition, 'pci_config_space_set()' is deprecated. Signed-off-by: Helin Zhang --- config/common_linuxapp | 1 + lib