RE: [PATCH net-next 07/10] net: stmmac: Enable support for > 32 Bits addressing in XGMAC

2019-06-27 Thread Jose Abreu
From: Andrew Lunn > > + > > + if (priv->dma_cap.addr64) { > > + ret = dma_set_mask_and_coherent(device, > > + DMA_BIT_MASK(priv->dma_cap.addr64)); > > + if (!ret) > > + dev_info(priv->device, "Using %d bits DMA width\n", > > +

Re: [PATCH net-next 07/10] net: stmmac: Enable support for > 32 Bits addressing in XGMAC

2019-06-26 Thread Andrew Lunn
> + > + if (priv->dma_cap.addr64) { > + ret = dma_set_mask_and_coherent(device, > + DMA_BIT_MASK(priv->dma_cap.addr64)); > + if (!ret) > + dev_info(priv->device, "Using %d bits DMA width\n", > +