Re: [dpdk-dev] [PATCH] bus/dpaa: fix memory allocation during bus scan

2017-10-10 Thread santosh
On Wednesday 11 October 2017 10:47 AM, Shreyansh Jain wrote: > On Tuesday 10 October 2017 10:25 PM, santosh wrote: >> >> On Tuesday 10 October 2017 09:47 PM, Thomas Monjalon wrote: >>> 10/10/2017 16:05, santosh: Hi Thomas, On Tuesday 10 October 2017 01:09 PM, Thomas Monjalon wrote:

Re: [dpdk-dev] [PATCH] bus/dpaa: fix memory allocation during bus scan

2017-10-10 Thread Shreyansh Jain
On Tuesday 10 October 2017 10:25 PM, santosh wrote: On Tuesday 10 October 2017 09:47 PM, Thomas Monjalon wrote: 10/10/2017 16:05, santosh: Hi Thomas, On Tuesday 10 October 2017 01:09 PM, Thomas Monjalon wrote: 10/10/2017 09:01, Shreyansh Jain: Fixes: 5b22cf744689 ("bus/dpaa: introducing FMa

Re: [dpdk-dev] [PATCH] bus/dpaa: fix memory allocation during bus scan

2017-10-10 Thread santosh
On Tuesday 10 October 2017 09:47 PM, Thomas Monjalon wrote: > 10/10/2017 16:05, santosh: >> Hi Thomas, >> >> On Tuesday 10 October 2017 01:09 PM, Thomas Monjalon wrote: >>> 10/10/2017 09:01, Shreyansh Jain: Fixes: 5b22cf744689 ("bus/dpaa: introducing FMan configurations") Fixes: 37f9b54b

Re: [dpdk-dev] [PATCH] bus/dpaa: fix memory allocation during bus scan

2017-10-10 Thread Thomas Monjalon
10/10/2017 16:05, santosh: > Hi Thomas, > > On Tuesday 10 October 2017 01:09 PM, Thomas Monjalon wrote: > > 10/10/2017 09:01, Shreyansh Jain: > >> Fixes: 5b22cf744689 ("bus/dpaa: introducing FMan configurations") > >> Fixes: 37f9b54bd3cf ("net/dpaa: support Tx and Rx queue setup") > > These lines

Re: [dpdk-dev] [PATCH] bus/dpaa: fix memory allocation during bus scan

2017-10-10 Thread santosh
Hi Thomas, On Tuesday 10 October 2017 01:09 PM, Thomas Monjalon wrote: > 10/10/2017 09:01, Shreyansh Jain: >> Fixes: 5b22cf744689 ("bus/dpaa: introducing FMan configurations") >> Fixes: 37f9b54bd3cf ("net/dpaa: support Tx and Rx queue setup") > These lines should appear after the explanation. > >

Re: [dpdk-dev] [PATCH] bus/dpaa: fix memory allocation during bus scan

2017-10-10 Thread Shreyansh Jain
On Tuesday 10 October 2017 01:09 PM, Thomas Monjalon wrote: 10/10/2017 09:01, Shreyansh Jain: Fixes: 5b22cf744689 ("bus/dpaa: introducing FMan configurations") Fixes: 37f9b54bd3cf ("net/dpaa: support Tx and Rx queue setup") These lines should appear after the explanation. Ok. That I missed -

Re: [dpdk-dev] [PATCH] bus/dpaa: fix memory allocation during bus scan

2017-10-10 Thread Thomas Monjalon
10/10/2017 09:01, Shreyansh Jain: > Fixes: 5b22cf744689 ("bus/dpaa: introducing FMan configurations") > Fixes: 37f9b54bd3cf ("net/dpaa: support Tx and Rx queue setup") These lines should appear after the explanation. > Cc: shreyansh.j...@nxp.com > > With the IOVA auto detection changes, bus scan

[dpdk-dev] [PATCH] bus/dpaa: fix memory allocation during bus scan

2017-10-09 Thread Shreyansh Jain
Fixes: 5b22cf744689 ("bus/dpaa: introducing FMan configurations") Fixes: 37f9b54bd3cf ("net/dpaa: support Tx and Rx queue setup") Cc: shreyansh.j...@nxp.com With the IOVA auto detection changes, bus scan is performed before memory initialization. DPAA bus scan must not use rte_malloc in its path.