Re: [dpdk-dev] [PATCH 2/7] mem: use proper prefix

2018-11-01 Thread Alejandro Lucero
On Thu, Nov 1, 2018 at 3:03 PM Burakov, Anatoly wrote: > On 01-Nov-18 2:50 PM, Thomas Monjalon wrote: > > 01/11/2018 11:08, Burakov, Anatoly: > >> On 31-Oct-18 5:29 PM, Alejandro Lucero wrote: > >>> Current name rte_eal_check_dma_mask does not follow the naming > >>> used in the rest of the file.

Re: [dpdk-dev] [PATCH 2/7] mem: use proper prefix

2018-11-01 Thread Burakov, Anatoly
On 01-Nov-18 2:50 PM, Thomas Monjalon wrote: 01/11/2018 11:08, Burakov, Anatoly: On 31-Oct-18 5:29 PM, Alejandro Lucero wrote: Current name rte_eal_check_dma_mask does not follow the naming used in the rest of the file. Signed-off-by: Alejandro Lucero --- I don't think this belongs in the _

Re: [dpdk-dev] [PATCH 2/7] mem: use proper prefix

2018-11-01 Thread Thomas Monjalon
01/11/2018 11:08, Burakov, Anatoly: > On 31-Oct-18 5:29 PM, Alejandro Lucero wrote: > > Current name rte_eal_check_dma_mask does not follow the naming > > used in the rest of the file. > > > > Signed-off-by: Alejandro Lucero > > --- > > I don't think this belongs in the _mem_ namespace. It is us

Re: [dpdk-dev] [PATCH 2/7] mem: use proper prefix

2018-11-01 Thread Alejandro Lucero
On Thu, Nov 1, 2018 at 10:08 AM Burakov, Anatoly wrote: > On 31-Oct-18 5:29 PM, Alejandro Lucero wrote: > > Current name rte_eal_check_dma_mask does not follow the naming > > used in the rest of the file. > > > > Signed-off-by: Alejandro Lucero > > --- > > I don't think this belongs in the _mem_

Re: [dpdk-dev] [PATCH 2/7] mem: use proper prefix

2018-11-01 Thread Burakov, Anatoly
On 31-Oct-18 5:29 PM, Alejandro Lucero wrote: Current name rte_eal_check_dma_mask does not follow the naming used in the rest of the file. Signed-off-by: Alejandro Lucero --- I don't think this belongs in the _mem_ namespace. It is usually used for things to do with memory, while the DMA mas

[dpdk-dev] [PATCH 2/7] mem: use proper prefix

2018-10-31 Thread Alejandro Lucero
Current name rte_eal_check_dma_mask does not follow the naming used in the rest of the file. Signed-off-by: Alejandro Lucero --- doc/guides/rel_notes/release_18_11.rst | 2 +- drivers/bus/pci/linux/pci.c| 2 +- drivers/net/nfp/nfp_net.c | 2 +- lib/librte_eal