Re: [dpdk-dev] [PATCH v4 1/4] ethdev: rename memzones allocated for DMA

2018-10-12 Thread Andrew Rybchenko
On October 12, 2018 20:21:32 Thomas Monjalon wrote: 12/10/2018 19:18, Thomas Monjalon: 12/10/2018 18:46, Andrew Rybchenko: > On 10/12/18 7:42 PM, Andrew Rybchenko wrote: > > On 10/12/18 7:40 PM, Thomas Monjalon wrote: > >> 12/10/2018 09:53, Andrew Rybchenko: > >>> On 10/12/18 12:02 AM, Thom

Re: [dpdk-dev] [PATCH v4 1/4] ethdev: rename memzones allocated for DMA

2018-10-12 Thread Thomas Monjalon
12/10/2018 19:18, Thomas Monjalon: > 12/10/2018 18:46, Andrew Rybchenko: > > On 10/12/18 7:42 PM, Andrew Rybchenko wrote: > > > On 10/12/18 7:40 PM, Thomas Monjalon wrote: > > >> 12/10/2018 09:53, Andrew Rybchenko: > > >>> On 10/12/18 12:02 AM, Thomas Monjalon wrote: > > The helper rte_eth_dma

Re: [dpdk-dev] [PATCH v4 1/4] ethdev: rename memzones allocated for DMA

2018-10-12 Thread Thomas Monjalon
12/10/2018 18:46, Andrew Rybchenko: > On 10/12/18 7:42 PM, Andrew Rybchenko wrote: > > On 10/12/18 7:40 PM, Thomas Monjalon wrote: > >> 12/10/2018 09:53, Andrew Rybchenko: > >>> On 10/12/18 12:02 AM, Thomas Monjalon wrote: > The helper rte_eth_dma_zone_reserve() is called by PMDs > when p

Re: [dpdk-dev] [PATCH v4 1/4] ethdev: rename memzones allocated for DMA

2018-10-12 Thread Andrew Rybchenko
On 10/12/18 7:42 PM, Andrew Rybchenko wrote: On 10/12/18 7:40 PM, Thomas Monjalon wrote: 12/10/2018 09:53, Andrew Rybchenko: On 10/12/18 12:02 AM, Thomas Monjalon wrote: The helper rte_eth_dma_zone_reserve() is called by PMDs when probing a new port. It creates a new memzone with an unique nam

Re: [dpdk-dev] [PATCH v4 1/4] ethdev: rename memzones allocated for DMA

2018-10-12 Thread Andrew Rybchenko
On 10/12/18 7:40 PM, Thomas Monjalon wrote: 12/10/2018 09:53, Andrew Rybchenko: On 10/12/18 12:02 AM, Thomas Monjalon wrote: The helper rte_eth_dma_zone_reserve() is called by PMDs when probing a new port. It creates a new memzone with an unique name. The name of this memzone was using the name

Re: [dpdk-dev] [PATCH v4 1/4] ethdev: rename memzones allocated for DMA

2018-10-12 Thread Thomas Monjalon
12/10/2018 09:53, Andrew Rybchenko: > On 10/12/18 12:02 AM, Thomas Monjalon wrote: > > The helper rte_eth_dma_zone_reserve() is called by PMDs > > when probing a new port. > > It creates a new memzone with an unique name. > > The name of this memzone was using the name of the driver > > doing the p

Re: [dpdk-dev] [PATCH v4 1/4] ethdev: rename memzones allocated for DMA

2018-10-12 Thread Andrew Rybchenko
On 10/12/18 12:02 AM, Thomas Monjalon wrote: The helper rte_eth_dma_zone_reserve() is called by PMDs when probing a new port. It creates a new memzone with an unique name. The name of this memzone was using the name of the driver doing the probe. In order to avoid assigning the driver before the

[dpdk-dev] [PATCH v4 1/4] ethdev: rename memzones allocated for DMA

2018-10-11 Thread Thomas Monjalon
The helper rte_eth_dma_zone_reserve() is called by PMDs when probing a new port. It creates a new memzone with an unique name. The name of this memzone was using the name of the driver doing the probe. In order to avoid assigning the driver before the end of the probing (next patch), the driver na