On 19 August 2014 20:31, Eric Dumazet <[email protected]> wrote: > Instead of : > > priv->rx_buf_size = RX_BUF_SIZE + > SKB_DATA_ALIGN(sizeof(struct skb_shared_info)); > > I think rx_buf_size can now be RX_BUF_SIZE
You're right, that's now a remnant, see update in v5. > Another point is that priv->stats seems not needed, as ndev->stats could > be used instead (and remove moxart_mac_get_stats()) I will fix that. I can add it to patches adding support for ethtool / stats and PHY. I think I'm supposed to post those closer to the merge window, which would keep this set about bug fixes only. Regards, Jonas -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

