Re: [PATCH net-next 1/3] net: systemport: Pre-calculate and utilize cb->bd_addr

2015-05-28 Thread Petri Gynther
On Thu, May 28, 2015 at 3:24 PM, Florian Fainelli wrote: > There is a 1:1 mapping between the software maintained control block in > priv->rx_cbs and the buffer address in priv->rx_bds, such that there is > no need to keep computing the buffer address when refiling a control > block. > > Signed-of

[PATCH net-next 1/3] net: systemport: Pre-calculate and utilize cb->bd_addr

2015-05-28 Thread Florian Fainelli
There is a 1:1 mapping between the software maintained control block in priv->rx_cbs and the buffer address in priv->rx_bds, such that there is no need to keep computing the buffer address when refiling a control block. Signed-off-by: Florian Fainelli --- drivers/net/ethernet/broadcom/bcmsysport