Re: [dpdk-dev] [RFC] pci: force address of mappings in secondary process

2019-01-28 Thread Burakov, Anatoly
; Stephen Hemminger; dev at dpdk.org Subject: Re: [dpdk-dev] [RFC] pci: force address of mappings in secondary process On 12/07/2017 03:45, Tan, Jianfeng wrote: -Original Message- From: Gonzalez Monroy, Sergio Sent: Tuesday, July 11, 2017 7:36 PM To: Tan, Jianfeng; Stephen Hemminger; dev at

Re: [dpdk-dev] [RFC] pci: force address of mappings in secondary process

2019-01-23 Thread Stephen Hemminger
an, Jianfeng; Stephen Hemminger; dev at dpdk.org > >> Subject: Re: [dpdk-dev] [RFC] pci: force address of mappings in secondary > >> process > >> > >> On 12/07/2017 03:45, Tan, Jianfeng wrote: > >>> > >>>> -Original Message- >

Re: [dpdk-dev] [RFC] pci: force address of mappings in secondary process

2019-01-23 Thread Ferruh Yigit
t;>>>> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Stephen >>>>>> Hemminger >>>>>> Sent: Tuesday, July 11, 2017 9:13 AM >>>>>> To: dev at dpdk.org >>>>>> Cc: Stephen Hemminger >>>&g

Re: [dpdk-dev] [RFC] pci: force address of mappings in secondary process

2017-07-12 Thread Tan, Jianfeng
> -Original Message- > From: Gonzalez Monroy, Sergio > Sent: Wednesday, July 12, 2017 3:32 PM > To: Tan, Jianfeng; Stephen Hemminger; dev@dpdk.org > Subject: Re: [dpdk-dev] [RFC] pci: force address of mappings in secondary > process > > On 12/07/2017 03

Re: [dpdk-dev] [RFC] pci: force address of mappings in secondary process

2017-07-12 Thread Sergio Gonzalez Monroy
On 12/07/2017 03:45, Tan, Jianfeng wrote: -Original Message- From: Gonzalez Monroy, Sergio Sent: Tuesday, July 11, 2017 7:36 PM To: Tan, Jianfeng; Stephen Hemminger; dev@dpdk.org Subject: Re: [dpdk-dev] [RFC] pci: force address of mappings in secondary process On 11/07/2017 02:56, Tan

Re: [dpdk-dev] [RFC] pci: force address of mappings in secondary process

2017-07-12 Thread Sergio Gonzalez Monroy
: dev@dpdk.org Cc: Stephen Hemminger Subject: [dpdk-dev] [RFC] pci: force address of mappings in secondary process The PCI memory resources in the secondary process should be in the exact same location as the primary process. Otherwise there is a risk of a stray pointer. Not sure if this is right

Re: [dpdk-dev] [RFC] pci: force address of mappings in secondary process

2017-07-11 Thread Tan, Jianfeng
> -Original Message- > From: Gonzalez Monroy, Sergio > Sent: Tuesday, July 11, 2017 7:36 PM > To: Tan, Jianfeng; Stephen Hemminger; dev@dpdk.org > Subject: Re: [dpdk-dev] [RFC] pci: force address of mappings in secondary > process > > On 11/07/2017 02

Re: [dpdk-dev] [RFC] pci: force address of mappings in secondary process

2017-07-11 Thread Stephen Hemminger
7 9:13 AM > >> To: dev@dpdk.org > >> Cc: Stephen Hemminger > >> Subject: [dpdk-dev] [RFC] pci: force address of mappings in secondary > >> process > >> > >> The PCI memory resources in the secondary process should be in > >> the exact same

Re: [dpdk-dev] [RFC] pci: force address of mappings in secondary process

2017-07-11 Thread Sergio Gonzalez Monroy
On 11/07/2017 02:56, Tan, Jianfeng wrote: -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Stephen Hemminger Sent: Tuesday, July 11, 2017 9:13 AM To: dev@dpdk.org Cc: Stephen Hemminger Subject: [dpdk-dev] [RFC] pci: force address of mappings in secondary process

Re: [dpdk-dev] [RFC] pci: force address of mappings in secondary process

2017-07-10 Thread Tan, Jianfeng
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Stephen > Hemminger > Sent: Tuesday, July 11, 2017 9:13 AM > To: dev@dpdk.org > Cc: Stephen Hemminger > Subject: [dpdk-dev] [RFC] pci: force address of mappings in secondary > process >

[dpdk-dev] [RFC] pci: force address of mappings in secondary process

2017-07-10 Thread Stephen Hemminger
The PCI memory resources in the secondary process should be in the exact same location as the primary process. Otherwise there is a risk of a stray pointer. Not sure if this is right, but it looks like a potential problem. --- lib/librte_eal/common/eal_common_pci_uio.c | 2 +- 1 file changed, 1