Re: [PATCH v3 0/2] net: ethernet: ti: cpsw: delete rx_descs property
From: Mugunthan V N <hidden>
Date: 2016-06-17 15:09:31
Also in:
linux-omap, lkml, netdev
From: Mugunthan V N <hidden>
Date: 2016-06-17 15:09:31
Also in:
linux-omap, lkml, netdev
On Friday 17 June 2016 03:55 PM, Ivan Khoronzhuk wrote:
There is no reason in rx_descs property because davinici_cpdma driver splits pool of descriptors equally between tx and rx channels. So, this patch series makes driver to use available number of descriptors for rx channels. Based on git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git master Since v2: - add declaration of buf_num in correct order Since v1: - separate device tree and driver patches - return number of rx buffers from cpdma driver
Acked-by: Mugunthan V N <redacted> Regards Mugunthan V N